home *** CD-ROM | disk | FTP | other *** search
- tellTarget("two_one")
- {
- gotoAndStop("one_highlight");
- play();
- }
- tellTarget("two_two")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("two_three")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("two_four")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("two_five")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("two_six")
- {
- gotoAndStop("one_active");
- play();
- }
- if(_level0.movies == "no")
- {
- setProperty("_level0.video", _visible, "0");
- }
- if(_level0.sku == "PIP")
- {
- tellTarget("_level0.featuretext")
- {
- gotoAndStop("PIP");
- play();
- }
- }
-