Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to display text...
#7
You need to do BitmapOutput on your display bitmap. Currently you are printing into your spritesheet. You should also move the VWait just before the DisplayBitmap to avoid flickering.

[ab3]...
Repeat
VWait
DisplayBitMap #COPPERLIST_DISPLAY,#BITMAP_DISPLAY+db
db=1-db
Use BitMap #BITMAP_DISPLAY+db
UnBuffer #BUFFER_BASE+db
......
BitMapOutput #BITMAP_DISPLAY+db
Colour 3,1
Locate 25,25Tonguerint "ROBOTIC DEMO"
Locate 25,30Tonguerint "Programmed by: Me.
.....

Until Joyb(0)[/ab3]
Zitieren


Nachrichten in diesem Thema

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste