Code: Alles auswählen
InitSprite()
OpenScreen(640,480,32,"L 1")
StartDrawing(ScreenOutput())
Box(0,100,300,100,RGB(255,0,0))
BackColor(0,0,240)
FrontColor(0,0,240)
StopDrawing()
FlipBuffers()
Delay(5000)Code: Alles auswählen
InitSprite()
OpenScreen(640,480,32,"L 1")
StartDrawing(ScreenOutput())
Box(0,100,300,100,RGB(255,0,0))
BackColor(0,0,240)
FrontColor(0,0,240)
StopDrawing()
FlipBuffers()
Delay(5000)