Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - theron

Pages: [1]
1
Projects / Re: 64x64 bitmap font
« on: December 13, 2011 »
Exactly! Thanks a lot.

2
Freebasic / Re: Lame problem with simple loop
« on: November 27, 2011 »
It works! Cool man!

3
Freebasic / Re: Lame problem with simple loop
« on: November 27, 2011 »
Thanks for your help. I'll try your advice.

4
Freebasic / Lame problem with simple loop
« on: November 27, 2011 »
Why loop in line 26 does not work, and the program did not draw another flower?
Code: [Select]
screenres 320,240
draw "bm 160,120"
draw "c50"
draw "U50,R10,D50,L10"
draw "TA45"
draw "U50,R10,D50,L10"
draw "TA90"
draw "U50,R10,D50,L10"
draw "TA135"
draw "U50,R10,D50,L10"
draw "TA180"
draw "U50,R10,D50,L10"
draw "ta225"
draw "U50,R10,D50,L10"
draw "ta270"
draw "U50,R10,D50,L10"
draw "ta315"
draw "U50,R10,D50,L10"
sleep 500
cls
draw "bm 160,120"
draw "ta0"
draw "c100"
draw "U50,R10,D50,L10"
dim x as integer
for x=0 to 315 step 45
draw"TA x"
draw "U50,R10,D50,L10"
next x
sleep

5
General chat / Re: The Welcoming Committee
« on: November 26, 2011 »
Hello
I am trying to program in Freebasic.
I still meet a lot of problems and questions.
I hope that will solve it here and find answers.
Maybe once I learn how to rotate the cube, and add to it some nice music module.
Respect for all people of the scene.

Pages: [1]