Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

LLMMM
LLMMM
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by LLMMM
Customize the badges you want to showcase on your profile
Move effect in loop - Adobe LiveCycle 02-04-2011
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...

Views

845

Likes

0

Replies

1