AS3 simple examples

The educational technology and digital learning wiki
Revision as of 18:27, 22 August 2016 by Daniel K. Schneider (talk | contribs) (Text replacement - "<pageby nominor="false" comments="false"/>" to "<!-- <pageby nominor="false" comments="false"/> -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Draft


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