home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 22
/
cdrt22.iso
/
pc
/
bugbook
/
wait.dir
/
00070_Script_70
< prev
next >
Wrap
Text File
|
1995-06-27
|
408b
|
15 lines
on mouseDown
global AnnouncerIntro,currSoundNumber
puppetSprite 7,TRUE
set buttUp = the name of cast (the castNum of sprite the clickOn)
set buttDown = buttUp&"Down"
set the castNum of sprite 7 = the number of cast buttDown
updateStage
playPuppet("zip")
cursor 4
set the castNum of sprite 7 = the number of cast buttUp
updateStage
puppetSprite 7,FALSE
go "noQuit"
end