dommega
07-30-2001, 10:06 PM
Maybe my last entry was too confusing. Basically:
-I have a empty movieclip named subclip
-I have a scriptclip that is loaded into the main timeline
-From here: _root.subclip.loadMovie ("main.swf)
- Main.swf
-Frame 1:stop(), Frame 2: "loadframe",
-Frame 3: loading sequence
-The last frame of scriptclip views the contentin
main.swf: _root.subclip.gotoAndPlay ("entermain");
I know I can't have a gotoAndPlay on the same frame as the loadMovie().
I just want to have the movie load to "loadFrame". When I load another movie inside that clip, I can tell the old one to go to Frame 1 and stop, etc.
Thanks to anybody,
Dommega
-I have a empty movieclip named subclip
-I have a scriptclip that is loaded into the main timeline
-From here: _root.subclip.loadMovie ("main.swf)
- Main.swf
-Frame 1:stop(), Frame 2: "loadframe",
-Frame 3: loading sequence
-The last frame of scriptclip views the contentin
main.swf: _root.subclip.gotoAndPlay ("entermain");
I know I can't have a gotoAndPlay on the same frame as the loadMovie().
I just want to have the movie load to "loadFrame". When I load another movie inside that clip, I can tell the old one to go to Frame 1 and stop, etc.
Thanks to anybody,
Dommega