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

  1. tellTarget("two_one")
  2. {
  3.    gotoAndStop("two_active");
  4.    play();
  5. }
  6. tellTarget("two_two")
  7. {
  8.    gotoAndStop("two_active");
  9.    play();
  10. }
  11. tellTarget("two_three")
  12. {
  13.    gotoAndStop("two_highlight");
  14.    play();
  15. }
  16. tellTarget("two_four")
  17. {
  18.    gotoAndStop("two_active");
  19.    play();
  20. }
  21.