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

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