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

  1. on startMovie
  2.   global language, pods
  3.   set the exitLock to 1
  4.   set the keyDownScript to "checkkeys"
  5.   if not language then
  6.     set language to "UK"
  7.   end if
  8.   if pods <> 0 then
  9.     if getAt(pods, 1) = 1 then
  10.       set the visible of sprite 48 to 0
  11.     end if
  12.   else
  13.     set pods to [0, 0, 0, 0, 0, 0, 0, 0, 0]
  14.   end if
  15. end
  16.