Animate jumping then animate falling
butterbean
Member Posts: 4,315
I have 6 different images of my player's jumping animation, 3 of them are her jumping up, and the other 3 are her falling, or descending
How would I create a rule so that when the player is jumping, she animates with the 3 images moving up, and same thing with descending or falling...
I tried Rule: Player Jumping up
If self.motionlinearvelocityY >10 Animate : jumping with the 3 images
Rule: Player falling:
Self.motionlinearvelocityY <10: 3 images falling
The jumping up part works, but the falling doesn't animate her with the 3 images, any ideas?
Also, need help with player animated jumping left versus jumping right....
So far I have created one jump rule
Below it I created a rule where if self.facing left is true, animate jumping left
Same thing for Right, if self.facing left is false, animate jumping right
The left animate jump works, but right doesn't...
Is this in the Wiki yet?
How would I create a rule so that when the player is jumping, she animates with the 3 images moving up, and same thing with descending or falling...
I tried Rule: Player Jumping up
If self.motionlinearvelocityY >10 Animate : jumping with the 3 images
Rule: Player falling:
Self.motionlinearvelocityY <10: 3 images falling
The jumping up part works, but the falling doesn't animate her with the 3 images, any ideas?
Also, need help with player animated jumping left versus jumping right....
So far I have created one jump rule
Below it I created a rule where if self.facing left is true, animate jumping left
Same thing for Right, if self.facing left is false, animate jumping right
The left animate jump works, but right doesn't...
Is this in the Wiki yet?
Comments
I figured it out, I can add this to the Wiki if it's not there already