Jump Image Help

SwaggedSwagged Member Posts: 50
edited November -1 in Working with GS (Mac)
i have an actor that runs constantly and when i jump the actor does not change to the image i set it to change. my jump rule is to jump when game.jump is true and change attribute self.motion.linear velocity to 600.

Comments

  • GamersRejoiceGamersRejoice Member Posts: 817
    Are you telling your animation to only animate when not jumping?
  • SwaggedSwagged Member Posts: 50
    no, umm my character is running and as it is running it is being animated however when it jumps i want it to show a jumping image because it looks like its running in the air.
  • GamersRejoiceGamersRejoice Member Posts: 817
    Ok, so in your jump rule, add the change image rule.

    Then put your animation in a rule like

    if jump is false - animation behavior

    The problem is that animations override change images if you let them.
Sign In or Register to comment.