I have this code:
But whenever the shoot message is sent to the bullet sprite, and there is a clone on the stage that hasn't hit it's target yet, the clone will be sent back with the go to x: (xOfTower) y: (yOfTower)
block. Is there some way to prevent a clone from receiving a message while the real sprite does?