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

  1. if(_level0.movies == "no")
  2. {
  3.    setProperty("_level0.video", _visible, "0");
  4. }
  5. if(_level0.sku == "PIP")
  6. {
  7.    setProperty("_level0.video", _visible, "0");
  8. }
  9. if(_level0.sku == "PIP")
  10. {
  11.    tellTarget("_level0.one_one")
  12.    {
  13.       gotoAndStop("one_active");
  14.       play();
  15.    }
  16.    tellTarget("_level0.one_two")
  17.    {
  18.       gotoAndStop("one_active");
  19.       play();
  20.    }
  21.    tellTarget("_level0.one_three")
  22.    {
  23.       gotoAndStop("one_active");
  24.       play();
  25.    }
  26.    tellTarget("_level0.one_four")
  27.    {
  28.       gotoAndStop("one_active");
  29.       play();
  30.    }
  31.    tellTarget("_level0.one_five")
  32.    {
  33.       gotoAndStop("one_highlight");
  34.       play();
  35.    }
  36. }
  37. if(_level0.sku == "DIP")
  38. {
  39.    tellTarget("_level0.one_one")
  40.    {
  41.       gotoAndStop("one_active");
  42.       play();
  43.    }
  44.    tellTarget("_level0.one_two")
  45.    {
  46.       gotoAndStop("one_active");
  47.       play();
  48.    }
  49.    tellTarget("_level0.one_three")
  50.    {
  51.       gotoAndStop("one_active");
  52.       play();
  53.    }
  54.    tellTarget("_level0.one_four")
  55.    {
  56.       gotoAndStop("one_active");
  57.       play();
  58.    }
  59.    tellTarget("_level0.one_five")
  60.    {
  61.       gotoAndStop("one_highlight");
  62.       play();
  63.    }
  64. }
  65. if(_level0.sku == "DIPS")
  66. {
  67.    tellTarget("_level0.one_one")
  68.    {
  69.       gotoAndStop("two_active");
  70.       play();
  71.    }
  72.    tellTarget("_level0.one_two")
  73.    {
  74.       gotoAndStop("two_active");
  75.       play();
  76.    }
  77.    tellTarget("_level0.one_three")
  78.    {
  79.       gotoAndStop("three_active");
  80.       play();
  81.    }
  82.    tellTarget("_level0.one_four")
  83.    {
  84.       gotoAndStop("three_active");
  85.       play();
  86.    }
  87.    tellTarget("_level0.one_five")
  88.    {
  89.       gotoAndStop("two_active");
  90.       play();
  91.    }
  92.    tellTarget("_level0.one_six")
  93.    {
  94.       gotoAndStop("one_highlight");
  95.       play();
  96.    }
  97. }
  98.