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

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