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
I am a beginner in using construct and start learning. I try to make small games but there are few that are lacking. So when the game ends or fails .. eating will display text game over and it runs, but how to stop other animations that are running ???
You can use timescale.
Or* just destroy everything that is still moving.
thanks oosyrag for the answer, where i must put timescale, sorry i'm still a newbie
When the game ends, whatever event or trigger you use to determine that, add the action set timescale to 0.
Develop games in your browser. Powerful, performant & highly capable.
Nice thanks you it's solved
Another way is put all your desired bullets in a family.
For example Family_BULLETS.
Then do the action:
| set Family_BULLETS.Bullet to Disabled.