How to Run Animation When Actor Position is Increasing
tristanlt034@gmail.com
Member Posts: 4
All i am trying to do is run an animation when the actors position is increasing but i don't know how to set up a rule that says when self.position.x is increasing run animation. Please Help thanks!
Comments
Try:
when self.motion.linearvelocity x > 0
animate
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
yeah that should work. I didn't realize there is a self.motion, haha I'm blind!