Hi,
I am making a galaga rip off game but when i kill my enemies their projectiles keep shooting even though they are dead and no longer in the game.
1 Like
Share your code and we can take a look
Can you please show your game? I can only give suggestions when I see your program.
use the destroy mysprite
block
Here it is https://makecode.com/_LLeMMsaqVPp8
Have a look at this version I’ve whipped up for you
Nice, @WoodysWorkshop! Make sure you also set the “destroy on wall” flag so that the projectiles don’t stick to the top of the screen:
1 Like
Thankyou,
this has helped a lot
Wait, why can’t I see the a lot of the code?
Hello! I try to make my enemies to stop shooting, but the command “auto-destroy” doesn’t work at all. Is there any mistake that I am doing or is there any other way to do it?