home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / demos / elteldem / etdemo.dir / 00219.ls < prev    next >
Encoding:
Text File  |  1994-12-09  |  191 b   |  11 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.   set the castNum of sprite 10 to 217
  7.   updateStage()
  8.   puppetSound("BELL")
  9.   go("num")
  10. end
  11.