Hoi i'm struggle a long time with this issue.i'm trying to create a move
effect in a for statement.example classe componentCode:public class
Circel1 extends UIComponent { public function Circel1() { super();
createCircle(0xFF0000,5); } public function createCircle( color:uint,
radius:Number):void { _circel = new Shape( );
_circel.graphics.beginFill( color ); _circel.graphics.drawCircle( 0, 0,
radius ); _circel.graphics.endFill(); this.addChild(_circel); }in my
mean application i'm making a array...