home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
L'Encyclopedie Des Jeux Video 8
/
EJV8_CD2.ISO
/
ejv8-cd2
/
viewer.dxr
/
00056_internetxscript.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
|
256 b
|
14 lines
on mouseUp me
open(the moviePath & "kit\mang_mod.exe")
end
on mouseEnter me
cursor(280)
set the member of sprite the currentSpriteNum to member(58)
end
on mouseLeave me
cursor(-1)
set the member of sprite the currentSpriteNum to member(57)
end