home *** CD-ROM | disk | FTP | other *** search
/ Roboty / ROBOTS_CD.iso / CD / assembly.dxr / Internal_37.ls < prev    next >
Encoding:
Text File  |  2005-05-13  |  101 b   |  12 lines

  1. on mouseUp me
  2.   go(#next)
  3. end
  4.  
  5. on mouseWithin me
  6.   cursor(280)
  7. end
  8.  
  9. on mouseLeave me
  10.   cursor(0)
  11. end
  12.