home *** CD-ROM | disk | FTP | other *** search
/ L'Encyclopedie Des Jeux Video 8 / EJV8_CD1.ISO / ejv8-cd1 / viewer.dxr / 00035.ls < prev    next >
Encoding:
Text File  |  2003-10-24  |  357 b   |  18 lines

  1. on mouseEnter
  2.   member(the memberNum of sprite the currentSpriteNum).foreColor = 35
  3.   cursor(280)
  4. end
  5.  
  6. on mouseLeave
  7.   cursor(-1)
  8.   member(the memberNum of sprite the currentSpriteNum).foreColor = 4
  9. end
  10.  
  11. on mouseUp
  12.   global chemin
  13.   forget(window("INFO.dir"))
  14.   close(window("INFO.dir"))
  15.   close(window("choiDial.dir"))
  16.   play movie chemin & "somm.dir"
  17. end
  18.