home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IBM CD-ROM Sampler
/
IBM_CD-ROM_Multimedia_Sampler_IBM_1995.iso
/
ibmms
/
shadow
/
s
/
s3.dxr
/
00053.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
|
297 b
|
16 lines
on mouseDown
global word12
if word12 = 0 then
sound stop 1
sound playFile 1, "@:SND:Spoon"
end if
if word12 = 1 then
go("hilite")
puppetSprite(18, 1)
set the lineSize of sprite 18 to 3
updateStage()
sound stop 1
sound playFile 1, "@:SND:Spoon"
end if
end