Computing.Net > Forums > Programming > screen move

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

screen move

Reply to Message Icon

Name: leos1981
Date: February 24, 2003 at 08:55:59 Pacific
OS: Win Me
CPU/Ram: p4
Comment:

i m fresh in programming and design enviroment. when i playing RPG game, i try to think on how they design the game. that is 1 question keep in my mind for a long time. I know that, there are only the character(i think is gif image) and the map move. my question is, how they move the map, coz as i understand, the map size are very very big even bigger than RAM size.

can anyone tell me the answer?



Sponsored Link
Ads by Google

Response Number 1
Name: borelli34
Date: February 24, 2003 at 09:17:18 Pacific
Reply:

Well, there are a few techniques used depending upon the application of memory, graphics, and system resources and the needs and objectives of the game and the designer. There are interrupts to do this which is usually handled at the assembly level but most companies buy graphics engines and that part has already been coded for them. DirectX supports a number of different kinds of scrolling (paralax is one method I know of). OpenGL is another standard but I don't see much of it anymore. Unfortunately, I don't have the referrences handy but I know they should be available on the MSDN site. Windows also has API calls for graphics (full screen) programming but again, MSDN would have that info.

borelli34


0

Response Number 2
Name: w
Date: February 25, 2003 at 15:31:58 Pacific
Reply:

dont know does it help, i found some books on the web about graphic & game programming

http://www.makegames.com/sidescroller
http://public.planetmirror.com.au/pub/gpbb/
http://www.rolemaker.dk/articles/evaljava/

i haven't read anything about the above books, but they said the first one is old but good.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: screen move

ANSI Codes www.computing.net/answers/programming/ansi-codes/16123.html

to sense mouse move in screen www.computing.net/answers/programming/to-sense-mouse-move-in-screen/7733.html

Moving a IDB_BITMAP www.computing.net/answers/programming/moving-a-idbbitmap/5338.html