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

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