Animate jumping then animate falling

butterbeanbutterbean Member Posts: 4,315
edited November -1 in Working with GS (Mac)
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?

Comments

  • butterbeanbutterbean Member Posts: 4,315
    Update:

    I figured it out, I can add this to the Wiki if it's not there already
  • scitunesscitunes Member, Sous Chef Posts: 4,047
    please do!
  • butterbeanbutterbean Member Posts: 4,315
    I haven't figured out the falling animation, but I did the jump left and right with separate animations that are useful for platformers :) I'll try and add to Wiki when I have a chance
  • eliehangeliehang Member, PRO Posts: 105
    Add it!
Sign In or Register to comment.