Answered
referencing a Var in a class file
I am trying to reference a public variable that is defined in
a class file, from inside a function of the same class file.
This is only a problem when I try to reference it from inside an onLoad function for loading an external file.
'this' then references [object Object] when it should be _level0.instance1 for example.
'_parent' is undefined.
any help is appreciated.
finty
This is only a problem when I try to reference it from inside an onLoad function for loading an external file.
'this' then references [object Object] when it should be _level0.instance1 for example.
'_parent' is undefined.
any help is appreciated.
finty
