home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / setup / data1.cab / Program_Executable_Files / Collection.dir / 00034.ls < prev    next >
Encoding:
Text File  |  1998-01-19  |  260 b   |  19 lines

  1. on retpass
  2.   if the key = RETURN then
  3.     dontPassEvent()
  4.   end if
  5. end
  6.  
  7. on passthirdret
  8.   if the lineCount of member "Title" >= 3 then
  9.     if the key = RETURN then
  10.       dontPassEvent()
  11.     end if
  12.   end if
  13. end
  14.  
  15. on noesc
  16.   put the keyCode
  17.   dontPassEvent()
  18. end
  19.