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

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