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

  1. if(_level0.sku == "PIE")
  2. {
  3.    tellTarget("_level0.featuretext")
  4.    {
  5.       gotoAndStop("msn");
  6.       play();
  7.    }
  8. }
  9. if(_level0.sku == "PIENO")
  10. {
  11.    tellTarget("_level0.featuretext")
  12.    {
  13.       gotoAndStop("msn");
  14.       play();
  15.    }
  16. }
  17.