home *** CD-ROM | disk | FTP | other *** search
/ Draw 3 / Draw3.iso / fpc2.dxr / 00169.ls < prev    next >
Encoding:
Text File  |  2000-02-17  |  110 b   |  13 lines

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