06-27-2023, 12:26 PM
When object overlaps another you can paint to Border Color of object inside or out, as:
as the toBorderColor option parameter has been fixed!, if I recall our updates to QB64 correctly.
As already mentioned, make sure the object is enclosed by border inside the screen, no gaps or holes.
Code: (Select All)
Paint (x, y), color~&, toBorderColor~&
as the toBorderColor option parameter has been fixed!, if I recall our updates to QB64 correctly.
As already mentioned, make sure the object is enclosed by border inside the screen, no gaps or holes.
b = b + ...