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

  1. global dossier, theme, soustheme1, soustheme2, n, gversionos
  2.  
  3. on mouseEnter
  4.   member(the memberNum of sprite the currentSpriteNum).foreColor = 19
  5.   cursor(280)
  6. end
  7.  
  8. on mouseLeave
  9.   cursor(-1)
  10.   member(the memberNum of sprite the currentSpriteNum).foreColor = 35
  11. end
  12.  
  13. on mouseDown
  14.   member(the memberNum of sprite the currentSpriteNum).foreColor = 35
  15.   copie_images()
  16. end
  17.