home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1996 #11 / CDD_11_96.ISO / demos / timelaps / devinter.dxr / 00038.ls < prev    next >
Encoding:
Text File  |  1996-08-07  |  188 b   |  11 lines

  1. on enterFrame
  2.   global pods
  3.   SetPuppets(7, 14, 1)
  4.   puppetSprite(2, 1)
  5.   if getAt(pods, 6) = 1 then
  6.     set the visible of sprite 48 to 0
  7.   else
  8.     puppetSound("Collected")
  9.   end if
  10. end
  11.