home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / devglry / ink&imag / demo / fmlndinv.dir / 00262.ls < prev    next >
Encoding:
Text File  |  1996-05-10  |  196 b   |  13 lines

  1. on mouseDown
  2.   puppetSprite(44, 1)
  3.   set the castNum of sprite 44 to 434
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   puppetSprite(44, 0)
  9.   set the castNum of sprite 44 to 433
  10.   updateStage()
  11.   go("5b")
  12. end
  13.