Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: Re: Preload a Tell Target movie |
From: | Mark Prettyman |
Date: | Wed, 4 Oct 2000 15:24:11 +0100 |
Hi Colleen...
Your best solution is to use a load variable on the parent movie set by the
child movie your loading.
(main frame1)
Set Variable: "movieload" = False
Load Movie ("child.swf", "/child")
(main frame2)
If Frame Is Loaded ("lastframe")
If (movieload = True)
Go to and Play ("loaded")
End If
End Frame Loaded
(main frame3)
Go to and Play (2)
you set the parent "movieload" variable in the child movie thus:
(child frame1)
If Frame Is Loaded ("lastframe")
Set Variable: "_level0:movieload" = True
End Frame Loaded
(child frame2)
Go to and Play (1)
If you have several child movies then you set extra load variables and use
a nested set of if's in frame 2
(main frame2)
If Frame Is Loaded ("lastframe")
If (movieload1 = True)
If (movieload2 = True)
Go to and Play ("loaded")
End If
End If
End Frame Loaded
Hope this all makes sense, mail me if it don't
Mark...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 helpchinwag [dot] com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]