Interactive Design & Non-Linear Navigation Assignment
Create a multi-screen, interactive museum kiosk using the Wick Editor. Your kiosk will explore a topic of your choice (e.g., music, food, places, history, animals). The project must feature a non-linear navigation system.
Each of the four topic frames must have a unique name (e.g., TopicA, TopicB, etc.) and contain:
| Component | Requirement Details |
|---|---|
| Animation Placement | The animation must be present and visible on the Title Screen. Students can use the main timeline or a Movie Clip. |
| Persistence | The Menu layer must be extended to span all frames in the timeline so the buttons are always visible. |
| Interactivity | All menu buttons must visually change (color, size, or glow) when the mouse hovers over them. |
| Organization | Use clear, descriptive names for all layers, buttons, and frames (e.g., Layer\_Menu, Frame\_Title, Button\_TopicA). |
Learning Resource: For detailed instructions on JavaScript scripting, Tweening, and Frame-by-Frame animation, please refer to the official Wick Editor tutorial site: Wick Editor Learning Center.
To enable navigation, you must attach a separate piece of JavaScript code to each of the five button graphics. This code will use the Wick Editor's API command for frame jumping (e.g., gotoAndStop()) and will be triggered by a mouse click event.
Students can create the simple 3-5 second animation using either: