How can I search the stage for a given Movieclip and then add all instances of it to an Array? AS3
I would like to Add multible instances of one Movieclip, (Library Name = Bats | instance name = none), inside of another Movieclip (instance name = back.visuals) // (By HAND) NOT by addChild(mc_name); // Easy
If anyone could help me out with code to do the next steps:
Search the Movieclip, (instance name = back.visuals), that contains the Movieclips, (Library Name = Bats | instance name = none), manually added to the stage by hand.
Then for all instances of this movieclip (Library Name = Bats | instance name = none) add them to an Array.
Thank You,
Dyami
