AS3 Tutorials Intermediate: Difference between revisions
Jump to navigation
Jump to search
(New page: == Stage 3 : Intermediate == * AS3 simple ideas: Come up with suggestions of mini-games or activities that you could write that use these techniques * AS3 mini-game walkthrough: t...) |
m (Text replacement - "<pageby nominor="false" comments="false"/>" to "<!-- <pageby nominor="false" comments="false"/> -->") |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{stub}} | |||
* [[AS3 simple ideas]]: | <!-- <pageby nominor="false" comments="false"/> --> | ||
* [[AS3 mini-game walkthrough]]: | |||
== Stage 3 : Intermediate AS3 == | |||
The intermediate tutorials will be written in parallel with the beginner ones. Still expect progresses to be slower here. More material needs to be covered and it starts to be slightly more complex | |||
At this level; we have code spread over multiple files, class-based code organisation, inheritance, composition, dispatching events across objects, reading xml data or embedding assets stored locally. | |||
Gaining autonomy: | |||
* [[AS3 Trace and debug]] | |||
* [[AS3 Compiling options]] | |||
* [[AS3 Object-Oriented concepts]] | |||
* [[AS3 simple ideas]]: Coming up with suggestions of mini-games or activities that you could write that use these techniques | |||
* [[AS3 mini-game walkthrough]]: taking you through a complete example of such a mini-game. | |||
Notes: | |||
For teaching timer concepts, use the idea of [http://www.thinkgeek.com/geektoys/games/7b24/ stick men in a box] (no assets to create) | |||
[[Category: Actionscript 3]] | |||
[[Category:ActionScript tutorials]] |
Latest revision as of 18:09, 22 August 2016
Stage 3 : Intermediate AS3
The intermediate tutorials will be written in parallel with the beginner ones. Still expect progresses to be slower here. More material needs to be covered and it starts to be slightly more complex
At this level; we have code spread over multiple files, class-based code organisation, inheritance, composition, dispatching events across objects, reading xml data or embedding assets stored locally.
Gaining autonomy:
- AS3 simple ideas: Coming up with suggestions of mini-games or activities that you could write that use these techniques
- AS3 mini-game walkthrough: taking you through a complete example of such a mini-game.
Notes:
For teaching timer concepts, use the idea of stick men in a box (no assets to create)