touch problem
justinodunn
Member, PRO Posts: 226
in Tech Support
I have an actor with the behvior of to jump (move up) when it is touched. However when you touch and hold, the actor doesn't stop moving up until you release? is it possible to make the actor move up only when touched?
Comments
What are your rules? Are you constraining his movement when touched?
Need Help? Email Me | Templates | Full Game Source Code
No, I used the "move" behavior when touched
You could do if touch is inside move up…or depending on what your after….If touch is pressed change motion linear Y to 200….you need an accelerate behavour to pull it back down.
Darren.
yes of course! thank you