home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / SHOWDATA / SHOWEINF.DXR / 00022.ls < prev    next >
Encoding:
Text File  |  1998-09-05  |  169 b   |  9 lines

  1. on enterFrame
  2.   global Frageliste
  3.   repeat with i = 10 to 20
  4.     if getAt(Frageliste, i - 9) = 0 then
  5.       set the visible of sprite i to 0
  6.     end if
  7.   end repeat
  8. end
  9.