Not only that, if it starts the animation to play from the beginning every tick, then all you see is the first frame.
But, i can not state that based on a screenshot of 2 % of the event sheet.
There are 2 options.
The conditions is a trigger. The animations will play fine. Example:
On Jump.
Play animation "x-file" from beginning.
The conditions are no trigger, then the condition can be true for many tricks in a row. Should use a 'trigger once while true'. Example:
Compare two values > velocityX > 0
Trigger once while true
Play animation "x-file" from beginning.
This means that one needs events to do stuff thats needs to evaluate and run actions every tick.
And seperatly events that trigger animations. (can be subs).