View Single Post
Old 04-04-2005, 11:17 PM   PM User | #2
ryno
New Coder

 
Join Date: Mar 2005
Location: Dallas, TX
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
ryno is an unknown quantity at this point
We need a bit more information to give you appropriate help. Are you talking about loading this variable from one flash movie into another? If so, you could just load the movie ( loadMovieNum("file.swf", 1, POST); ) and have a conditional statement on the first frame of the newly loaded "file.swf," which would look something like this:

Code:
if(_level0.number==2){
     DoSomething
}
This is assuming that the "number" variable exists on level 0 of your original movie (hence, the _level0).

Hope this helps!
__________________

R y a n M e r r i t t
Multimedia/Web Designer

-------------------------------
M E R R I T T M E D I A
ryno is offline   Reply With Quote