Buy my work at:
Folio
This folio is for prospective clients. Curious visitors can view a small selection of my work by logging in with username guest and password user.
-
Recent Posts
Tag Archives: private
Actionscript 3: Inheritance Subclass and private vars
I’m currently updating some as2 projects to as3 and I had a series of 1120 compiler errors this afternoon. I’m a fan of using the ‘extends’ keyword to create customised versions of base classes.
In Actionscript 2 the subclass can access all the variables and methods of the original class. It appears that in ActionScript [...]
