Hi guys,
I'm new to the board and am interested in learning some C64 programming techniqes. I have looked around and can't really find any information on whether it was possible to scroll the screen by x number of pixels using BASIC (I know that it is possible with 6502 ASM). I'm guessing it would require poking an address if it is possible, but it has been many years since i've even looked at BASIC. Any info on this would be great...perhaps an online reference or sample code etc

?? Many thanks in advance.
RipX
Hey RipX, welcome to the forum!
What you want would undoubtedly require use of assembly (though POKEs, etc.); no BASIC I know of has ever supported pixel by pixel scrolling control. Are you talking about scrolling text? Because if you're talking about graphics (which I suppose you're not), you can, of course, control every pixel in the BASIC graphics area (not sure how big it is on the C64) individually.
All my C64 programming books are packed away in boxes, so I can't really get to them easily at the moment. Maybe someone else has an idea. Sorry I can't help you more.
Benj