Hi there,
I’m just wondering, in AS3, is there a way to chekc if two MovieClip are from the same symbol if they are not exported for actionscript ?
I mean, lets supposed that I have two instance of Symbol 1 named “circle1” and “circle2” and one instance of Symbol 2 which is named “square1”. Both Symbol 1 and Symbol 2 are movieClip, and I don’t want to make a child-class of MovieClip for the symbol.
So getQualifiedClassName return “MovieClip” for each instance. Do you have an idea ?
If not, how about a way to check through children if they are the same size, the same class (Look through all Shape) with a recursive function. If yes, it’s the same symbol.
Or maybe drawing(after resetting size and transform) each instance and check the bitmapdata and if they are equals, it’s the same symbol.
Help !
Lachhh