home *** CD-ROM | disk | FTP | other *** search
- tellTarget("five_one")
- {
- gotoAndStop("two_active");
- play();
- }
- tellTarget("five_two")
- {
- gotoAndStop("two_highlight");
- play();
- }
- tellTarget("five_three")
- {
- gotoAndStop("two_active");
- play();
- }
- tellTarget("five_four")
- {
- gotoAndStop("two_active");
- play();
- }
- tellTarget("five_five")
- {
- gotoAndStop("two_active");
- play();
- }
-