Jump Image Help

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
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.