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

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