- art382 [interactive_media] sp2013 -

instructor : ryanSmith

Week #6

* Take Attendance *

Today:
Project A is due
assign Project B

Project B examples: spectrum zine | drawing zine | phobias | fonts | martini | mythology
another fun flash site: jim carrey

Wednesday: Quiz

pass out papers

FLASH

Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player



Look at source: vineyardesigns.com/tutorials

my_btn.addEventListener(MouseEvent.MOUSE_DOWN, myHandler);
function myHandler(evt:Object):void {
navigateToURL(new URLRequest("http://www.adobe.com/devnet/flash/"), "_self");
}

Review:
Publishing? & uploading?
Adding sound with AS3.0
Sound: //Loading audio:
var audio:Sound = new Sound();
var req:URLRequest = new URLRequest("Song.mp3");
audio.load(req);
audio.play();

// If you want it to loop, then change the last line to:
audio.play(0, int.MAX_VALUE);

// Stop all sound:
flash.media.SoundMixer.stopAll();


Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player


Dowload .fla file: soundTest

Home Work :

Get stated on Project B
Feel free to start designing in Flash

come up with an idea, write a paragraph about it
- save as a pdf file
- add link from your class web page, to your .pdf file
* If you haven't done so, add a link from your class web page, to your Project A


***No quiz questions for next week.