<font face="Arial, Helvetica, sans-serif">
Hi!!
I'm creating a catapult game where a single instance projectile is present on the start of the layout.
When the catapult is touched the projectile would be positioned to the catapult.
The projectile is destroyed when it hits an enemy. When the catapult is clicked, the projectile would re-spawn on the catapult as long as another projectile as long as there is an instance of the projectile somewhere on the screen.
Problem:
How to spawn the same projectile after destroying the projectile's last instance.
SORRY for my english. Thanks :)
</font>