| Posted: 09:56pm 07 Sep 2022 |
Copy link to clipboard |
 Print this post |
|
I tried to scroll a part of the screen so it repeated. The code is flawed but shows picomite blit in use and at what I think would be 5 pixel scrolling is slow. https://www.youtube.com/watch?v=4EtdC08YRwQ I can not see this being a games picomite.option DEFAULT INTEGER OPTION EXPLICIT cls box 0,0,50,59 circle 80,35,20 line 120,59,200,0 line 200,0,270,59 line 270,59,120,59 rbox 280,10,20,40 do BLIT 10,0,5,0,310,60 blit 5,0,305,0,5,60 loop |