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

  1. on mouseDown
  2.   if soundBusy(1) then
  3.     sound stop 1
  4.   end if
  5.   puppetSprite(7, 1)
  6.   set the castNum of sprite 7 to 177
  7.   updateStage()
  8.   puppetSound("forward")
  9.   repeat while the stillDown
  10.   end repeat
  11. end
  12.  
  13. on mouseUp
  14.   set the castNum of sprite 7 to 205
  15.   updateStage()
  16.   puppetSprite(7, 0)
  17.   puppetTransition(23)
  18.   go(marker(1))
  19. end
  20.