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

  1. on mouseUp
  2.   set the castNum of sprite 5 to the number of cast "favOK"
  3.   updateStage()
  4.   tell the stage
  5.     continue()
  6.   end tell
  7.   tell the stage
  8.     quitCancel()
  9.   end tell
  10. end
  11.