home *** CD-ROM | disk | FTP | other *** search
/ Imagination Express: Destination Pyramids / PYRAMIDS.ISO / DEMO / EDMARKDB / MENU.DXR / 00142.ls < prev    next >
Encoding:
Text File  |  1995-10-20  |  154 b   |  9 lines

  1. on exitFrame
  2.   global gLastRoll, gCastList
  3.   set gCastList to []
  4.   clearPuppets(1, 46)
  5.   repeat with nn = 3 to 7
  6.     puppetSprite(nn, 1)
  7.   end repeat
  8. end
  9.