home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / madasafish / madfish.exe / madfish.dxr / 00101_playmoov.ls < prev    next >
Encoding:
Text File  |  1999-05-20  |  292 b   |  14 lines

  1. on mouseWithin me
  2.   set the member of sprite the currentSpriteNum to member("replay1")
  3.   set the castNum of sprite 20 to 91
  4. end
  5.  
  6. on mouseLeave me
  7.   set the member of sprite the currentSpriteNum to member("replay")
  8.   set the castNum of sprite 20 to 85
  9. end
  10.  
  11. on mouseDown me
  12.   go("gqstart")
  13. end
  14.