I have my player sprite set up to where it moves via arrow controls on the keyboard and it works as designed. I have added touch gesture to an up arrow which does some same thing as the up arrow. The touch gesture fires, but the platform behavior does nothing. Any ideas why? Thanks.
https://www.dropbox.com/s/xd0wv5g9o7ycn ... .capx?dl=0
You need to add a "Player Platform Behavior simulate Jump" action to the tap up arrow event. Platform behavior uses arrow keys by default so it automatically simulates jump when you press the up arrow, it just doesn't tell you about it.
Where do you find that at? I looked at the On tap gesture for the control called "touchUp" and didn't see that?
It'd be under Player as part of the platform movement actions.
Here's what I see when I look under the player Platform attributes.
https://www.dropbox.com/s/r49s83w3ejxrc ... e.PNG?dl=0
I meant the actions when in the event sheet editor.
On tap up arrow --> Player simulate jump
To add the simulate jump action go to Add Action --> Player --> under Platform behavior --> Simulate Jump
Develop games in your browser. Powerful, performant & highly capable.
That did it! Thanks!