Flash and AS3 links - general: Difference between revisions
Jump to navigation
Jump to search
m (added categories) |
No edit summary |
||
Line 2: | Line 2: | ||
<pageby nominor="false" comments="false"/> | <pageby nominor="false" comments="false"/> | ||
See also: | |||
* [[Flash]] | |||
* [[AS3 Links Tutorials]] | |||
== Across the board == | == Across the board == | ||
Line 50: | Line 54: | ||
* [http://www.kirupa.com/developer/flash/index.htm#Advanced_/_ActionScript Kirupa.com] | * [http://www.kirupa.com/developer/flash/index.htm#Advanced_/_ActionScript Kirupa.com] | ||
///////////////////// | |||
== Documentation Links == | |||
See also [[Adobe Flex]] | |||
=== Reference manuals === | |||
* [http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/ ActionScript 3.0 Language & Component Reference] | |||
* [http://livedocs.adobe.com/flex/201/langref/ Adobe Flex 2.0.1 Language Reference] | |||
* [http://www.adobe.com/go/programmingAS3 Flex 2 LiveDocs: Programming ActionScript 3.0] | |||
=== Other documentation === | |||
* [http://livedocs.adobe.com/flash/9.0/main/ Adobe Livedocs] has fairly good documentation (maybe not suitable for beinners) e.g. | |||
** [http://livedocs.adobe.com/flash/9.0/main/00000012.html Getting started with ActionScript] | |||
* [http://labs.adobe.com/wiki/index.php/ActionScript_3 ActionScript 3] from Adobelabs. Maybe superseded by the above doc, maybe not ... | |||
* [http://actionscriptcheatsheet.com/ ActionScriptCheatSheet.com] Look at the [http://actionscriptcheatsheet.com/blog/quick-referencecheatsheet-for-actionscript-20/ downloads]. Several excellent ActionScript cheatsheets. | |||
=== AS2 vs. AS3 comparisons === | |||
* [http://www.adobe.com/devnet/actionscript/articles/display_api.html Understanding the changes in the display API in ActionScript 3.0] (short example code comparison) | |||
* [http://livedocs.adobe.com/flex/201/langref/migration.html ActionScript 2.0 Migration] (Adobe). This list list is huge :) | |||
=== Overviews === | |||
* Grossman, Gary and Huang, Emmy (2006). [http://www.adobe.com/devnet/actionscript/articles/actionscript3_overview.html ActionScript 3.0 overview], Adobe. | |||
* [http://en.wikipedia.org/wiki/Actionscript ActionScript] (Wikipedia) | |||
* [http://flexblog.faratasystems.com/?p=115 Comparing the syntax of Java 5 and ActionScript 3] | |||
[[Category: Actionscript 3]] | [[Category: Actionscript 3]] |
Revision as of 16:00, 31 October 2007
<pageby nominor="false" comments="false"/>
See also:
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
Sites with codes and Examples
/////////////////////
Documentation Links
See also Adobe Flex
Reference manuals
- ActionScript 3.0 Language & Component Reference
- Adobe Flex 2.0.1 Language Reference
- Flex 2 LiveDocs: Programming ActionScript 3.0
Other documentation
- Adobe Livedocs has fairly good documentation (maybe not suitable for beinners) e.g.
- ActionScript 3 from Adobelabs. Maybe superseded by the above doc, maybe not ...
- ActionScriptCheatSheet.com Look at the downloads. Several excellent ActionScript cheatsheets.
AS2 vs. AS3 comparisons
- Understanding the changes in the display API in ActionScript 3.0 (short example code comparison)
- ActionScript 2.0 Migration (Adobe). This list list is huge :)
Overviews
- Grossman, Gary and Huang, Emmy (2006). ActionScript 3.0 overview, Adobe.
- ActionScript (Wikipedia)
- Comparing the syntax of Java 5 and ActionScript 3