WOW! What was I thinking when I made this? It's brutal to see your old code. It's so unelegant! I'm going to redo this and upload a new demo with more efficient code.
But to the point at hand -
Change the highlighted variables as shown:
Code:
var whoIsOn:Number = 0;
var whatIsNext:Number
= 1;
var blankScreen:Boolean = false
;
Next, add a call to loadPage() at the bottom of the code
Code:
// Load Image on Start
loadPage();
But I don't recommend using this code. If you can, wait a day or so and I'll post a newer, more robust version.
Bookmarks