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

  1. on mouseDown
  2.   if soundBusy(1) then
  3.     sound stop 1
  4.   end if
  5.   puppetSound("┬º.VO.LargaPasadna.m")
  6.   puppetSprite(15, 1)
  7.   puppetTransition(51, 1)
  8.   set the castNum of sprite 15 to 30
  9.   updateStage()
  10.   repeat while the stillDown
  11.   end repeat
  12. end
  13.