Hey, here's a question I can't seem to figure out.
Does an event wait for scrolling to finish before processing the next command? For some reason when I use "Scroll Map", sometimes it does, and sometimes it doesn't.
Because I have a code set up like so:
I want it to scroll up, pause for a few frames, then scroll back down. But for some reason, it always scrolls up and immediately scrolls back down. Anyone know why?
Does an event wait for scrolling to finish before processing the next command? For some reason when I use "Scroll Map", sometimes it does, and sometimes it doesn't.
Because I have a code set up like so:
Code:
@>Scroll Map: Up, 19, 4
@>Wait: 30 frames
@>Scroll Map: Down, 19, 6
I want it to scroll up, pause for a few frames, then scroll back down. But for some reason, it always scrolls up and immediately scrolls back down. Anyone know why?