gavin sim logo
 

Basic - week 1

Week 2

Week 3

Week 4

Week 5

Week 6

Week 7

Teaching > Flash notes

Flash Notes

This contains useful notes/tutorials for the module CO4740 and CO2711. It is an aid to getting you started with learning the basics of Flash.

 

NOTE:

The tutorials will be Flash CS4 with ActionScript 3. AS3 is considerably different to AS2 and many tutorials on the internet will not work when using AS3 for example:

AS2 = myMovieclip._xScale = 10
AS3 = myMovieClip.scaleX = .10

These do the same thing but the syntax has changed.