ricosushi
09-10-2008, 06:38 PM
I need a sugestion for this problem.
i have a function that controls a movieCLip. But the movieClip is not present until later in the time line.
example:
function controlMovieClip():void{
myMovie_MC.x = 100;
}
Its there a better to do it?
i have a function that controls a movieCLip. But the movieClip is not present until later in the time line.
example:
function controlMovieClip():void{
myMovie_MC.x = 100;
}
Its there a better to do it?