home *** CD-ROM | disk | FTP | other *** search
/ Better Homes & Gardens: …oking for Today - Chicken / Image.iso / pc / exe / multicom.dir / 00208.ls < prev    next >
Encoding:
Text File  |  1995-04-19  |  241 b   |  12 lines

  1. on mouseDown
  2.   set vSelf to the clickOn
  3.   set the visible of sprite vSelf to 0
  4.   updateStage()
  5.   repeat while the mouseDown = 1
  6.     nothing()
  7.   end repeat
  8.   set the visible of sprite vSelf to 1
  9.   updateStage()
  10.   play frame "samplerExit"
  11. end
  12.