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

  1. tellTarget("five_one")
  2. {
  3.    gotoAndStop("two_active");
  4.    play();
  5. }
  6. tellTarget("five_two")
  7. {
  8.    gotoAndStop("two_highlight");
  9.    play();
  10. }
  11. tellTarget("five_three")
  12. {
  13.    gotoAndStop("two_active");
  14.    play();
  15. }
  16. tellTarget("five_four")
  17. {
  18.    gotoAndStop("two_active");
  19.    play();
  20. }
  21. tellTarget("five_five")
  22. {
  23.    gotoAndStop("two_active");
  24.    play();
  25. }
  26.