Drawtext(text_r$) mit Chr(10)
Verfasst: 19.08.2005 14:19
wie geht das?
also z.b hier:
wenn aber ich jetzt enter drücke, wird am text nur nen | dran gesetzt, aber ich will in die nehste zeile, oda geht das nicht?
also z.b hier:
Code: Alles auswählen
If KeyboardReleased(#PB_Key_Return)
text_r$+text$+Chr(10)
text$=""
EndIf
DrawingMode(1)
Locate(17,18)
FrontColor(0,200,0)
DrawText(text_r$)
;...