home *** CD-ROM | disk | FTP | other *** search
- if(_level0.sku == "PIP")
- {
- tellTarget("_level0.main_description")
- {
- gotoAndStop("pro");
- play();
- }
- }
- if(_level0.sku == "PI")
- {
- tellTarget("_level0.main_description")
- {
- gotoAndStop("home");
- play();
- }
- }
- if(_level0.sku == "PIE")
- {
- tellTarget("_level0.main_description")
- {
- gotoAndStop("express");
- play();
- }
- }
- if(_level0.sku == "PIENO")
- {
- tellTarget("_level0.main_description")
- {
- gotoAndStop("express");
- play();
- }
- }
-