Qbasicnews.com

Full Version: Circle bug?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was reading the DarkDread RPG Tutors and notice that the circle command looks like it draw 1 more pixel width that the QB version.

I have put a little demo of the program here :

http://fbtk.qbtk.com/phpBB2/viewtopic.php?t=232

In TE-FB.BAS (Line 198) I must put :

CIRCLE (X% + 9, Y% + 9), 8, 40

Instead of :

CIRCLE (X% + 9, Y% + 9), 9, 40

Of the QB version.

If not the draw character is 1 more pixel width that the tile width and then when you move it, there remains some garbage on screen.

Greets
Tio Bit