Hi !
u can try like something like that:
alpha 1 is equivalent to the as2 alpha 100Code:stage.frameRate=31; for (var i:int=0; i<5; i++) { var clipp:Clip=new Clip(); clipp.alpha=i*0.1; clipp.x=100; clipp.y=100*i; addChild(clipp); // }
alpha .1 as2 alpha 10
and use a static text not dynamic into the mc yazi
maybe Flep can tell us why with a dynamic txt in the timeline...
alpha seem not to act..



LinkBack URL
About LinkBacks





Reply With Quote


Bookmarks