Flash and AS3 links - general: Difference between revisions
Jump to navigation
Jump to search
m (→Books) |
|||
Line 30: | Line 30: | ||
* [http://moock.org/eas3/ Essential Actionscript 3.0] by Colin Moock, O'Reilly. Comes with chapter excerpts and code examples | * [http://moock.org/eas3/ Essential Actionscript 3.0] by Colin Moock, O'Reilly. Comes with chapter excerpts and code examples | ||
* [http://flashgameu.com/ Flash Game University] by Gary Rosenzweig, Que ( | * [http://flashgameu.com/ Flash Game University] by Gary Rosenzweig, Que (1st Ed.). All code in actionscript 3. Keeps away from OO programming for the most part. Comes with support forum and code examples. | ||
* [http://www.amazon.com/ActionScript-3-0-Cookbook-Application-Developers/dp/0596526954 ActionScript 3.0 Cookbook: Solutions for Flash Platform and Flex Application Developers] by Joey Lott, Darron Schall, Keith Peters, O'Reilly. | * [http://www.amazon.com/ActionScript-3-0-Cookbook-Application-Developers/dp/0596526954 ActionScript 3.0 Cookbook: Solutions for Flash Platform and Flex Application Developers] by Joey Lott, Darron Schall, Keith Peters, O'Reilly. | ||
* [http://www.amazon.com/Foundation-Actionscript-3-0-Animation-Making/dp/1590597915 Foundation Actionscript 3.0 Animation: Making Things Move!] by Keith Peters, Friends of ED. | * [http://www.amazon.com/Foundation-Actionscript-3-0-Animation-Making/dp/1590597915 Foundation Actionscript 3.0 Animation: Making Things Move!] by Keith Peters, Friends of ED. | ||
* [http://www.amazon.com/ActionScript-3-0-Design-Patterns-Programming/dp/0596528469 ActionScript 3.0 Design Patterns: Object Oriented Programming Techniques], by William Sanders, Chandima Cumaranatunge, O'Reilly | * [http://www.amazon.com/ActionScript-3-0-Design-Patterns-Programming/dp/0596528469 ActionScript 3.0 Design Patterns: Object Oriented Programming Techniques], by William Sanders, Chandima Cumaranatunge, O'Reilly | ||
* [http://www.amazon.com/dp/0321426568 Advanced ActionScript 3 with Design Patterns] by Joey Lott and Danny Patterson, Adobe Press ( | * [http://www.amazon.com/dp/0321426568 Advanced ActionScript 3 with Design Patterns] by Joey Lott and Danny Patterson, Adobe Press (1st Ed.). | ||
== Migrating from AS2 to AS3 == | == Migrating from AS2 to AS3 == |
Revision as of 15:47, 31 October 2007
Across the board
- Flash resources @ Adobe Resource Center
AS3 Language Reference
- ActionScript 3.0 Language and Components Reference @ Adobe livedocs
Cheatsheets
Feeds aggregators
Rapid Overviews/Presentations
- Object-Oriented Programming in ActionScript 3.0 by Peter Elst
- ActionScript 3 in Flash CS3 by mindshare studio
Online books
- Programming Actionscript 3.0, Adobe Press, @ Adobe livedocs (814 pages)
Books
- Essential Actionscript 3.0 by Colin Moock, O'Reilly. Comes with chapter excerpts and code examples
- Flash Game University by Gary Rosenzweig, Que (1st Ed.). All code in actionscript 3. Keeps away from OO programming for the most part. Comes with support forum and code examples.
- ActionScript 3.0 Cookbook: Solutions for Flash Platform and Flex Application Developers by Joey Lott, Darron Schall, Keith Peters, O'Reilly.
- Foundation Actionscript 3.0 Animation: Making Things Move! by Keith Peters, Friends of ED.
- ActionScript 3.0 Design Patterns: Object Oriented Programming Techniques, by William Sanders, Chandima Cumaranatunge, O'Reilly
- Advanced ActionScript 3 with Design Patterns by Joey Lott and Danny Patterson, Adobe Press (1st Ed.).
Migrating from AS2 to AS3
- Resources on Migrating from ActionScript 2 to ActionScript 3 @ mindsharestudio
Toolkits
- Papervision 3D
- APE (Actionscript Physics Engine). Free AS3 open source 2D physics engine for use in Flash and Flex, released under the MIT License