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

  1. if(_level0.movies == "no")
  2. {
  3.    setProperty("_level0.video", _visible, "0");
  4. }
  5. tellTarget("_level0.one_one")
  6. {
  7.    gotoAndStop("two_active");
  8.    play();
  9. }
  10. tellTarget("_level0.one_two")
  11. {
  12.    gotoAndStop("two_active");
  13.    play();
  14. }
  15. tellTarget("_level0.one_three")
  16. {
  17.    gotoAndStop("three_highlight");
  18.    play();
  19. }
  20. tellTarget("_level0.one_four")
  21. {
  22.    gotoAndStop("three_active");
  23.    play();
  24. }
  25. tellTarget("_level0.one_five")
  26. {
  27.    gotoAndStop("two_active");
  28.    play();
  29. }
  30. tellTarget("_level0.one_six")
  31. {
  32.    gotoAndStop("one_active");
  33.    play();
  34. }
  35.