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

  1. if(_level0.movies == "no")
  2. {
  3.    setProperty("_level0.video", _visible, "0");
  4. }
  5. if(_level0.sku == "PIP")
  6. {
  7.    tellTarget("_level0.one_one")
  8.    {
  9.       gotoAndStop("one_highlight");
  10.       play();
  11.    }
  12.    tellTarget("_level0.one_two")
  13.    {
  14.       gotoAndStop("one_active");
  15.       play();
  16.    }
  17.    tellTarget("_level0.one_three")
  18.    {
  19.       gotoAndStop("one_active");
  20.       play();
  21.    }
  22.    tellTarget("_level0.one_four")
  23.    {
  24.       gotoAndStop("one_active");
  25.       play();
  26.    }
  27.    tellTarget("_level0.one_five")
  28.    {
  29.       gotoAndStop("one_active");
  30.       play();
  31.    }
  32. }
  33. if(_level0.sku == "DIP")
  34. {
  35.    tellTarget("_level0.one_one")
  36.    {
  37.       gotoAndStop("one_highlight");
  38.       play();
  39.    }
  40.    tellTarget("_level0.one_two")
  41.    {
  42.       gotoAndStop("one_active");
  43.       play();
  44.    }
  45.    tellTarget("_level0.one_three")
  46.    {
  47.       gotoAndStop("two_active");
  48.       play();
  49.    }
  50.    tellTarget("_level0.one_four")
  51.    {
  52.       gotoAndStop("two_active");
  53.       play();
  54.    }
  55.    tellTarget("_level0.one_five")
  56.    {
  57.       gotoAndStop("two_active");
  58.       play();
  59.    }
  60.    tellTarget("_level0.one_six")
  61.    {
  62.       gotoAndStop("one_active");
  63.       play();
  64.    }
  65. }
  66.