PDA

View Full Version : stop()!!!


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

geak
08-07-2001, 02:37 PM
Maybe submitting your actual code will help so that its easier to figure out exactly what you are trying to do.
such as
frame1:
code
frame2:
actual code

this is what I want each frame to do!!

red penguin
08-08-2001, 02:40 PM
I think I just answered this but...if you place another mc into an empty mcwhich already contains something, doesn't it unload the old one, thereby making it unacessable??