home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Interactive: Demo Special / CDROM_0995.iso / mac / Wings / WINGS.EXE / WINGS_3.DXR / 00064.ls < prev    next >
Encoding:
Text File  |  1995-04-21  |  238 b   |  10 lines

  1. on myPuppet i, Num1, Num2
  2.   puppetSprite(i, 1)
  3.   set the immediate of sprite i to 1
  4.   set the castNum of sprite i to Num1
  5.   updateStage()
  6.   set the castNum of sprite i to Num2
  7.   puppetSprite(i, 0)
  8.   set the immediate of sprite i to 0
  9. end
  10.