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 >
Text File  |  1995-06-27  |  565b  |  17 lines

  1. on mouseDown
  2.   global timeoutMessages,timeoutChoose
  3.   set currSprite = the clickOn
  4.   
  5.   puppetSprite currSprite,TRUE
  6.   set buttonDown = (the name of cast (the castNum of sprite currSprite))&"down"
  7.   set buttonUp = (the name of cast (the castNum of sprite currSprite))
  8.   set the castNum of sprite currSprite = the number of cast buttonDown
  9.   updateStage
  10.   playPuppet("poof")
  11.   set the castNum of sprite currSprite = the number of cast buttonUp
  12.   updateStage
  13.   puppetSprite currSprite,FALSE
  14.   
  15.   set timeoutMessages=timeoutChoose
  16.   go "backtogame"
  17. end