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

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