Andrey_True Andrey_True loading
Hi, I'm new at scratch. I need to make the following happen when pressing the space bar button:
1) The bomb sprite moved to the player's coordinates
2) a clone of the bomb sprite was created
3) the slope changed 28 suits, after which it is removed.
It is important that when you click multiple times, different clones are created, and the previous ones remain in place.
When you press the space bar, a clone is created, but when you click again, the old clone is deleted and a new one is created. How can I fix this?