Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - CrazyStencylDawg

Pages: 1 2
1
Windows / Mac / Flash / HTML5 / Fantasy Zone - Flappy Opa-Opa
« on: September 05, 2024, 07:35:49 pm »
Flappy Opa-Opa is an addictive "endless flapper" in the same vein as the classic Flappy Bird, and is based on SEGA's old-school shoot 'em up series Fantasy Zone.

Navigate onslaughts of Super Mario-esque green pipes in the Bright Side, or collect coins and avoid closer-together pipes in the Dark Side. How far can you get before you inevitably crash?

Play as Opa-Opa, his brother Upa-Upa, Evil Opa-Opa, or even Faby from the original Flappy Bird.

All assets belong to SEGA and DOTGEARS.

https://icyguidance.itch.io/flappy-opa-opa

As seen on Time Extension!
https://www.timeextension.com/news/2024/09/this-free-fantasy-zone-and-flappy-bird-crossover-is-ridiculously-addictive

2
Whenever I test my HTML5 game with WebGL disabled (with -D canvas), the tiles have vertical lines between them when the camera scrolls. How do I fix this?

3
Ask a Question / Sharply pushing things away (for Angry Blosics)
« on: November 25, 2021, 09:18:58 pm »
I made a modification (read: duplicate) of Max Marin's "radial gravity"[1] behavior, so that instead of gently pulling* things towards the actor, it sharply pulls* things. The "sharp radial gravity" behavior is made for things like explosions.

The sharp behavior works as normal, although sometimes, with negative force values, it seems to be pulling things instead of pushing them!

Any help is greatly appreciated! :)

*: The behaviors will push things away if the "Force" attribute is set to a negative number.
[1]: https://community.stencyl.com/index.php/index.php?topic=61547.msg316777#msg316777

4
Ask a Question / Angry Birds-esque "stars" system
« on: November 17, 2021, 01:23:19 pm »
For my Angry Blosics game, I want to know how to make a stars system that, if you beat the level with a certain amount of projectiles left, you gain stars and unlock the next level.
If you have 5 or more projectiles left, you get 3 stars; if you have 3 left, you get 2 stars; if you have 1 left, you get 1 star. The game will save the stars if you beat a level, and the stars will be shown on the button for the level you were last on.
By the way, "Level Button Behavior" and "stars behavior" are actor behaviors.

5
Ask a Question / Newgrounds integration
« on: November 10, 2021, 02:23:47 pm »
Do Newgrounds ads and medal notifications appear on HTML5?

6
Ask a Question / Lagging in a level with lots of blocks (Angry Blosics)
« on: November 10, 2021, 01:57:20 pm »
Just got started porting Angry Blosics to Flash, and for some reason, when there are lots of blocks and/or enemies (there are 14) in a level (in this case, level 1-4), the game slows down to a screeching halt. How do I make the game faster while having all these objects on-screen at the same time?

7
Ask a Question / Changing ball on key press (Angry Blosics)
« on: November 02, 2021, 05:24:48 pm »
How do you make it so that you can select different balls on a key press?

8
Ask a Question / The Stencyl forums are dead.
« on: June 24, 2021, 06:51:03 pm »
Exactly what it says on the title.

9
Ask a Question / Special gems in match-3 game
« on: June 24, 2021, 02:21:57 pm »
How do I add special gems into this match-3 game?

For example:
4 gems in a row: A fire gem that, if matched, explodes in a 3x3 radius;
5 gems in a row: A "hyper-cube" or "colour bomb" that, if swapped with any gem, will destroy all gems of that colour;
5 gems in "L" or "T" shape: A lightning gem that, if matched, will destroy every gem along its X and Y axes;
Randomly spawns in when new gems fall onto the board: A bomb gem that counts down every move, and, if the counter reaches 0, ends the game.

Another random thing: Levelling up when the player reaches a certain amount of points.

10
Ask a Question / Getting banned from the forums
« on: February 11, 2021, 06:30:58 pm »
Hello. Is it possible to get banned from the forums?

11
Ask a Question / Off-center button text (Angry Blosics)
« on: February 11, 2021, 04:08:50 pm »
Hello. In the episode 1 level select for Angry Blosics, the text on the buttons is off-centered. How do I fix this? The button text is handled by the "Label" behaviour.

12
Ask a Question / Level select?
« on: February 09, 2021, 04:22:49 pm »
How do I make a level select for each episode of Angry Blosics without having to make a bunch of actors?

13
Ask a Question / Audio crackling when testing game (HTML5)
« on: February 07, 2021, 07:47:21 pm »
Hello. The audio in my seems to be snapping, crackling, and popping like Rice Krispies. Could you please give me solutions? Thank you!

14
Ask a Question / Projectiles creating a trail of dots (Angry Birds clone)
« on: February 06, 2021, 11:45:03 am »
Is there any way to make it so that projectiles create a trail of dots on-screen until they hit something? This is for an Angry Birds clone that i am making.

15
Ask a Question / Gravity around objects (Box2D)
« on: February 04, 2021, 08:03:23 pm »
Hello. Is it possible to make it so that an actor has a gravitational pull around it, like in Angry Birds Space?

Pages: 1 2