Code: Alles auswählen
OpenWindow(0,0,0,800,600,"test",#PB_Window_SystemMenu|#PB_Window_ScreenCentered)
;SetWindowColor(0, $00FF00);<---------------kommentar entfernen
StartDrawing(WindowOutput(0))
Box(100,100,600,400,$FF00FF)
StopDrawing()
Repeat:Until WaitWindowEvent(100)=#PB_Event_CloseWindow
Thread verschoben
Grafik & Sound - Programmierung>Anfänger
25.11.2010
RSBasic