home *** CD-ROM | disk | FTP | other *** search
/ Grandes Inventos / INVENTOS.bin / pc / media / index.dxr / 00244.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  169 b   |  10 lines

  1. on mouseDown
  2.   global gCurrentLista
  3.   gCurrentLista(mMouseDown, "Right", "Small")
  4. end
  5.  
  6. on mouseUp
  7.   global gCurrentLista
  8.   gCurrentLista(mMouseUp, "Right", "Small")
  9. end
  10.