In this part, we make simple interactive environment with buttons.
Below is the flash.
There are four hotspot object in this scene.
Each hotspot is converted into buttons (Modify > Convert to Symbol > Button).
Double click the button to enter the button stage.
4 states for each button:
UP - Picture only
OVER - Picture, name of the activity and sound
DOWN - Picture and name of the activity
HIT - no keyframe
ActionScript behind each hotspot and "Exit" button which will go to its own .swf file.
on (release) {loadMovieNum("lesson.swf",0);
}
These also apply to all navigation buttons.
No comments:
Post a Comment