Thread
:
Popups From Flash - Solution
View Single Post
Nutrox
17 Creative Assets
2008-06-06 #
33
I used to access stage instances that way as well which is probably why I slip back to the dynamic document class and
this.childName
now and again. I tend to use the getChildByName() method these days though and avoid making the document class dynamic, the references are assigned to private variables so getChildByName() only really needs to be used during the class initialisation. If I'm using a document class I never rely on any variables declared in the timeline, so accessing them from the class isn't an issue.
Nutrox
View Public Profile
Visit Nutrox's homepage!
Find all posts by Nutrox