Possible to access all Movie clips on a layer, on timeline, through stage ?
- by azislo
I have a code ...
var selection:Array = new Array();
var diplayObjCont:* = stage;
// The rectangle that defines the selection in the containers coordinate space.
// Loop throught the containers children.
for(var a:int; a<diplayObjCont.numChildren; a++){
// Get the childs bounds in the containers coordinate space.
var…