Programming for Interactive Multimedia
Homework Two

Exploring Director II: Animation, puppetSound, beep, using event handlers, Event Hierarchy

Overview

Create a Director Movie that navigates through at least three (3) sections, showing us different images, text, and at least two different types of animations in each section to let us know we are in a different place. At least one element in each section should be the "button" to take us to another section. The scripts for these buttons should explore at least four (4) different event handlers. You also need to show event hierarchy by attaching scripts which use the same event handler (on mouseUp for example) to two concurrent elements on the stage (details below).

For example, you could create a mouseUp script that uses puppetSound to play one sound and attach it to the cast member, and create another mouseUp script that plays 3 system beeps and pops up an alert box that says "ha ha I'm higher than you in the hierarchy!", and attach it to a sprite which uses that cast member in the score.

Have fun with this--make things happen on mouseUp, Down, Enter, Leave, enterFrame, exitFrame. Play with using scripts on all the different elements (movie, cast, frame, sprite) to see how they perform (or don't perform!). Entertain yourself (and me--I have to grade 24 of these)!

Each project should include the following elements:

Cast (using Paint, Vector, Text, and Script Windows):

Score/Stage:

Programming for Interactive Mulitmedia I Home