home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Picture It! Photo Premium Version 9 / PI_CD1.ISO / pip / pi9 / 1033 / tour.swf / scripts / frame_416 / DoAction.as
Encoding:
Text File  |  2003-05-22  |  526 b   |  33 lines

  1. if(_level0.sku == "PIP")
  2. {
  3.    tellTarget("_level0.main_description")
  4.    {
  5.       gotoAndStop("pro");
  6.       play();
  7.    }
  8. }
  9. if(_level0.sku == "PI")
  10. {
  11.    tellTarget("_level0.main_description")
  12.    {
  13.       gotoAndStop("home");
  14.       play();
  15.    }
  16. }
  17. if(_level0.sku == "PIE")
  18. {
  19.    tellTarget("_level0.main_description")
  20.    {
  21.       gotoAndStop("express");
  22.       play();
  23.    }
  24. }
  25. if(_level0.sku == "PIENO")
  26. {
  27.    tellTarget("_level0.main_description")
  28.    {
  29.       gotoAndStop("express");
  30.       play();
  31.    }
  32. }
  33.