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

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