AS3 Tutorials Intermediate: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:


  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.
  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 simple ideas]]: Coming up with suggestions of mini-games or activities that you could write that use these techniques

Revision as of 20:12, 31 October 2007

Draft

<pageby nominor="false" comments="false"/>

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.