jefargrafx
Instructor
hey guys it's been awhile...
I'm loading a simple movie using loadmovie,
myclipMC.loadmovie ("directory/fademovie.swf"
;
easy right,
well,
I'm loading different movies depending on a variable
if (currentscene == "sceneone"
{
myclipMC.loadmovie ("directory/fademovie.swf"
;
} else if (currentscene == "scenetwo"
{
myclipMC.loadmovie ("directory/nofademovie.swf"
;
}
so forth and so on
the movies I load are just two frames that fade up and then down.
the problem come in when I try to load another movie into the clip after the first one is load?
hope I clear, do I need to remove the load swf, or set the myclipMC back to frame one or what?
let me know what you think
flashMX by the way
thanks
jef
I'm loading a simple movie using loadmovie,
myclipMC.loadmovie ("directory/fademovie.swf"
easy right,
well,
I'm loading different movies depending on a variable
if (currentscene == "sceneone"
myclipMC.loadmovie ("directory/fademovie.swf"
} else if (currentscene == "scenetwo"
myclipMC.loadmovie ("directory/nofademovie.swf"
}
so forth and so on
the movies I load are just two frames that fade up and then down.
the problem come in when I try to load another movie into the clip after the first one is load?
hope I clear, do I need to remove the load swf, or set the myclipMC back to frame one or what?
let me know what you think
flashMX by the way
thanks
jef