PDA

View Full Version : Excellent OOP Tutorial


Mazoonist
07-13-2007, 11:31 PM
Hey all,

I ran across this page last night, and I was really intrigued. Here's the link:

http://moock.org/lectures/introToOOP/

It's not written in Actionscript 3, but... Since Actionscript 3 is way more geared toward class programming, I thought it was relevant. A lot of people are going to be trying to comprehend how to start programming with classes because of AS3, and that page will take you a LONG way to understanding how you might start programming using classes and OOP.

The differences between AS2 and AS3 are easily translated... the basic concepts behind OOP haven't changed. The page helped me a lot, so I thought I'd pass it along. Also, it may be that it's nothing new, and it's been around for awhile, but if you haven't seen it (and you wanna get started with OOP), you need to check it out.

Flash Gordon
07-14-2007, 12:22 AM
thanks for sharing...



btw, I hate the way he lays his pages out....*puke*

Mazoonist
07-14-2007, 01:06 AM
Hmm... there are mistakes, too. I noticed that some of his functions that return values don't have the ":returnDataType" after the function name (but he DOES have it in the complete code listing, go figure). But in general, it's a good tutorial.