Please test this program for me...

BlitzPlus Forums/BlitzPlus Programming/Please test this program for me...

elseano(Posted 2004) [#1]
Please test This file for me. Here's the link again in case the other link doesn't work:
http://www.angelfire.com/games5/elseano/velocity.zip
Open up "#main.bb" in BB and run it - it should work fine without any memory access violations etc.
The only problem is that when I run it on my older computer there is a problem with the tiled background image. Please tell me if you experience the same problem, as it works fine on my newer computer...


darklordz(Posted 2004) [#2]
unique gfx style.... the top row is a bit jibbery tough...


elseano(Posted 2004) [#3]
Yeah, that's the problem I was having on my older computer, too, except it was much worse...
Do you know why this is happening?

Also: What can I improve on/what other features should this game have?


elseano(Posted 2004) [#4]
Ok, I figured out what the problem was. Forgot to use SetBuffer BackBuffer()! D'oh!


Russell(Posted 2004) [#5]
I thought setbuffer was set to backbuffer() by default, since there is no 'real' frontbuffer() anymore in B+ :(
(Actually, that's no big deal 99% of the time)

Russell