home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 21
/
cdromtoday-21.iso
/
pc
/
multbird
/
wait.dir
/
00100_Script_100
< prev
next >
Wrap
Text File
|
1995-06-27
|
565b
|
17 lines
on mouseDown
global timeoutMessages,timeoutChoose
set currSprite = the clickOn
puppetSprite currSprite,TRUE
set buttonDown = (the name of cast (the castNum of sprite currSprite))&"down"
set buttonUp = (the name of cast (the castNum of sprite currSprite))
set the castNum of sprite currSprite = the number of cast buttonDown
updateStage
playPuppet("poof")
set the castNum of sprite currSprite = the number of cast buttonUp
updateStage
puppetSprite currSprite,FALSE
set timeoutMessages=timeoutChoose
go "backtogame"
end