home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / multi / singing / baritone.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  150 b   |  13 lines

  1. on mouseDown
  2.   sound stop 1
  3. end
  4.  
  5. on exitFrame
  6.   SelectCursor(StopCursor())
  7.   if soundBusy(1) then
  8.     go(the frame)
  9.   else
  10.     play done
  11.   end if
  12. end
  13.