Content deleted Content added
more generic intro and link to scrolling. |
m fix sprite link |
||
Line 17:
=== The sprite way ===
If you have a lot of [[sprite (computer graphics)|sprite]]s (individually controllable moving objects drawn by hardware on top of or behind the layers) available on your display system, you may want to make a pseudo-layer out of sprites.
[[Star Force]], an overhead-view vertically-scrolling shooter for NES, used this for its starfield, and [[Final Fight]] for Super NES used this technique for the layer immediately in front of the main playfield.
But watch out for sprite flicker; you'll want to heed these tips for [http://everything2.com/index.pl?node=preventing%20sprite%20flicker%20on%20old%20consoles preventing sprite flicker on old consoles].
|