News:

PlayBASIC2DLL V0.99 Revision I Commercial Edition released! - Convert PlayBASIC programs to super fast Machine Code. 

Main Menu

About Scrolling Backgrounds

Started by Dagfari, September 04, 2006, 11:16:59 AM

Previous topic - Next topic

Dagfari

Here's a technical question.  I want to take a large image many times the screen's length and scroll it across.  Let's assume world collision is not an issue, it's a simple matter of moving a chunk of graphics visually from one place to another.  Which method has the fastest processing time;

1) using a world and camera
2) translating an image
3) translating a sprite

kevin


If your drawing a solid video image, They'd all be about the same.

How big is this image ?

Dagfari

4000x600 and by the looks of it, you're right.  PlayBasic seems to crunch it no problem.

kevin


Dagfari

a tile, haha, kidding... you'll see.