Hi,
Because I am not experienced in Construct I cannot play a push animation when the player is pushing an object.
When this happens, a private variable 'CratePush' of the player object is set to 1. In order to play the push animation, I check if the 'CratePush' equals to 1. But I always see the first frame of the animation
<img src="http://www.mediafire.com/imgbnc.php/0a2991f120470d3b5594baad20d8f5a66g.jpg">
What I am doing wrong?