![]() |
|
How to scroll ATTRibutes in "WindowScrollUp"? - Printable Version +- Boriel Basic Forum (https://forum.boriel.com) +-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11) +---- Forum: Help & Support (https://forum.boriel.com/forumdisplay.php?fid=16) +---- Thread: How to scroll ATTRibutes in "WindowScrollUp"? (/showthread.php?tid=657) |
How to scroll ATTRibutes in "WindowScrollUp"? - LukeBord1 - 2015-05-30 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 - 2015-06-13 Answered in post <!-- l --><a class="postlink-local" href="https://forum.boriel.com/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 - 2015-06-13 Thanks Britlion!! I've been looking for it and could not find it!! Re: How to scroll ATTRibutes in "WindowScrollUp"? - britlion - 2015-06-13 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. |