AS3 simple examples: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Text replacement - "<pageby nominor="false" comments="false"/>" to "<!-- <pageby nominor="false" comments="false"/> -->") |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
<pageby nominor="false" comments="false"/> | <!-- <pageby nominor="false" comments="false"/> --> | ||
=== Stage 1 : Absolute Novice === | === Stage 1 : Absolute Novice === | ||
Line 16: | Line 16: | ||
# [[AS3 example Collision detection]] | # [[AS3 example Collision detection]] | ||
# [[AS3 example Keeping up a score]] | # [[AS3 example Keeping up a score]] | ||
# [[AS3 example Rotate2 game]] | |||
[[Category: Actionscript 3]] | [[Category: Actionscript 3]] | ||
[[Category: Code Snippets]] | [[Category: ActionScript Code Snippets]] |
Latest revision as of 17:27, 22 August 2016
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