home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Picture It! 7.0 / PI2_CD1.ISO / pip / pi7 / 1033 / tour.swf / scripts / frame_265 / DoAction.as
Encoding:
Text File  |  2002-07-09  |  377 b   |  25 lines

  1. tellTarget("two_one")
  2. {
  3.    gotoAndStop("one_highlight");
  4.    play();
  5. }
  6. tellTarget("two_two")
  7. {
  8.    gotoAndStop("one_active");
  9.    play();
  10. }
  11. tellTarget("two_three")
  12. {
  13.    gotoAndStop("one_active");
  14.    play();
  15. }
  16. tellTarget("two_four")
  17. {
  18.    gotoAndStop("one_active");
  19.    play();
  20. }
  21. if(_level0.movies == "no")
  22. {
  23.    setProperty("_level0.video", _visible, "0");
  24. }
  25.