#674 - Psyk - Thu Jan 09, 2003 5:51 pm
I have a sprite that is stationary on the map but not on the screen. In other words the sprite moves across the screen as the background moves. Everything is fine when it goes off the screen to the right or off the bottom (x>240 and/or y>160) but the problem is when the x or y coordinate goes below 0. I know it cant actually go below 0 and that's the problem, I want the sprite to be displayed half off the screen on the left or off the top. Does anyone know any good way of doing this? The only thing I can think of is put a huge border around it as another background that the sprite can go under until it can't be seen and can then be moved off the screen.