home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Picture It! Photo Premium Version 9 / PI_CD1.ISO / pip / pi9 / 1033 / tour.swf / scripts / frame_221 / DoAction.as
Encoding:
Text File  |  2003-05-22  |  2.5 KB  |  140 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_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_highlight");
  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_active");
  38.       play();
  39.    }
  40.    tellTarget("_level0.one_two")
  41.    {
  42.       gotoAndStop("one_active");
  43.       play();
  44.    }
  45.    tellTarget("_level0.one_three")
  46.    {
  47.       gotoAndStop("one_active");
  48.       play();
  49.    }
  50.    tellTarget("_level0.one_four")
  51.    {
  52.       gotoAndStop("one_highlight");
  53.       play();
  54.    }
  55.    tellTarget("_level0.one_five")
  56.    {
  57.       gotoAndStop("one_active");
  58.       play();
  59.    }
  60. }
  61. if(_level0.sku == "DIPS")
  62. {
  63.    tellTarget("_level0.one_one")
  64.    {
  65.       gotoAndStop("two_active");
  66.       play();
  67.    }
  68.    tellTarget("_level0.one_two")
  69.    {
  70.       gotoAndStop("two_active");
  71.       play();
  72.    }
  73.    tellTarget("_level0.one_three")
  74.    {
  75.       gotoAndStop("three_active");
  76.       play();
  77.    }
  78.    tellTarget("_level0.one_four")
  79.    {
  80.       gotoAndStop("three_active");
  81.       play();
  82.    }
  83.    tellTarget("_level0.one_five")
  84.    {
  85.       gotoAndStop("two_highlight");
  86.       play();
  87.    }
  88.    tellTarget("_level0.one_six")
  89.    {
  90.       gotoAndStop("one_active");
  91.       play();
  92.    }
  93. }
  94. if(_level0.sku == "PIE")
  95. {
  96.    tellTarget("_level0.one_one")
  97.    {
  98.       gotoAndStop("three_active");
  99.       play();
  100.    }
  101.    tellTarget("_level0.one_two")
  102.    {
  103.       gotoAndStop("three_active");
  104.       play();
  105.    }
  106.    tellTarget("_level0.one_three")
  107.    {
  108.       gotoAndStop("four_active");
  109.       play();
  110.    }
  111.    tellTarget("_level0.one_four")
  112.    {
  113.       gotoAndStop("one_highlight");
  114.       play();
  115.    }
  116. }
  117. if(_level0.sku == "PIENO")
  118. {
  119.    tellTarget("_level0.one_one")
  120.    {
  121.       gotoAndStop("three_active");
  122.       play();
  123.    }
  124.    tellTarget("_level0.one_two")
  125.    {
  126.       gotoAndStop("three_active");
  127.       play();
  128.    }
  129.    tellTarget("_level0.one_three")
  130.    {
  131.       gotoAndStop("four_active");
  132.       play();
  133.    }
  134.    tellTarget("_level0.one_four")
  135.    {
  136.       gotoAndStop("one_highlight");
  137.       play();
  138.    }
  139. }
  140.