How to Run Animation When Actor Position is Increasing
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
yeah that should work. I didn't realize there is a self.motion, haha I'm blind!