a = millisecs() while 1 if millisecs - a > 200 then a = millisecs i = i + 1 endif if i > 20 then i = 0 if i<=a then entityalpha b(i),1 else entityalpha b(i),0 renderworld flip wend