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

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