home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 21
/
cdromtoday-21.iso
/
pc
/
multbird
/
wait.dir
/
00101_Script_101
< prev
next >
Wrap
Text File
|
1995-06-27
|
492b
|
17 lines
on mouseDown
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
go "goodbye"
end