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

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