AS3 simple examples: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
No edit summary
Line 16: Line 16:
# [[AS3 example Collision detection]]
# [[AS3 example Collision detection]]
# [[AS3 example Keeping up a score]]
# [[AS3 example Keeping up a score]]
=== Ideas and Information for programming projects ===
* [[ProgrammingProjects_Fractals|Fractas]]
* [[ProgrammingProjects_Tessalation|Tesselation]]
* [[ProgrammingProjects_Patterns|Patterns and Symmetry]]
* [[ProgrammingProjects_Puzzles|Puzzles]]
* [[ProgrammingProjects_MiniApps|MiniApps]]


[[Category: Actionscript 3]]
[[Category: Actionscript 3]]
[[Category: Code Snippets]]
[[Category: Code Snippets]]

Revision as of 14:52, 16 November 2007

Draft

<pageby nominor="false" comments="false"/>

Stage 1 : Absolute Novice

  1. AS3 example Drawing graphics
  2. AS3 example Message Box, mixing graphics and text on the screen
  3. AS3 example Button
  4. AS3 example Positioning
  5. AS3 example Drag and Drop
  6. AS3 example Keyboard control

Stage 2 : Beginner

  1. AS3 example Fractals
  2. AS3 example Moving a sprite on a grid
  3. AS3 example Collision detection
  4. AS3 example Keeping up a score

Ideas and Information for programming projects