AS3 simple examples: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:
=== Stage 1 : Absolute Novice ===
=== Stage 1 : Absolute Novice ===
# [[AS3 example Drawing graphics]]
# [[AS3 example Drawing graphics]]
# [[AS3 example Message Box]], mixing graphics and text on the screen
# [[AS3 example Message Box]][http://www.atcollectionagency.com ,] mixing graphics and text on the screen
# [[AS3 example Button]]
# [[AS3 example Button]]
# [[AS3 example Positioning]]
# [[AS3 example Positioning]]

Revision as of 20:23, 13 October 2011

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
  5. AS3 example Rotate2 game