home *** CD-ROM | disk | FTP | other *** search
/ L'Encyclopedie Des Jeux Video 8 / EJV8_CD2.ISO / ejv8-cd2 / viewer.dxr / 00044.ls < prev    next >
Encoding:
Text File  |  2003-10-24  |  331 b   |  16 lines

  1. on mouseUp me
  2.   member(the memberNum of sprite the currentSpriteNum).foreColor = 4
  3.   close(window("choiDial.dir"))
  4.   go(6)
  5. end
  6.  
  7. on mouseEnter
  8.   member(the memberNum of sprite the currentSpriteNum).foreColor = 35
  9.   cursor(280)
  10. end
  11.  
  12. on mouseLeave
  13.   cursor(-1)
  14.   member(the memberNum of sprite the currentSpriteNum).foreColor = 4
  15. end
  16.