Hey all,
I am making a preloader in the first frame of my movie, but instead of the movie just going to the next frame when everything is loaded, I want the user to be able to click a button to get to frame 2, wen they are done reading through the preloader.
Can this be done with an IF statement in the main actions on frame 1? something like this…
if(loadedframes=totalframes)
{ _root.goButton._visible=true;
else
-root.goButton._visible=false;
}
where goButton is the name of an instance of a button that I make go to frame 2 on release.
would that work?
Muchas gracias.
Q