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

  1. on mouseDown
  2.   global gPSprite, gPButn
  3.   set gPButn to "favOK"
  4.   set gPSprite to 5
  5.   set the castNum of sprite 5 to the number of cast "favOKpress"
  6.   updateStage()
  7.   puppetSound("oksnd")
  8.   updateStage()
  9. end
  10.