Hello
I’v got this code…
imageLoaderClipTrasa.addChild(imigeLoaderTrasa);
var imigeLoaderTrasaClipAlpha:Tween = new Tween (imigeLoaderTrasa, "alpha", Regular.easeOut, 0.5, 1, 1, true);
in one of function.
When I test the movie some times it is ok but some times it is not…it does that imageLoaderTrasa just chop in the middle of the alpha process…
try here you might see it if you click at the “trasa”.
and I can not figure out what or why…??