AS3 simple examples: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 10: | Line 10: | ||
# [[AS3 example Drag and Drop]] | # [[AS3 example Drag and Drop]] | ||
# [[AS3 example Keyboard control]] | # [[AS3 example Keyboard control]] | ||
=== Stage 2 : Beginner === | |||
# [[AS3 example Fractals]] | |||
# [[AS3 example Moving a sprite on a grid]] | |||
# [[AS3 example Collision detection]] | |||
# [[AS3 example Keeping up a score]] | |||
[[Category: Actionscript 3]] | [[Category: Actionscript 3]] | ||
[[Category: Code Snippets]] | [[Category: Code Snippets]] |
Revision as of 20:01, 11 November 2007
<pageby nominor="false" comments="false"/>
Stage 1 : Absolute Novice
- AS3 example Drawing graphics
- AS3 example Message Box, mixing graphics and text on the screen
- AS3 example Button
- AS3 example Positioning
- AS3 example Drag and Drop
- AS3 example Keyboard control