zebtrestalala wrote: I have a boss that's supposed to make rocks fall, but I didn't count on there being a constant continuation of the rocks motion. I wish there was a switch that could reset the blocks to their original positions and start the movement from there.
What are you using for rocks? If they are moving blocks, you could set them to move down indefinitely (set y-distance to a very large number), then use the Move Item action to move them however many pixels up relative to their position. But this means that the interval of time between falling rocks must always be the same. You could also use Move Item to move them to a specific point, but you'll have to give each rock a unique name, and control them separately.