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

  1. if(_level0.movies == "no")
  2. {
  3.    setProperty("_level0.video", _visible, "0");
  4. }
  5. tellTarget("_level0.one_one")
  6. {
  7.    gotoAndStop("three_active");
  8.    play();
  9. }
  10. tellTarget("_level0.one_two")
  11. {
  12.    gotoAndStop("three_highlight");
  13.    play();
  14. }
  15. tellTarget("_level0.one_three")
  16. {
  17.    gotoAndStop("four_active");
  18.    play();
  19. }
  20. tellTarget("_level0.one_four")
  21. {
  22.    gotoAndStop("one_active");
  23.    play();
  24. }
  25.