jack
jack

Reputation:

Is there a guide I can follow to convert my procedural actionscript 3 to OOP?

I'm wanting to change my movie clips to actionscript classes in AS3. Is there a standard list of things I need to do to make sure the classes work?

Upvotes: 0

Views: 224

Answers (3)

t3hh00d
t3hh00d

Reputation:

You probably wanna check out Refactoring as well.

Upvotes: 0

anirudhsasikumar
anirudhsasikumar

Reputation: 41

Don't forget this excellent devnet article meant for transitioning from AS2 to AS3:

http://www.adobe.com/devnet/actionscript/articles/actionscript_tips.html

Upvotes: 0

mikechambers
mikechambers

Reputation: 3089

Check out these resources:

Grant Skinners Introductory AS3 Workshop slidedeck http://gskinner.com/talks/as3workshop/

Lee Brimelow : 6 Reasons to learn ActionScript 3 http://www.adobe.com/devnet/actionscript/articles/six_reasons_as3.html

Colin Moock : Essential ActionScript 3 (considered the "bible" for ActionScript developers): http://www.amazon.com/Essential-ActionScript-3-0/dp/0596526946

mike chambers

[email protected]

Upvotes: 1

Related Questions