home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
devglry
/
bigtop
/
shockwav
/
27_pollu.dcr
/
00031_loopBtn.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
|
252 b
|
13 lines
on mouseDown
global loopFlag
if the lastClick > 4 then
exit
end if
set spr to the clickOn
puppetSprite(spr, 1)
puppetSound("pop")
set the castNum of sprite spr to the number of cast "noLoopBtn"
set loopFlag to 1
updateStage()
end