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

  1. global gpopUp, PopUpInfo
  2.  
  3. on mouseUp me
  4.   cursor(0)
  5.   sendAllSprites(#popup, 1, PopUpInfo)
  6. end
  7.  
  8. on mouseWithin me
  9.   cursor(280)
  10. end
  11.  
  12. on mouseLeave me
  13.   cursor(0)
  14. end
  15.