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

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