Zeile hoch

Übersicht BlitzBasic Beginners-Corner

Neue Antwort erstellen

@ndinho

Betreff: Zeile hoch

BeitragDi, Nov 30, 2004 14:03
Antworten mit Zitat
Benutzer-Profile anzeigen
Ich hab auch noch ne andere Frage: (nicht schon wieder Rolling Eyes )

Ich will ein Texteditor machen( so in der art, aber wenn ich mit enter eine Zeile runter gehe, kann ich dann auch noch irgentwie hoch?


Code: [AUSKLAPPEN]
; Prof. EDITOR.BB
AppTitle "Prof. EDITOR"
Graphics 640, 480
SetBuffer BackBuffer()
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; FONTS

Font1 = LoadFont("Times New Roman",20,0,0,0)
Font2 = LoadFont("Arial",20,0,0,0)
Font3 = LoadFont("Andy",20,0,0,0)
Font4 = LoadFont("Batang",20,0,0,0)
Font5 = LoadFont("Bauhaus 93",20,0,0,0)


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

SetFont font3
Locate 170, 0
Print "Willkommen zum Prof. EDITOR!"
Locate 20, 20            
Print "DEN Alternativen Schreibeditor zu WordPad oder den normalen EDITOR!!!"
Print ""
Print ""
Print ""
Print "1 - Times New Roman"
Print "2 - Arial"
Print "3 - Andy"
Print "4 - Batang"
Print "5 - Bauhaus 93"
Print ""

Font = Input$("Welchen Font willst du verwenden?: ")

Print ""

 If Font = 1 Then SetFont Font1
 If Font = 2 Then SetFont Font2
 If Font = 3 Then SetFont Font3
 If Font = 4 Then SetFont Font4
 If Font = 5 Then SetFont Font5


For I=1 To 10
Input
Next














User posted image

Mein PC: AMD 3000+ / 1024 DDR-Ramm 400 / Geforce 6800
Meine Lieblingsspiele: World of Warcraft, Warcraft III, Pro Evolutions Soccer 4, Blitz Basic Smile

Jan_

Ehemaliger Admin

BeitragDi, Nov 30, 2004 14:31
Antworten mit Zitat
Benutzer-Profile anzeigen
Blitz+ oder Blitz3D?
between angels and insects

@ndinho

BeitragDi, Nov 30, 2004 14:33
Antworten mit Zitat
Benutzer-Profile anzeigen
Blitz3d
User posted image

Mein PC: AMD 3000+ / 1024 DDR-Ramm 400 / Geforce 6800
Meine Lieblingsspiele: World of Warcraft, Warcraft III, Pro Evolutions Soccer 4, Blitz Basic Smile

Jan_

Ehemaliger Admin

BeitragDi, Nov 30, 2004 14:39
Antworten mit Zitat
Benutzer-Profile anzeigen
1. du darfst nicht input benutzten!

Schaue mal ins Code archiev

2. ist relatiev schwer mit Blitz3D abr Machbar!
between angels and insects

Neue Antwort erstellen


Übersicht BlitzBasic Beginners-Corner

Gehe zu:

Powered by phpBB © 2001 - 2006, phpBB Group