home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Direct 1995 September
/
PCD0995.ISO
/
files
/
demos
/
elteldem
/
etdemo.dir
/
00292_Bkg.Bills.(ButtonShad).ý.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
|
1994-12-09
|
328 b
|
20 lines
on mouseDown
if soundBusy(1) then
sound stop 1
end if
puppetSprite(5, 1)
set the castNum of sprite 5 to 6
updateStage()
puppetSound("reverse")
repeat while the stillDown
end repeat
end
on mouseUp
set the castNum of sprite 5 to 138
updateStage()
puppetSprite(5, 0)
puppetTransition(23)
go("8")
end