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

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