[Solved] Problem regarding the removal of sprites

Hello, I have a problem and I hope you will be able to help me with it. Whenever I click “aim” the programm seems to skip the “remove all sprites in fail” command, which eventually ends in an overflow of sprites. If I replace the “repeat […]” section with only a create “fail” block, everything seems to work just fine. How do I make both work at the same time?

Thank you for your answers!

The remove block only works on one sprite at a time (for now). Use a for loop.


https://x.thunkable.com/copy/46102c42ae45bc01129cbec1dde2f850

4 Likes

Thank you very much!

1 Like