home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IBM CD-ROM Sampler
/
IBM_CD-ROM_Multimedia_Sampler_IBM_1995.iso
/
ibmms
/
shadow
/
s
/
s3.dxr
/
00032.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
|
1995-06-23
|
268 b
|
15 lines
on mouseDown
global exitNumber, word8
go("word 8")
sound stop 1
sound playFile 1, "@:SND:Sky"
if word8 = 0 then
go("word 8")
set word8 to 1
set exitNumber to exitNumber + 1
if exitNumber = 16 then
go("Congrads")
end if
end if
end