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

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