Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: emergencey load movie |
From: | Tobie Kerridge |
Date: | Fri, 29 Sep 2000 12:18:51 +0100 |
Hi john,
have 4 key frames, the first has your load movie script...
trace ("calling main.swf to level 2");
loadMovieNum ("main.swf", 2);
The second has a label in this case "intro loop", the third has the
following actionscript, and the fourth is another label, say "fade in".
I loaded my movie on level 2, the first frame of this 2nd movie has a stop
script...
if (getProperty("_level2/", _framesloaded)) {
trace ("loaded, fading in content");
gotoAndPlay ("fade in");
} else {
trace (" not loaded, looping");
gotoAndPlay ("intro loop");
}
I loaded my movie on level 2, the first frame of this 2nd movie has a stop
script which is started by a fith key frame at the end of the "fade in"
sequence...
stop ();
trace ("leaving intro score");
tellTarget ("_level2/") {
play ();
}
Hope this is cool. I used trace to let me see the sequence.
cheers
Tobie
---------------------
http://www.mook.co.uk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email help

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]