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

  1. on mouseDown
  2.   set the visible of sprite 55 to 0
  3.   numeros10mas()
  4.   if the doubleClick then
  5.     repeat while the stillDown
  6.       numeros10mas()
  7.     end repeat
  8.   end if
  9. end
  10.  
  11. on mouseEnter
  12.   set the member of sprite 3 to 210
  13.   cursor(280)
  14. end
  15.  
  16. on mouseLeave
  17.   set the member of sprite 3 to 168
  18.   cursor(0)
  19. end
  20.