home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hacker CD 2
/
HACKER_CD.iso
/
Hacker_CD
/
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-04-09
|
229 b
|
14 lines
on mouseUp me
open("Kit\mangas.exe")
end
on mouseEnter me
cursor(280)
set the member of sprite the currentSpriteNum to "pub2"
end
on mouseLeave me
cursor(-1)
set the member of sprite the currentSpriteNum to "pub"
end