home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 January
/
Chip_1999-01_cd.bin
/
kaleid
/
VSSKB
/
VSSKB95.EXE
/
Kb256.dxr
/
00075_menu.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-11-23
|
272 b
|
18 lines
on mouseDown me
set the member of sprite the currentSpriteNum to "hlmenudn"
end
on mouseEnter me
cursor(260)
end
on mouseLeave me
cursor(0)
end
on mouseUp me
go("MENU")
set the member of sprite the currentSpriteNum to "hlmenuup"
sound fadeOut 1, 3 * 60
end