I'm using some code to plonk my scrolly background, like so;
All this worked fine until recently when I upgraded from Blitz 2d to Blitz+. Now when I scroll off the top or left of them image (mapx or mapy<0) [which I want to be able to do!!], I see a clipped background image, but the top left of the full map image remains at (0,0) on the screen, rather than continuing to move down,right as I scroll up,left. Is this a known mod or error with B+?
DrawImageRect map,0,0,p1\mapx,p1\mapy,800,600
All this worked fine until recently when I upgraded from Blitz 2d to Blitz+. Now when I scroll off the top or left of them image (mapx or mapy<0) [which I want to be able to do!!], I see a clipped background image, but the top left of the full map image remains at (0,0) on the screen, rather than continuing to move down,right as I scroll up,left. Is this a known mod or error with B+?