Great intermediate OOP/AS site

If you have a basic understanding of OOP (I mean very basic) and want to learn more, and also apply it to ActionScript, check out this site. It is a great resource!

http://www.debreuil.com/docs/ch01_Intro.htm

If this link has been posted before, I humbly apologize.

-Al

I would hope it has been :slight_smile: but another posting never hurts; Robin has done a wonderful job with that site :beam:

H88 pointed me to that site and I agree, it’s fantastic. Thuroughly explained everything and easy for even a n00b like me to understand. :stuck_out_tongue:

That site is great for Flash 5, but MX has some built-in functions now that make some of what is showcased on that site outdated. For example, FMX has a super() method built-in. Also, I have heard that the next version of Flash will have an extends() method as well (which means if you write your own inhertiance extension function I suggest you name it ‘extend’ instead of ‘extends’). The people at Macromedia have their own way of setting up inheritance, but there are a few issues with it. If you want a nice, clean inheritance system for FMX check out quantumwave.com.

-Al