home *** CD-ROM | disk | FTP | other *** search
- if(_level0.movies == "no")
- {
- setProperty("_level0.video", _visible, "0");
- }
- if(_level0.sku == "PIP")
- {
- setProperty("_level0.video", _visible, "0");
- }
- if(_level0.sku == "DIP")
- {
- setProperty("_level0.video", _visible, "0");
- }
- tellTarget("four_one")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("four_two")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("four_three")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("four_four")
- {
- gotoAndStop("one_highlight");
- play();
- }
- tellTarget("four_five")
- {
- gotoAndStop("one_active");
- play();
- }
-