Bild wird nich gezeichnet
Übersicht

![]() |
Der EisvogelBetreff: Bild wird nich gezeichnet |
![]() Antworten mit Zitat ![]() |
---|---|---|
Hallo
mein Bild wird nicht gezeichnet. Kann einer von euch den Fehler sehen? Code: [AUSKLAPPEN] Graphics 1024,768,32,2
Global tt_pos_x,tt_pos_y tiwitext=CreateImage(200,100) SetBuffer ImageBuffer(tiwitext) ttfont=LoadFont("Arial",100) SetFont ttfont Color 255,0,0 Text 0,0,"Tiwi" FreeFont ttfont SetBuffer BackBuffer() Repeat Cls DrawImage tiwitext,tt_pos_x,tt_pos_y tt_pos_x=tt_pos_x+2 tt_pos_y=tt_pos_y+1 If tt_pos_x=>900 Then tt_pos_x=0 If tt_pos_y=>700 Then tt_pos_y=0 Until KeyHit(1) End |
||
Ungarische Notation kann nützlich sein.
BlitzMax ; Blitz3D Win 7 Pro 64 Bit ; Intel Core i7-860 ; 8 GB Ram ; ATI HD 5750 1 GB Projekte: Window-Crasher Ich liebe es mit der WinAPI zu spielen. |
![]() |
DerHase |
![]() Antworten mit Zitat ![]() |
---|---|---|
Wenn Du backbuffer benutzt, solltest Du auch Flip benutzen, also schreib einfach vor das cls ein "Flip". | ||
Play Satyr! |
![]() |
Der Eisvogel |
![]() Antworten mit Zitat ![]() |
---|---|---|
Danke!
Ich bin doch zu blöd, das "Flip" vergess ich immer. |
||
Ungarische Notation kann nützlich sein.
BlitzMax ; Blitz3D Win 7 Pro 64 Bit ; Intel Core i7-860 ; 8 GB Ram ; ATI HD 5750 1 GB Projekte: Window-Crasher Ich liebe es mit der WinAPI zu spielen. |
Übersicht


Powered by phpBB © 2001 - 2006, phpBB Group