horizontal lines?

BlitzPlus Forums/BlitzPlus Programming/horizontal lines?

When I run B+ app, I get fast horizontal lines on the bottom of the resize window. I have a very good graphics card, so that is not the problem. Anyone have any idea what these lines are from? Ive tried setting different graphic mode, and nothing.

Try to set the full screen/window parameter to 3 in your graphics command:

Graphics 640,480,16,3

Hope this helps,
Sergio.