I have been learning about classes and oop programming with AS2. I think I have a very good idea of how it all works, but I’m lacking in one final area before I can truly say I’m coding in OOP.
Currently, I use a contentmanager class to route all button commands through. This class handles the removal and preperation of the stage for content change, and then seperate classes handle the actual loading and placement of the new content.
So in a way, its not really OOP, just very well organized code.
The next step is Event Management in AS2. I know it can be done, I read through a few tutorials, but get confused by it all.
What I’m looking for now is two things… a very good Event Management tutorial or article if anyone knows of any…
as well as a sample site that can be downloaded or viewed which has been written using OOP. I want this sample site, to re-evaluate how my current way of programming holds up compared to more proffessional examples…
Thank you for any liinks provided.
(Perhaps even we can turn this into a hot thread with examples of code and structures to help other developers trying to gain a grip on OOP…?)