home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Net Power 1997 October
/
NET_DISC.iso
/
pc
/
html
/
issue
/
smatic
/
carypepp
/
explain.dir
/
00011.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-11-12
|
252 b
|
14 lines
on mouseUp
global p, x
puppetSound("hmmm.aiff")
set x to the castNum of sprite 4
set x to x - 1
if x < 15 then
puppetSprite(2, 0)
puppetSprite(3, 0)
puppetSprite(4, 0)
go(1)
end if
set the castNum of sprite 4 to p - 1
end