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. CoSpaces Edu :: InsulinShooter
shotting replace with this:
code:
char:
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
And remove the forever loop - itβs superfluous (not needed).
1 Like
Thank you for the help!