Due: Tuesday, 11 July, 2000, beginning of class.
Complete the following activities. You may work in pairs. For this lab you must complete the following:
Activity 1. This activity will demonstrate the use of several techniques to create animations.
In Director, a hypertext link works just like a button: when a user clicks the text that's linked with a related passage, a script associated with the text tells Director to go to the frame in the movie where the passage is located.
There are two ways to set up a hypertext link:
If you look at the block of text on the screen you can see why you can't make the entire block a hypertext button: two words-- Genji and Rokujo -- are in red. Each has a separate passage related to it, and so each needs its own script to tell Director where to find the passage. Note that Rokujo isn't linked with its passage yet.
Note that the script linking Genji with its related passage isn't part of the text block's cast member, and the script can't be connected directly with Genji because Genji isn't a separate cast member. Instead, the script for Genji is part of a transparent button that overlays the word Genji .
on mouseUp play frame "Genji" end
The command play frame Renji works in the same way as the go to frame Start command. The difference is that the command play frame name is always paired with another statement, play done . The purpose of play done is to tell Director to return to the frame it came from.
The process works like this: You place play frame name at the point in a movie where you want Director to branch to the beginning of a different segment; you place play done at the end of the segment. When Director comes across play frame name it goes to the frame that's named. When it comes across play done it returns automatically to the frame it came from.
The play done statement is part of the script for the Return button that's on the screen that contains the information about The Tale of Genji.
You can look at the script for the Return button in the cast: in the cast window select cast member 12. Click on the script button at the top of the cast window. The script reads:
on mouseUp play done end
The interactions between the scripts works like this: When you click the word "Genji" on the first screen of the movie, Director branches to the frame that contains the information about The Tale of Genji There's a pause script in the script channel of the frame, so Director simply waits there for further instructions.
When you click the Return button, Director reads the script there, comes across the play done statement, and returns to the place it came from.
play frame "Rokujo"
Due: Wednesday, 12 July 2000 at the beginning of class.
Note that you must work individually on the post lab.
Turn in a movie not a projector .
All movies must have an opening sequence that lists the name of the person involved in the lab. Keep a copy of your movie; you will be modifying this movie in a later lab.
Creativity will be worth 5% of your grade.