--character-is in air(or whatever your condition is that supposed to trigger once while true)
----Is Private Variable ('DoneOnce') equals 0
--------Set Animation "jump"
--------Set Animation Frame to 4
--------Resume Animation
--------Set Private Variable ('DoneOnce') to 1
--[Inverted]character-is in air(or whatever....)
----Set Private Variable ('DoneOnce') to 0