home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Go... Get More Out of Your PC (Blue)
/
MS_Go1.iso
/
pc
/
prod
/
demos
/
easyball
/
2ezblde.dir
/
00201.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
|
1996-10-02
|
250 b
|
15 lines
on mouseUp
global gTheClickon
if rollOver(gTheClickon) then
setPuppets(20, 22, 0)
repeat with x = 1 to 2
if soundBusy(x) then
sound stop x
end if
end repeat
go("end1")
updateStage()
quit()
end if
end