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
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.
Develop games in your browser. Powerful, performant & highly capable.
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" />