270:
Code: Alles auswählen
Dim A(InitSprite())    
OpenScreen(800,600,8,"") 
!P:
  StartDrawing(ScreenOutput()) 
  i=4800 
  !Q:
    j=i*2 
    x=j+1 
    DrawText(i%80*10,i/8,Chr(A(j)),A(x)<<8,0) 
    a=Random(255) 
    If b<j 
      A(b)=a<<4 
      b+1 
    ElseIf i>79 
      If a&4 
        A(x)=A(j-79) 
      EndIf
    Else 
      A(x)=a 
    EndIf 
    i-1 
  JA Q
  StopDrawing() 
  FlipBuffers() 
GetKeyState_(27)>>1
JZ P