Need advice for learning OOP actionscript 3

I want to learn OOP as3 but dont want to learn from bad examples or bad information.

where are some places i can see this being used in .fla/.as examples, and good tutorials that can also help me?

i want to hav a strong understanding, and im reading “Object-Oriented ActionScript 3.0” but would like to see some examples also.

i have had trouble finding good ones via google

thank u
-joey

The two tutorials on this site by senocular are very good for understanding OOP concepts. They’re AS1 and 2 but if you ask me, you’d learn OOP a lot better if you started in AS1 and moved up. Obviously you don’t need to code your projects in AS1, but that tutorial is a heck of a good place to start learning OOP concepts.

“Learning ActionScript 3.0” is a good book for learning OOP.
Approximately half the volume is to devoted to it.

its the best way to make a platform, mario-like game using oop right? and is building in flash cs3 still best? or flex?

If you want to learn good practices, I would actually suggest learning Java. Java is a really good language to learn OOP in and there are tons of great resources. Also, you’re less likely to find bad tutorials. What you learn in Java will translate almost directly to AS3.