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
Hey all so I have a sprite setup to set animation to dying once contact is made with boss enemy - however if I touch anything after hitting him or still have arrow key down it just by passes the animation and starts running again... i have it like so
have you tried is "overlapping + Trigger once" ?
And have you checked that the animation is not looping or and that stuff?
where I get the trigger once from?
Develop games in your browser. Powerful, performant & highly capable.
'Trigger once while true' is a System condition: https://www.scirra.com/manual/124/system-conditions
Also you could disable collisions on the object when it collides with the boss, this way it will only collide once with the boss.