Is it possible to use AS3 code to access information about masks that were set up on the timeline in the Flash IDE?
I have two shapes on the time line: A circle and a square. The square is on a layer that masks the circle, so that the end result is a quarter-circle. When examining the display list, two unnamed instances are there--both are shapes. The mask property of both is set to null...!!!
So presumably, the mask property is not being set because the mask was set up in the Flash IDE, rather than dynamically through code. Is there some way to access any useful information about this scenario from code???
