This version fixes the bug that makes the pizza toppings invisible after clicking the "Done!" button. ------------------------------------------------------------------ I wrote how I did it on Notes and Credits. Try fixing it yourself before reading how I did it.
The bug happened because, when the Done! signal was sent, the script that makes the things on the screen invisible also targets the clones (the toppings on the pizza). ------------------ To fix this, I made it so the script only targets the sprites with costume1. For the sprites that only have one topping (the sausage, the mushroom and the olive) I created another costume that is exactly the same, but when the sprite is cloned, it changes to that costume. -------------------------------------------------------------- With this, only the toppings that have costume1 will become invisible, and the clones, that all have costume2, will still be visible, letting you see the beautiful work of art you created