My game involves a player shooting upwards at enemies.
To create only one shot at a time, I used this code:
The shot is then destroyed when it touches the enemy (a bat):
*However*, the bat is never destroyed, even though I have this code:
Both objects (Shot and Bat) have collisions enabled.
Thank you for any advice you may have!