home *** CD-ROM | disk | FTP | other *** search
/ Better Homes & Gardens: Cool Crafts / NEW.iso / pc / dialog. / 00015_yesFB.ls < prev    next >
Encoding:
Text File  |  1994-12-05  |  222 b   |  12 lines

  1. on mouseUp
  2.   global gSysSound
  3.   set the castNum of sprite 3 to the number of cast "yes"
  4.   updateStage()
  5.   puppetSound("goodbyeSound")
  6.   updateStage()
  7.   repeat while soundBusy(1) = 1
  8.     nothing()
  9.   end repeat
  10.   quit()
  11. end
  12.