home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / demos / elteldem / etdemo.dir / 00292_Bkg.Bills.(ButtonShad).ý.ls < prev    next >
Encoding:
Text File  |  1994-12-09  |  328 b   |  20 lines

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