# Need advice for learning OOP actionscript 3

**URL:** https://forum.kirupa.com/t/need-advice-for-learning-oop-actionscript-3/264218
**Category:** flash
**Created:** [June 24, 2008, 4:45am UTC](https://forum.kirupa.com/t/need-advice-for-learning-oop-actionscript-3/264218 "2008-06-24T04:45:47Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![thejoeknows\_com](https://avatars.discourse-cdn.com/v4/letter/t/5daacb/32.png) [@thejoeknows\_com](https://forum.kirupa.com/u/thejoeknows_com)
#### Post date: [June 24, 2008, 4:45am UTC](https://forum.kirupa.com/t/need-advice-for-learning-oop-actionscript-3/264218/1 "2008-06-24T04:45:47Z")

</div>

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

---

<div class="post-metadata">

### Author: ![TheCanadian](https://avatars.discourse-cdn.com/v4/letter/t/67e7ee/32.png) [@TheCanadian](https://forum.kirupa.com/u/TheCanadian)
#### Post date: [June 24, 2008, 4:50am UTC](https://forum.kirupa.com/t/need-advice-for-learning-oop-actionscript-3/264218/2 "2008-06-24T04:50:46Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![snickelfritz](https://avatars.discourse-cdn.com/v4/letter/s/7ea924/32.png) [@snickelfritz](https://forum.kirupa.com/u/snickelfritz)
#### Post date: [June 24, 2008, 4:51am UTC](https://forum.kirupa.com/t/need-advice-for-learning-oop-actionscript-3/264218/3 "2008-06-24T04:51:03Z")

</div>

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

---

<div class="post-metadata">

### Author: ![thejoeknows\_com](https://avatars.discourse-cdn.com/v4/letter/t/5daacb/32.png) [@thejoeknows\_com](https://forum.kirupa.com/u/thejoeknows_com)
#### Post date: [June 24, 2008, 5:22am UTC](https://forum.kirupa.com/t/need-advice-for-learning-oop-actionscript-3/264218/4 "2008-06-24T05:22:52Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Fidodo](https://avatars.discourse-cdn.com/v4/letter/f/779978/32.png) [@Fidodo](https://forum.kirupa.com/u/Fidodo)
#### Post date: [June 24, 2008, 7:16am UTC](https://forum.kirupa.com/t/need-advice-for-learning-oop-actionscript-3/264218/5 "2008-06-24T07:16:08Z")

</div>

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.
