home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Picture It! Photo Premium Version 9 / PI_CD1.ISO / pip / pi9 / 1033 / tour.swf / scripts / frame_161 / DoAction.as
Encoding:
Text File  |  2003-05-22  |  1.4 KB  |  79 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_active");
  10.       play();
  11.    }
  12.    tellTarget("_level0.one_two")
  13.    {
  14.       gotoAndStop("one_highlight");
  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 == "PIE")
  34. {
  35.    tellTarget("_level0.one_one")
  36.    {
  37.       gotoAndStop("three_highlight");
  38.       play();
  39.    }
  40.    tellTarget("_level0.one_two")
  41.    {
  42.       gotoAndStop("three_active");
  43.       play();
  44.    }
  45.    tellTarget("_level0.one_three")
  46.    {
  47.       gotoAndStop("four_active");
  48.       play();
  49.    }
  50.    tellTarget("_level0.one_four")
  51.    {
  52.       gotoAndStop("one_active");
  53.       play();
  54.    }
  55. }
  56. if(_level0.sku == "PIENO")
  57. {
  58.    tellTarget("_level0.one_one")
  59.    {
  60.       gotoAndStop("three_highlight");
  61.       play();
  62.    }
  63.    tellTarget("_level0.one_two")
  64.    {
  65.       gotoAndStop("three_active");
  66.       play();
  67.    }
  68.    tellTarget("_level0.one_three")
  69.    {
  70.       gotoAndStop("four_active");
  71.       play();
  72.    }
  73.    tellTarget("_level0.one_four")
  74.    {
  75.       gotoAndStop("one_active");
  76.       play();
  77.    }
  78. }
  79.