![]() |
How to scroll ATTRibutes in "WindowScrollUp"? - Printable Version +- Forum (https://www.boriel.com/forum) +-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11) +---- Forum: Help & Support (https://www.boriel.com/forum/forumdisplay.php?fid=16) +---- Thread: How to scroll ATTRibutes in "WindowScrollUp"? (/showthread.php?tid=657) |
How to scroll ATTRibutes in "WindowScrollUp"? - LukeBord1 - 05-30-2015 Hi, i'm restyling an old basic program i made in far 80s, a vertical Scramble-like game. This great WindowScrollUp routine scrolls only the screen data, not the colour attributes... http://www.boriel.com/wiki/en/index.php/ZX_BASIC:WindowScrollUp The need is to include a window-attribute-scroll too (but please don't suggest to "POKE" attr addresses inside a FOR/NEXT basic routine, the game would slow-down too much - it should be assembly language inside the same ASM routine)! Does someone already succeeded? Re: How to scroll ATTRibutes in "WindowScrollUp"? - britlion - 06-13-2015 Answered in post <!-- l --><a class="postlink-local" href="http://www.boriel.com/forum/how-to-tutorials/how-to-scroll-attributes-in-windowscrollup-t986.html#p5530">how-to-tutorials/how-to-scroll-attributes-in-windowscrollup-t986.html#p5530</a><!-- l --> Re: How to scroll ATTRibutes in "WindowScrollUp"? - boriel - 06-13-2015 Thanks Britlion!! I've been looking for it and could not find it!! Re: How to scroll ATTRibutes in "WindowScrollUp"? - britlion - 06-13-2015 I only just posted it. Saw your ask a couple of days ago, and decided I should code something to do that job up for you. |