[thelist] LoadMovie with Flash - Help Please

Erik Mattheis gozz at gozz.com
Fri Feb 1 00:57:00 CST 2002


Put and empty frame after the one with loadVariablesNum(). In the
frame after that, have something like:

if (varIn == "notInYet") {
   gotoAndPlay(_currentframe - 1);
}
else {
   loadMovie(varIn,target);
}

>varIn = "notInYet"
>
>loadVariables("theVariables.txt",0);
>
>While (varIn == "notInYet") {
>Trace(varIn);
>}
>
>loadMovie(varIn,target);




--

__________________________________________
- Erik Mattheis

(612) 377 2272
http://goZz.com/

__________________________________________



More information about the thelist mailing list