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

  1. on exitFrame
  2.   global pods
  3.   BlendRollovers(9, 10)
  4.   HiliteRollovers(11, 13)
  5.   if (the visible of sprite 48 = 0) and (the movieTime of sprite 18 > 1874) and (getAt(pods, 2) = 0) then
  6.     set the visible of sprite 48 to 1
  7.     puppetSound("Collected")
  8.     updateStage()
  9.   end if
  10.   go(the frame)
  11. end
  12.