home *** CD-ROM | disk | FTP | other *** search
/ A Virtual Reality Guide to Texas / CD.iso / texdata / texintro.dir / 00021.ls < prev    next >
Encoding:
Text File  |  1998-05-18  |  80 b   |  12 lines

  1. on enterFrame
  2.   pause()
  3. end
  4.  
  5. on mouseDown
  6.   quit()
  7. end
  8.  
  9. on keyDown
  10.   quit()
  11. end
  12.