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

  1. if(_level0.sku == "DIPS")
  2. {
  3.    tellTarget("_level0.five_one")
  4.    {
  5.       gotoAndStop("one_active");
  6.       play();
  7.    }
  8.    tellTarget("_level0.five_two")
  9.    {
  10.       gotoAndStop("one_active");
  11.       play();
  12.    }
  13.    tellTarget("_level0.five_three")
  14.    {
  15.       gotoAndStop("one_active");
  16.       play();
  17.    }
  18.    tellTarget("_level0.five_four")
  19.    {
  20.       gotoAndStop("one_active");
  21.       play();
  22.    }
  23.    tellTarget("_level0.five_five")
  24.    {
  25.       gotoAndStop("one_highlight");
  26.       play();
  27.    }
  28.    tellTarget("_level0.five_six")
  29.    {
  30.       gotoAndStop("one_active");
  31.       play();
  32.    }
  33. }
  34.