home *** CD-ROM | disk | FTP | other *** search
/ Sunday That One Day / STOD_VFS_INVIS.ISO / pc / map3.dxr / 00036.ls < prev    next >
Encoding:
Text File  |  1995-09-15  |  280 b   |  11 lines

  1. on exitFrame
  2.   global gSprite2Cast, gSprite3Cast, gSprite4Cast
  3.   puppetSprite(2, 1)
  4.   puppetSprite(3, 1)
  5.   puppetSprite(4, 1)
  6.   set gSprite2Cast to the castNum of sprite 2
  7.   set gSprite3Cast to the castNum of sprite 3
  8.   set gSprite4Cast to the castNum of sprite 4
  9.   play done
  10. end
  11.