home *** CD-ROM | disk | FTP | other *** search
- tellTarget("three_one")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("three_two")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("three_three")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("three_four")
- {
- gotoAndStop("one_highlight");
- play();
- }
- tellTarget("three_five")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("three_six")
- {
- gotoAndStop("one_active");
- play();
- }
-