Rahil
March 15th, 2003, 01:11 AM
I'm just playing around right now; getting ready for when i'm gonna have to make a real flash intro. I'm using kirupa's actionscript for the percentage preloader + loading bar. Heres the timeline:
Frame 1 - loading bar actionscript (AS)
Frame 2 - this.gotoAndPlay(1);
Frame 3 - stop();
Now in frame 3, i have a "Click here to play" link. Here is the link's AS:
on (press) {play();
Now, everything works fine, untill i get to the "on press, play" part. I think because the movie has stopped, the AS is disabled or something.
Is there anyway to have a "Click here to play" link?
Frame 1 - loading bar actionscript (AS)
Frame 2 - this.gotoAndPlay(1);
Frame 3 - stop();
Now in frame 3, i have a "Click here to play" link. Here is the link's AS:
on (press) {play();
Now, everything works fine, untill i get to the "on press, play" part. I think because the movie has stopped, the AS is disabled or something.
Is there anyway to have a "Click here to play" link?