Advertisement

Side scrolling in c++

Started by January 11, 2002 06:47 AM
1 comment, last by doorstop 22 years, 10 months ago
I''ve started creating a simple side scroller in C++ and I want to know how to get the screen to scroll. I need left/right and up and down motion.
Well don''t scroll the screen...Scroll the graphics...That''s the best hint I can give you...

If you know how to show graphics then you know how to "scroll the screen".

-------------Ban KalvinB !
Advertisement
I believe it''s better to just redraw the whole screen, shifted in some direction.

This topic is closed to new replies.

Advertisement