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

  1. if(_level0.sku == "PIP")
  2. {
  3.    setProperty("_level0.two_three", _visible, "0");
  4.    setProperty("_level0.two_four", _visible, "0");
  5.    tellTarget("_level0.two_one")
  6.    {
  7.       gotoAndStop("two_active");
  8.       play();
  9.    }
  10.    tellTarget("_level0.two_two")
  11.    {
  12.       gotoAndStop("two_active");
  13.       play();
  14.    }
  15. }
  16. if(_level0.sku == "PI")
  17. {
  18.    tellTarget("_level0.two_one")
  19.    {
  20.       gotoAndStop("one_active");
  21.       play();
  22.    }
  23.    tellTarget("_level0.two_two")
  24.    {
  25.       gotoAndStop("one_active");
  26.       play();
  27.    }
  28.    tellTarget("_level0.two_three")
  29.    {
  30.       gotoAndStop("one_active");
  31.       play();
  32.    }
  33.    tellTarget("_level0.two_four")
  34.    {
  35.       gotoAndStop("one_active");
  36.       play();
  37.    }
  38. }
  39. if(_level0.sku == "PIE")
  40. {
  41.    tellTarget("_level0.two_one")
  42.    {
  43.       gotoAndStop("one_active");
  44.       play();
  45.    }
  46.    tellTarget("_level0.two_two")
  47.    {
  48.       gotoAndStop("one_active");
  49.       play();
  50.    }
  51.    tellTarget("_level0.two_three")
  52.    {
  53.       gotoAndStop("one_active");
  54.       play();
  55.    }
  56.    tellTarget("_level0.two_four")
  57.    {
  58.       gotoAndStop("one_active");
  59.       play();
  60.    }
  61. }
  62. if(_level0.sku == "PIP")
  63. {
  64.    tellTarget("_level0.TOP_one")
  65.    {
  66.       gotoAndStop("two_active");
  67.       play();
  68.    }
  69.    tellTarget("_level0.TOP_three")
  70.    {
  71.       gotoAndStop("two_active");
  72.       play();
  73.    }
  74.    tellTarget("_level0.TOP_four")
  75.    {
  76.       gotoAndStop("two_active");
  77.       play();
  78.    }
  79.    tellTarget("_level0.TOP_five")
  80.    {
  81.       gotoAndStop("two_active");
  82.       play();
  83.    }
  84. }
  85. if(_level0.sku == "PI")
  86. {
  87.    tellTarget("_level0.TOP_one")
  88.    {
  89.       gotoAndStop("one_active");
  90.       play();
  91.    }
  92.    tellTarget("_level0.TOP_three")
  93.    {
  94.       gotoAndStop("one_active");
  95.       play();
  96.    }
  97.    tellTarget("_level0.TOP_four")
  98.    {
  99.       gotoAndStop("one_active");
  100.       play();
  101.    }
  102.    tellTarget("_level0.TOP_five")
  103.    {
  104.       gotoAndStop("one_active");
  105.       play();
  106.    }
  107. }
  108. if(_level0.sku == "PIE")
  109. {
  110.    tellTarget("_level0.TOP_one")
  111.    {
  112.       gotoAndStop("three_active");
  113.       play();
  114.    }
  115.    tellTarget("_level0.TOP_three")
  116.    {
  117.       gotoAndStop("three_active");
  118.       play();
  119.    }
  120.    tellTarget("_level0.TOP_four")
  121.    {
  122.       gotoAndStop("three_active");
  123.       play();
  124.    }
  125.    tellTarget("_level0.TOP_five")
  126.    {
  127.       gotoAndStop("three_active");
  128.       play();
  129.    }
  130. }
  131.