AS 2.0 Classes
AS 2.0 Classes
Out of context: Reply #10
- Started
- Last post
- 11 Responses
- kinetic0
use this._parent
you can also do shit like create vars on init called classPath
then in the event handler or whatever it is that cant obtain data from somewhere else, just make a new var called P_classPath (private class path) and refernece vars from it
so something created in the class would be P_classPath.variableName