home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 22 / cdrt22.iso / pc / bugbook / wait.dir / 00070_Script_70 < prev    next >
Text File  |  1995-06-27  |  408b  |  15 lines

  1. on mouseDown
  2.   global AnnouncerIntro,currSoundNumber
  3.   puppetSprite 7,TRUE
  4.   set buttUp = the name of cast (the castNum of sprite the clickOn)
  5.   set buttDown = buttUp&"Down"
  6.   set the castNum of sprite 7 = the number of cast buttDown
  7.   updateStage
  8.   playPuppet("zip")
  9.   cursor 4
  10.   set the castNum of sprite 7 = the number of cast buttUp
  11.   updateStage
  12.   puppetSprite 7,FALSE
  13.   go "noQuit"
  14.   
  15. end