home *** CD-ROM | disk | FTP | other *** search
/ The See Clearly Method / TheSeeClearlyMethod.iso / Media / exercises.dir / 00045_Exit.ls < prev    next >
Encoding:
Text File  |  2002-05-22  |  97 b   |  12 lines

  1. on mouseEnter me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(0)
  7. end
  8.  
  9. on mouseUp me
  10.   halt()
  11. end
  12.