home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1996 #11 / CDD_11_96.ISO / demos / timelaps / icongall.dxr / 00079.ls < prev    next >
Encoding:
Text File  |  1996-07-22  |  185 b   |  13 lines

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