View Single Post
Old 02 March 2003, 19:14   #19
IFW
Moderator
 
IFW's Avatar
 
Join Date: Jan 2003
Location: ...
Age: 52
Posts: 1,838
The game probably uses "offset scrolling", ie changing the screen offset according to vertical movement, and adding only a modified line until the whole screen is wrapped, where you can start again.
This way the whole screen would be moving (including the highscore table), so you'd have to redraw the complete scoreboard with every frame, and that takes considerable time. So it is much cleaner and a hell lot faster to have a sprite on the screen serving as the scoreboard if you really want to add to one screen side, not top or bottom of the screen, where you'd simply start a new screen via copper.
I used a very similar technique for the vertical bars in Abandoned Places' (first one) outer world, the two vertical bars are sprites there hiding the bitplanes (actually outer world map scrolled out)behind them, that saved from redrawing them every new frame.
IFW is offline  
 
Page generated in 0.04446 seconds with 11 queries