Oct 27


This is how to do Stop and PLay sound by using .visible and soundMixer.stopAll();

.visible
If it is true, you will see the object
If it is flase, the object will be invisible
SoundMixer.stopAll();

is use for stop all sound
Continue reading »

Oct 27

For Flash Action Script 3, it doen’t have  loadMovie anymore.. Everything that is imported in flash..it need to use” addChild”
Here is how it work :

var myLoader:Loader = new Loader();
addChild(myLoader);
var url:URLRequest=new URLRequest(“testload.swf”);
myLoader.load(url);

Continue reading »

Oct 27

Follow

Blue object will follow mouse when mouse over Red Button
Red Regtagle name “aunt”
Description Box name “pood”

Example
Continue reading »

Oct 27

Mark Allocation

Assignment 1        15%

Assignment 2        20%

Assignment 3        20%

Assignment 4        20%

Quiz (10%each)   10%

Report                  5%

Homework (2.5%each)      10%

Total 100%

Continue reading »

Oct 22

You will have fun with Flash and interactive stuff by A.Jam