home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Picture It! 7.0 / PI2_CD1.ISO / pip / pi7 / 1033 / tour.swf / scripts / frame_520 / DoAction.as
Encoding:
Text File  |  2002-07-09  |  3.2 KB  |  174 lines

  1. if(_level0.sku == "PIP")
  2. {
  3.    tellTarget("_level0.four_one")
  4.    {
  5.       gotoAndStop("two_active");
  6.       play();
  7.    }
  8.    tellTarget("_level0.four_two")
  9.    {
  10.       gotoAndStop("two_active");
  11.       play();
  12.    }
  13.    tellTarget("_level0.four_three")
  14.    {
  15.       gotoAndStop("two_active");
  16.       play();
  17.    }
  18.    tellTarget("_level0.four_four")
  19.    {
  20.       gotoAndStop("two_active");
  21.       play();
  22.    }
  23.    tellTarget("_level0.four_five")
  24.    {
  25.       gotoAndStop("two_active");
  26.       play();
  27.    }
  28.    tellTarget("_level0.four_six")
  29.    {
  30.       gotoAndStop("two_active");
  31.       play();
  32.    }
  33. }
  34. if(_level0.sku == "PI")
  35. {
  36.    tellTarget("_level0.four_one")
  37.    {
  38.       gotoAndStop("one_active");
  39.       play();
  40.    }
  41.    tellTarget("_level0.four_two")
  42.    {
  43.       gotoAndStop("one_active");
  44.       play();
  45.    }
  46.    tellTarget("_level0.four_three")
  47.    {
  48.       gotoAndStop("one_active");
  49.       play();
  50.    }
  51.    tellTarget("_level0.four_four")
  52.    {
  53.       gotoAndStop("one_active");
  54.       play();
  55.    }
  56.    tellTarget("_level0.four_five")
  57.    {
  58.       gotoAndStop("one_active");
  59.       play();
  60.    }
  61.    tellTarget("_level0.four_six")
  62.    {
  63.       gotoAndStop("one_active");
  64.       play();
  65.    }
  66. }
  67. if(_level0.sku == "PIE")
  68. {
  69.    setProperty("_level0.four_six", _visible, "0");
  70.    tellTarget("_level0.four_one")
  71.    {
  72.       gotoAndStop("three_active");
  73.       play();
  74.    }
  75.    tellTarget("_level0.four_two")
  76.    {
  77.       gotoAndStop("three_active");
  78.       play();
  79.    }
  80.    tellTarget("_level0.four_three")
  81.    {
  82.       gotoAndStop("three_active");
  83.       play();
  84.    }
  85.    tellTarget("_level0.four_four")
  86.    {
  87.       gotoAndStop("three_active");
  88.       play();
  89.    }
  90.    tellTarget("_level0.four_five")
  91.    {
  92.       gotoAndStop("three_active");
  93.       play();
  94.    }
  95. }
  96. if(_level0.msn == "no")
  97. {
  98.    if(_level0.sku == "PIE")
  99.    {
  100.       setProperty("_level0.four_three", _visible, "0");
  101.       setProperty("_level0.four_four", _visible, "0");
  102.       setProperty("_level0.four_five", _visible, "0");
  103.    }
  104. }
  105. if(_level0.sku == "PIP")
  106. {
  107.    tellTarget("_level0.TOP_one")
  108.    {
  109.       gotoAndStop("two_active");
  110.       play();
  111.    }
  112.    tellTarget("_level0.TOP_two")
  113.    {
  114.       gotoAndStop("two_active");
  115.       play();
  116.    }
  117.    tellTarget("_level0.TOP_three")
  118.    {
  119.       gotoAndStop("two_active");
  120.       play();
  121.    }
  122.    tellTarget("_level0.TOP_five")
  123.    {
  124.       gotoAndStop("two_active");
  125.       play();
  126.    }
  127. }
  128. if(_level0.sku == "PI")
  129. {
  130.    tellTarget("_level0.TOP_one")
  131.    {
  132.       gotoAndStop("one_active");
  133.       play();
  134.    }
  135.    tellTarget("_level0.TOP_two")
  136.    {
  137.       gotoAndStop("one_active");
  138.       play();
  139.    }
  140.    tellTarget("_level0.TOP_three")
  141.    {
  142.       gotoAndStop("one_active");
  143.       play();
  144.    }
  145.    tellTarget("_level0.TOP_five")
  146.    {
  147.       gotoAndStop("one_active");
  148.       play();
  149.    }
  150. }
  151. if(_level0.sku == "PIE")
  152. {
  153.    tellTarget("_level0.TOP_one")
  154.    {
  155.       gotoAndStop("three_active");
  156.       play();
  157.    }
  158.    tellTarget("_level0.TOP_two")
  159.    {
  160.       gotoAndStop("three_active");
  161.       play();
  162.    }
  163.    tellTarget("_level0.TOP_three")
  164.    {
  165.       gotoAndStop("three_active");
  166.       play();
  167.    }
  168.    tellTarget("_level0.TOP_five")
  169.    {
  170.       gotoAndStop("three_active");
  171.       play();
  172.    }
  173. }
  174.