capx
i can simulate the player with keyboard pressed ... am i missed something ??? help me please ..
up ... someone can help me ???
In the 4th event, you have to replace the "on D pressed" condition with the "D is down" condition. Do the same for the 5th event :)
Develop games in your browser. Powerful, performant & highly capable.
thanks GearGames .. can i set a time for double jump .. in my capx if i don't click it twice by fast . player will not do a double jump ...
i mean a time between double touch or click ???
sorry for bad english
You have to replace the "Platform is jumping" condition with the "Platform is on floor" condition and invert it. That should help you in your projects. :D
GearGames .. if i do that my player can not double jump ... i want set a time for jumping twice ... in my capx .. i can double jump but i have to double click it fastly ..
It worked for me.