|
I have a event is activated via a switch. It displays some pictures based off a simple conditional branch in a loop on the screen. Each time it displays a picture it adds "1" to a variable. Once the Variable hits 19 the event shuts the switch off, stopping the process.
It works pretty well. But I was wondering....I want all the pictures to be displayed ASAP. Like I want the event to run and run as fast as it can and display all the pictures before the player can do anything else until its done.
Should this event that displays the pictures be a Autostart Event or a PP event?
This post has been edited by Dart00: Nov 8 2011, 09:02 PM
|