Question
accessing variables
I may be asking too much from a forum... I've been trying to
educate myself about AS3 and Ive learned the core concepts of
syntax, OOP and all that. But one thing that I just cannot find out
how to do is to access or change a variable in my root/stage
timeline from a deep movieclip within a movieclip within... I know
I could just use the parent reference but what if it is imposible
to know? In AS2 I just used the _root.(myVariable). I think I am
missing a some sort of concept. Thanks in advance. Jake