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

  1. on mouseDown
  2.   if soundBusy(1) then
  3.     sound stop 1
  4.   end if
  5.   puppetSound("forward")
  6.   puppetTransition(23)
  7.   puppetSprite(10, 0)
  8.   puppetSprite(11, 0)
  9.   puppetSprite(12, 0)
  10.   puppetSprite(13, 0)
  11.   puppetSprite(14, 0)
  12.   puppetSprite(15, 0)
  13.   puppetSprite(16, 0)
  14.   puppetSprite(17, 0)
  15.   go("S")
  16. end
  17.