home *** CD-ROM | disk | FTP | other *** search
- if(_level0.sku == "DIPS")
- {
- tellTarget("_level0.five_one")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("_level0.five_two")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("_level0.five_three")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("_level0.five_four")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("_level0.five_five")
- {
- gotoAndStop("one_highlight");
- play();
- }
- tellTarget("_level0.five_six")
- {
- gotoAndStop("one_active");
- play();
- }
- }
-