- art363&463 [interactive_media] -

instructor : ryanSmith

Week #12

Anyone not take the quiz / test thing

* Project C is due today

Advice:

It does not matter if you are a freelance artist, working for a large company, waiting tables at a restaurant, or you are a student; the most important part of any assignment / job, is simply showing up & participating.

VIDEOS:

2008 installation
Flash portion


FLASH :
Capture Keyboard Input

function reportKeyDown(event:KeyboardEvent):void{
trace("Key Pressed: " + String.fromCharCode(event.charCode) + " (character code: " + event.charCode + ")");
}
stage.addEventListener(KeyboardEvent.KEY_DOWN, reportKeyDown);


//This code will gotoAndPlay on frame 2 when you hit the enter key: stage.addEventListener(KeyboardEvent.KEY_DOWN, keyDownHandler);
function keyDownHandler(event : KeyboardEvent) : void{
if (event.keyCode == Keyboard.ENTER){
gotoAndPlay(2)
}
}


Tim Bubb's "super crazy awesome side-scrolling ninja ball Flash game of legend"

Home Work :
change the design & characters in :
{{ -- :: SPACE SHOOTER :: -- }}}}}}}}}}

Download : spaceshooter.zip
due : Next Week : Tuesday Apri 23


Home Work :

change the design & characters in :
{{ -- :: SPACE SHOOTER :: -- }}}}}}}}}}

Download : spaceshooter.zip
due : Next Week : Tuesday Apri 23

Next week : Carrie Fucile will be stopping by