Hi i am making a platformer video game. However after completing a level the remaining coins or bad guy spawners remain anyone know how to fix this?
Game link: https://arcade.makecode.com/S49465-53382-81774-37930
Thanks
Hi i am making a platformer video game. However after completing a level the remaining coins or bad guy spawners remain anyone know how to fix this?
Game link: https://arcade.makecode.com/S49465-53382-81774-37930
Thanks
I’m inferring you are primarily using the kinds of coin and enemy
Use the destroy all sprites kind block, it might do the job.
You will want to add 3 of the destroy all sprites kind block at the overlap’s portal block 1 for coins, 1 for gravestones and 1 for fireballs. change the gravestones kind to its own kind because if you don’t it will mess with the player character