frozenpeas
Technical User
Hey,
Can anyone see what I am overlooking here? The movie is not loading.
The files exist and I can load them normally with loadMovie("01.swf",1);
Thanks.
frozenpeas
Can anyone see what I am overlooking here? The movie is not loading.
The files exist and I can load them normally with loadMovie("01.swf",1);
Code:
_global.screenOrder = new Array("01","02","03","04");
//var for screenOrder array count
_global.i = 0;
//load first screen
loadMovie(screenOrder[i]+".swf",1);
stop();
Thanks.
frozenpeas