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
Hi I am a newbie in construct. I am creating a game where a ball get destroyed and turned to particle. Now i need to spawn the ball when the particle finished. How do i know that when the particle finishes.
This is the code for the layout:
Develop games in your browser. Powerful, performant & highly capable.
Check "Timeout" property on Particles object. If Timeout=1 second, add "Wait 1 second" before creating a new ball.