home *** CD-ROM | disk | FTP | other *** search
/ .net 1997 May / net 32 / NET32PC.iso / mac / NET32PPC / NET32PPC.dxr / 00409.ls < prev    next >
Encoding:
Text File  |  1997-04-11  |  176 b   |  14 lines

  1. on exitFrame
  2.   pause()
  3. end
  4.  
  5. on mouseDown
  6.   if not (the member of sprite the clickOn = the cast of "readme.txt") then
  7.     go("parse")
  8.   end if
  9. end
  10.  
  11. on keyDown
  12.   go("parse")
  13. end
  14.