Im trying to make a dash button through a common event...but its not working. can someone check this out?
Well, firstly, change the trigger switch for the common event to 50. Second, take everything out of the first conditional branch (The Switch: Dash = ON)
And secondly, 4 is by default the regular speed for player. Try setting it to 5?
oh yeah.. lol thanks
I would have done a Dash system like the attached pic.
Just change the Condition Switch to 50: DASH
^_^
Yeah. I saw that explained on hbgames.org once, I think. It's best not to over complicate things.
thanks
ok, i got it working the way i did it..turns out i left in the else handler in each of the branches dealing with the player's position..
but i wanted it to work so that the player couldn't stop running untill letting go of the a button, witch works, but it also needs to stop the player if they hit an impassable tile..can someone tell me the script....thing for player collision and how to stop movement
Um... they still shouldn't be able to go over impassable tiles? What do you mean? What Zeriab posted ought to work.
Yeah. Are you sure you weren't testing it and accidentally held down CTRL? :P
Erhm... The only way I could your post make sense was that you wanted the player to keep running in the same direction until the player let go of the button.
I have uploaded a system which does just that.
The version I previously posted only changes the speed of the player. It is independent of the collision and movement systems.
Try playing the game from the game.exe instead of playtesting and say if you still get the error.
It does not have anything to do with the event system I posted, but we could still try to help ^_^
This is a noob question..but where do i findthe wait for move's completion command?
Right under "Move Event" command.