Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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 have make this game
The problem is when i create an explosion object when the ship life is 0
it creates another object at the top left of the layout
please help
This is the problem
you need to set the explosions position to the ships position sounds like
This is what i did.
Open the .capx file and you will see it in event 8
Develop games in your browser. Powerful, performant & highly capable.
It show the animation on both places
At the top left and at the place it should be
When the ships life is 0 you create a new explosion every tick. The first is at Sprite7.X, Sprite7.Y but then Sprite7 is destroyed and the rest spawn at 0,0.
Stick in a 'System: Trigger once' alongside the shiplife = 0 event.
Thank you very much you saved me <img src="smileys/smiley32.gif" border="0" align="middle" /> <img src="smileys/smiley32.gif" border="0" align="middle" /> <img src="smileys/smiley32.gif" border="0" align="middle" /> <img src="smileys/smiley32.gif" border="0" align="middle" />