Dash Shenanigans (Platformer game) development

Hi! im currently making a platformer game named dash shenanigans!

So heres the concept: This is a game where you are a cube and you can move around and all that, the goal is to reach the portals to go to the next room or finish the level. Some platforms are too long to jjust jump across, so you need to collect something called “Dash Ability” where you get a one time use of a dash (can work mid-air) Which store limit is 2, which means you can dash two times, but you cant collect more than 2. Theres the same concept of that but a different ability named “Air Ability” where you can jump twice once. heres the title page for now.

1 Like

it looks good so far

1 Like

you have any suggestions?

1 Like

maybe where you can get a canon that blasts you far away or something

1 Like

What about making your game with OOP (Object Oriented Programming)?

1 Like

i can try that

theres this error where when i try to press the arrow keys, its not going to the animation i want it to play, look in the codes in the timelines of the cube and please tell me or fix any errors if you do find them

My Project5-2-2026_17-55-03.wick (74.6 KB)

Fixed it, it was extremely simple you didn’t put 3 for one of the gotoAndPlay ones. Also I made it so no animation is played when the player is still.My Project5-2-2026_20-46-18.wick (82.7 KB)

1 Like

Also why do you have gotoAndPlay for animations? You could just do this.gotoAndStop(), that may cause problems later like animation bugging out in the clip. But good job making a platformer script :)

1 Like

Thank you! i had a big problem there and didnt know what was causing it!

1 Like

I… again have another issue, my collision stuffs aren’t workings, can you maybe find a way to fix it? can you tell me what’s wrong?

I can try to look into it later

1 Like

Okay! Thanks

I have a question, is it the same file or a new one?

1 Like

i made a new one here
My Project5-3-2026_9-07-40.wick (47.4 KB)

1 Like

thank you :)

1 Like

talk about timing

1 Like

oh wait wrong project

that is not your platformer! it is the other game being made on the forums, like the card game

here is the right one, i was js tryna find a way to make that one better while i wait mb
My Project5-3-2026_7-41-27.wick (317.6 KB)

1 Like