ryanSmith's art 363 class @ Towson
- Interactive Media -

W1| W2 | W3 | W4 | W5 | W6 | W7 | W8 | W9 | W10 | W11 | W12 | W13 | W14

ryansmithart.com/courses/2014/363

Week #13

Project C NEW Due date: APRIL 24th [ today! ]

QUIZ : APRIL 24th [ today]

{ week #14 } "Fun Game" Project due May 1st [next week!]



Let's talk about Miles' Project C:
Download (CS5) .fla file

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

Get Adobe Flash player




FLASH :

** Capturing keyboard input **

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


stop(); //on frame #1

//This code will gotoAndStop 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){
gotoAndStop(2)
}
}

** Talk about "Projector" files **


Ryan's "Build Your Own Brakhage"

Check out: QWERTY.fla

"Fun Game"

- Example #1
- Example #2
- Example #3
- Example #4

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

Get Adobe Flash player



Play with sound on




DOWNLOAD: "space_game.zip" (1.1 MB)






Homework:

DOWNLOAD: "space_game.zip"
1) Come up with a new idea
2) Change the overall design (the background & all the Movie Clip symbols)
3) Change the sound effects
4) Upload it to a server (w/ the new .mp3 files)
5) Add a link to your 363, class webpage

Finished game due:
May 1st
**NEXT WEEK**