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

  1. tellTarget("three_one")
  2. {
  3.    gotoAndStop("three_active");
  4.    play();
  5. }
  6. tellTarget("three_two")
  7. {
  8.    gotoAndStop("three_active");
  9.    play();
  10. }
  11. tellTarget("three_three")
  12. {
  13.    gotoAndStop("three_highlight");
  14.    play();
  15. }
  16.