| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Senior Member
Join Date: Dec 2005
Location: Dublin, Ireland
Posts: 105
|
multiple instances of movieclip
Hey, Im looking to create multiple instances of a movieclip using AS2 I am trying to create the attached image with multiple instances of the same movieclip. How do i go about creating this uniform pattern of circles from the same symbol in AS2? Do I change the linkage and then extend the movieclip as a class, then use a for loop? :S |
|
|
|
|
|
#2 (permalink) |
|
Registered User
Join Date: Mar 2009
Location: UK
Posts: 57
|
Yeah a loop should do the trick. Make sure the symbol can be exported to actionscript then loop using attachMovie taking in mind the symbols height and width and stage height and width. If you need any help with it I've just done something with the same principles. |
|
![]() |
|