Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
This might seem like a silly question but how do I duck? I have the following code:
and here you can see my animation:
I don't understand why it only plays the first from of my animation.
Develop games in your browser. Powerful, performant & highly capable.
Usually this happens when you have conflicting events..
You might have an event with an action setting the animation to stand/normal/stance or whatever and it's conditions are also true..
Probably helped by the trigger once condition..
Usually this happens when you have conflicting events.. You might have an event with an action setting the animation to stand/normal/stance or whatever and it's conditions are also true.. Probably helped by the trigger once condition..
Crap, didn't even think of that. Thanks so much!