Referencing Parent MovieClip for WebGL Animations
This is eating me alive! I've tried possibly a hundred variations, and sifted through dozens of forums looking for answers, but to no avail.
I have a movieclip sitting on a timeline and I'm trying to reference that timeline. Basically, I'm trying to go to specific frame on the parent timeline, but I'm trying to call that action from the child movieclip.
In AS3, there's a few ways to do this, but nothing works when exported as WebGL. Something like
MovieClip(this.parent).stop(2);
does not work when exported as WebGL.
Any solutions to this? Is this a bug?
