Hello, everyone. I'm working on a perspective system for my game wherein a button is pressed, switching to a rotated map and parallax, and moving the events accordingly to match their previous locations, followed by a 90 degree rotation in each event. However, I can't seem to find a way to move every event simultaneously; I could always use the Set Event Location with an X and Y variable for individual events, but there's a massive number of events on any one map. Not only is this a waste of variables, it's tedious in general.
Is there any way, eventing, scripting, or otherwise, to effect multiple, if not all, events at once?
Thank you in advance for any help you can give me with this issue.