home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disney Interactive Software Sampler 1998 to 1999
/
DISNEY99.ISO
/
Media
/
No08.dxr
/
00007_•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-16
|
285 b
|
15 lines
on mouseEnter me
set the member of sprite the currentSpriteNum to "Menu_R"
puppetSound(1, "Corner WAP")
end
on mouseLeave me
set the member of sprite the currentSpriteNum to "Menu_Kb"
puppetSound(1, 0)
end
on mouseDown me
puppetSound(1, "Corner Click")
go(1, "Menu")
end