I am working on a side scrolling platformer and I want the player to perform a dash move when I press the spacebar. In other words, I want the player to move very quick for a certain distance to the right or left. I searched the forum but I found nothing that helps me.
I tried this but is not working:
Keyboard On Space pressed
(subevent) PlayerSprite is not mirrored: PlayerBox set Platform Disabled
PlayerBox set 8Direction Enabled
PlayerBox Simulate 8Direction pressing Right (maxspeed: 1000)
System wait 1 sec
PlayerBox set 8Direction Disabled
PlayerBox set Platform Enabled
(subevent) PlayerSprite is mirrored: -----------
I tried the "(Platform) Set vector X" , not working.
ps: I am using the platform behavior for the player, I added the 8 direction just to try it.
Anyone made this before ? How can I make this to work ?