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

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