home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / demos / elteldem / etdemo.dir / 00222.ls < prev    next >
Encoding:
Text File  |  1994-12-09  |  211 b   |  15 lines

  1. on mouseDown
  2.   if soundBusy(1) then
  3.     sound stop 1
  4.   end if
  5.   set the castNum of sprite 9 to 220
  6.   updateStage()
  7.   puppetSound("BELL")
  8.   go("num")
  9.   repeat while the stillDown
  10.   end repeat
  11. end
  12.  
  13. on mouseUp
  14. end
  15.