Hi everybody,
I think a foung a bug with the RECT() fonction. (Maybe someone already found it). Well, here is my problem: Everytime I used SetLucent(50); before I make a Rect, the rectangle is all wrong. It looks not like a Rectangle anymore. Someone can tell me if it's a bug or if it`s my game that is going wrong. It`s only doing that when I use a lucent of 50.
Here is my function:
Void PutASquare()
{
SetLucent(50);
Rect(10,10,40,40,RGB(255,255,255),screen);
Showpage();
While(!b1)
{
Showpage();
}
}
BTW, I know that this fonction is useless but it was just to see if it`s a bug or not...
Wooly
(edit: added pre-tag, -Grue)