home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
devglry
/
bigtop
/
shockwav
/
27_pollu.dcr
/
00022_stopBtn.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-04-10
|
297 b
|
13 lines
on mouseDown
set spr to the clickOn
set the castNum of sprite spr to the number of cast "stopBtn.h"
puppetSound("pop")
updateStage()
doPause(4)
set the castNum of sprite spr to the number of cast "playBtn"
puppetSound(0)
updateStage()
repeat while the mouseDown
end repeat
end