Is this possible?
I have a loadmovie command that I want to call a movie to replace the one that already exists. I can do that just fine, but is there a way to do a loadMovie and instead of that movie playing on frame “wait” (frame 1), I can play a label called “start” (frame 10)
I know this doesn’t work.
return_btn.onRelease =function (){
loadMovie (“lab.swf”, 2);
gotoAndPlay (“start”)
}
If anything what would work?
many thanks
David