Monday, November 28, 2011

var mainLoader:Loader = new Loader();
//create new URLRequest and fill it
var defaultSWF:URLRequest = new URLRequest("bear.swf");

//load the loader
mainLoader.load(defaultSWF);
//position the loader on the page
mainLoader.y = 0;
mainLoader.x = 0;
//add the loader to the page
addChild(mainLoader);

//*******************************************************

function step(event:MouseEvent):void {

removeChild(mainLoader);
SoundMixer.stopAll();

}

//event listeners which run function btnClick for CLICK event of each button

stepbystep_btn.addEventListener(MouseEvent.CLICK, step);

Presentation Schedule

Wednesday. 11/30:
1. Todd Bowie
2. Neal Siddell
3. Aaron Schute
4. Joshua
5. Max
6. Chelsey
7. Joshua D.

Monday 12/5:
8. Rachel
9. Casey
10. Tricia
11. Tami
12. Dale
13. Brett
14. Dan