home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
L'Encyclopedie Des Jeux Video 8
/
EJV8_CD2.ISO
/
ejv8-cd2
/
viewer.dxr
/
00041_ChoixDos.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-10-24
|
245 b
|
17 lines
on mouseUp
choix = the mouseLine
if choix <> -1 then
sprite(2).FolderIndex = choix
end if
end
on mouseEnter
sprite(18).visible = 1
sprite(19).visible = 1957
end
on mouseLeave
sprite(18).visible = 0
sprite(19).visible = 0
end