anon255058
anon255058

Reputation:

Syntax Guide for ActionScript 3.0

Is there a practical "crash" guide for writing ActionScript 3. There's migration books from as2 to as3, but I'm not migrating.

People that have programmed in C seem to understand the math concepts and arguments. Books, links, a better debugging panel would all be helpful.

Here's my ideas, any suggestions.

SIMPLE EXAMPLES

"." is the "to drill in to folders or classes"

LIST OF CLASSES

"shows the path to most-used methods"

ARGUMENT STRUCTURE

"anatomy of argument, snippets"

LINKS

http://www.senocular.com/flash/tutorials/as3withflashcs3/?page=3 http://flashspeaksactionscript.com/actionscript-20-to-30-migration-cheatsheet/

Upvotes: 0

Views: 393

Answers (2)

Aditya P
Aditya P

Reputation: 1942

"practical crash guide " and since you state math i assume that is of interest to you

theres just 1 book id recommend thats worth checking out Foundation Actionscript 3.0 Animation: Making Things Move! By Keith Peters .It is FUN and a must read for people learning as3.

Upvotes: 0

Samuel Neff
Samuel Neff

Reputation: 74899

I would recommend Essential ActionScript 3 from Colin Moock. Starts at the beginning and Colin explains things really well and in depth.

http://oreilly.com/catalog/9780596526948/

Upvotes: 2

Related Questions