home *** CD-ROM | disk | FTP | other *** search
/ Game Programming - All in One (3rd Edition) / game_prog_all_in_one_3rd_ed.iso / start.exe / start.dxr / 00018.ls < prev    next >
Encoding:
Text File  |  2006-09-19  |  101 b   |  13 lines

  1. on mouseEnter
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseUp
  10.   cursor(-1)
  11.   go(1)
  12. end
  13.