PDA

View Full Version : control movie clip


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?

schmigel
09-10-2008, 10:58 PM
thatīs ok;
just call the function when you need that;

controlMovieClip();