home *** CD-ROM | disk | FTP | other *** search
/ GQ - Louise, World Cup, …remy Clarkson, Armageddon / GQCD.iso / files / modlmain.dxr / 00062.ls < prev    next >
Encoding:
Text File  |  1998-05-21  |  111 b   |  13 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on mouseDown
  6.   cursor([2, 2])
  7. end
  8.  
  9. on mouseUp
  10.   cursor([1, 2])
  11.   reset()
  12. end
  13.