This may sound basic, and I thought it was, but it's driving me mad to find a solution.
I'm new on constructor2, and I'm a learning a lot on youtube and this page, but I can't find the way to make what I want.
The thing is that I have a player character that can fly in a platform game, so it has the 8directions behavior. The character is wasting energy and in the moment it gets to zero it's suposed to fall and die.
So I used a variable (GreenLife) and On every X seconds (2) I susstract 1 from it.
When the variable gets to 0 it should set the animation for the character shutting off.
So this is what I made:
The problem is that when the animation is triggered it gets stucked in the first frame, and nothing else is played...
Any solution or advise? please?
Thanks