home *** CD-ROM | disk | FTP | other *** search
- tellTarget("four_one")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("four_two")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("four_three")
- {
- gotoAndStop("one_highlight");
- play();
- }
- tellTarget("four_four")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("four_five")
- {
- gotoAndStop("one_active");
- play();
- }
-