home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 1999 December
/
netCD65.iso
/
pc
/
madasafish
/
madfish.exe
/
madfish.dxr
/
00195_tellme.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
|
1999-05-20
|
242 b
|
12 lines
on mouseWithin me
set the member of sprite the currentSpriteNum to member("TELLOVER")
go("qt")
end
on mouseLeave me
go("menu")
set the member of sprite the currentSpriteNum to member("TELL")
sprite(13).visible = 0
go("menu")
end