home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 2 #3 / Blender_2_3.iso / BLENDER / FILES / MUMETAL.DIR / 00019.ls < prev    next >
Encoding:
Text File  |  1996-04-01  |  260 b   |  13 lines

  1. on mouseUp
  2.   if the shiftDown then
  3.     puppetSprite(15, 1)
  4.     if the castNum of sprite 15 = 116 then
  5.       set the castNum of sprite 15 to 56
  6.     else
  7.       set the castNum of sprite 15 to 116
  8.       puppetSprite(15, 0)
  9.     end if
  10.   end if
  11.   updateStage()
  12. end
  13.