1
0
mirror of https://frontier.innolan.net/github/AmigaExamples.git synced 2025-11-19 19:40:07 +00:00
Files
AmigaExamples/018.vert_scroll
..
2016-03-14 14:25:28 +11:00
2016-03-20 21:11:56 +11:00
2016-03-14 14:25:28 +11:00
2016-03-14 14:25:28 +11:00
2016-03-14 14:25:28 +11:00

vertically scrolling the playfield

Vertically scrolling the playfield is the easiest thing to do on the amiga ;-)

Just offset the bitplane pointer addresses by the number of lines you want to scroll, and make sure you have enough bitplane data.

Set the scroll speed by changing SCROLL_SPEED in constants.i

try it