home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / Memory2000.swf / scripts / frame_60 / DoAction.as
Encoding:
Text File  |  2001-07-16  |  201 b   |  18 lines

  1. tellTarget("/1")
  2. {
  3.    gotoAndStop("hit");
  4. }
  5. tellTarget("/2")
  6. {
  7.    gotoAndStop("hit");
  8. }
  9. tellTarget("/3")
  10. {
  11.    gotoAndStop("hit");
  12. }
  13. tellTarget("/4")
  14. {
  15.    gotoAndStop("hit");
  16. }
  17. stop();
  18.