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

  1. on mouseUp
  2.   choix = the mouseLine
  3.   if choix <> -1 then
  4.     sprite(2).FolderIndex = choix
  5.   end if
  6. end
  7.  
  8. on mouseEnter
  9.   sprite(18).visible = 1
  10.   sprite(19).visible = 1957
  11. end
  12.  
  13. on mouseLeave
  14.   sprite(18).visible = 0
  15.   sprite(19).visible = 0
  16. end
  17.