home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IBM CD-ROM Sampler
/
IBM_CD-ROM_Multimedia_Sampler_IBM_1995.iso
/
ibmms
/
shadow
/
s
/
s2s.dxr
/
00002_S2SO256.PICT.ls
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
|
331 b
|
14 lines
on mouseDown
if (the mouseH > 0) and (the mouseH < 33) then
if (the mouseV > 352) and (the mouseV < 384) then
sound stop 1
puppetSprite(12, 1)
set the locH of sprite 12 to 14
set the locV of sprite 12 to 369
updateStage()
go(the frame + 1)
play movie "@:S1S"
end if
end if
end