home *** CD-ROM | disk | FTP | other *** search
/ Infobases Family Library: Clip Art & Story / STORIES.BIN / mac / OldTest / Jos2.Dir / 00211.ls < prev    next >
Encoding:
Text File  |  1996-03-07  |  177 b   |  11 lines

  1. on enterFrame
  2.   set the stageColor to 255
  3.   updateStage()
  4.   repeat while soundBusy(2)
  5.     if the mouseDown then
  6.       sound stop 2
  7.       exit repeat
  8.     end if
  9.   end repeat
  10. end
  11.