home *** CD-ROM | disk | FTP | other *** search
- if(_level0.sku == "PIP")
- {
- setProperty("_level0.one_six", _visible, "0");
- tellTarget("_level0.one_one")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("_level0.one_two")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("_level0.one_three")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("_level0.one_four")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("_level0.one_five")
- {
- gotoAndStop("one_active");
- play();
- }
- }
- if(_level0.sku == "DIP")
- {
- setProperty("_level0.one_six", _visible, "0");
- tellTarget("_level0.one_one")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("_level0.one_two")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("_level0.one_three")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("_level0.one_four")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("_level0.one_five")
- {
- gotoAndStop("one_active");
- play();
- }
- }
- if(_level0.sku == "DIPS")
- {
- tellTarget("_level0.one_one")
- {
- gotoAndStop("two_active");
- play();
- }
- tellTarget("_level0.one_two")
- {
- gotoAndStop("two_active");
- play();
- }
- tellTarget("_level0.one_three")
- {
- gotoAndStop("three_active");
- play();
- }
- tellTarget("_level0.one_four")
- {
- gotoAndStop("three_active");
- play();
- }
- tellTarget("_level0.one_five")
- {
- gotoAndStop("two_active");
- play();
- }
- tellTarget("_level0.one_six")
- {
- gotoAndStop("one_active");
- play();
- }
- }
- if(_level0.sku == "PIE")
- {
- setProperty("_level0.one_six", _visible, "0");
- setProperty("_level0.one_five", _visible, "0");
- tellTarget("_level0.one_one")
- {
- gotoAndStop("three_active");
- play();
- }
- tellTarget("_level0.one_two")
- {
- gotoAndStop("three_active");
- play();
- }
- tellTarget("_level0.one_three")
- {
- gotoAndStop("four_active");
- play();
- }
- tellTarget("_level0.one_four")
- {
- gotoAndStop("one_active");
- play();
- }
- }
- if(_level0.sku == "PIENO")
- {
- setProperty("_level0.one_six", _visible, "0");
- setProperty("_level0.one_five", _visible, "0");
- tellTarget("_level0.one_one")
- {
- gotoAndStop("three_active");
- play();
- }
- tellTarget("_level0.one_two")
- {
- gotoAndStop("three_active");
- play();
- }
- tellTarget("_level0.one_three")
- {
- gotoAndStop("four_active");
- play();
- }
- tellTarget("_level0.one_four")
- {
- gotoAndStop("one_active");
- play();
- }
- }
- if(_level0.sku == "PIP")
- {
- tellTarget("_level0.TOP_two")
- {
- gotoAndStop("two_active");
- play();
- }
- tellTarget("_level0.TOP_three")
- {
- gotoAndStop("two_active");
- play();
- }
- tellTarget("_level0.TOP_four")
- {
- gotoAndStop("two_active");
- play();
- }
- }
- if(_level0.sku == "DIP")
- {
- tellTarget("_level0.TOP_two")
- {
- gotoAndStop("two_active");
- play();
- }
- tellTarget("_level0.TOP_three")
- {
- gotoAndStop("two_active");
- play();
- }
- tellTarget("_level0.TOP_four")
- {
- gotoAndStop("two_active");
- play();
- }
- }
- if(_level0.sku == "DIPS")
- {
- tellTarget("_level0.TOP_two")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("_level0.TOP_three")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("_level0.TOP_four")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("_level0.TOP_five")
- {
- gotoAndStop("one_active");
- play();
- }
- }
- if(_level0.sku == "PIE")
- {
- tellTarget("_level0.TOP_two")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("_level0.TOP_three")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("_level0.TOP_four")
- {
- gotoAndStop("one_active");
- play();
- }
- tellTarget("_level0.TOP_five")
- {
- gotoAndStop("two_active");
- play();
- }
- }
- if(_level0.sku == "PIENO")
- {
- tellTarget("_level0.TOP_two")
- {
- gotoAndStop("two_active");
- play();
- }
- tellTarget("_level0.TOP_three")
- {
- gotoAndStop("two_active");
- play();
- }
- tellTarget("_level0.TOP_four")
- {
- gotoAndStop("two_active");
- play();
- }
- }
-