Shooting--why doesn't my bullet disappear?

Hi! I would like my bullet to be erased after it is shot. It always works on the first shot but not on any other shots. Can anyone help? Thanks. :slight_smile: CoSpaces Edu :: InsulinShooter

shotting replace with this:
code:

char:

image

you use variable to local clone but is public variable so you can’t control your clone
if you change it to private variable you can control each clone.

1 Like

collides replace with this:
code:

because you collision not work

1 Like

And remove the forever loop - it’s superfluous (not needed).

1 Like

Thank you for the help!