Answered
Accessing display objects via the stage var
I'm passing a stage reference to my class, but when I try to
access a movieclip on the stage I get an error.
this gives me an error:
var mc = targetStage.myMovieClip;
Thanks!
this gives me an error:
var mc = targetStage.myMovieClip;
Thanks!