move map

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
b1_77y
Posts: 24
Joined: Sat Jun 11, 2005 11:04 am

move map

Post by b1_77y »

hi all!
i'm sorry if this question is to newbie :)

how can i make may character move to another map, when he/she
walk to the point i pointed (how to make a point like this too??)

in other words : how i make a map transition??

thank's for your answer:)

don't be angry if i entered wrong forum, please answer:(
bil':)
coldev

mm

Post by coldev »

1. load levels

2. move camera to new location

easy...
area51
Posts: 338
Joined: Thu Mar 18, 2004 10:20 pm
Location: UK
Contact:

Post by area51 »

yes easy, but you will need to do a :

Code: Select all

smgr->clear();
before you load the second map, otherwise you will load the new map on top of the old one.
________
WHITE WIDOW SEEDS
Last edited by area51 on Tue Feb 22, 2011 1:08 pm, edited 1 time in total.
b1_77y
Posts: 24
Joined: Sat Jun 11, 2005 11:04 am

Post by b1_77y »

than's for your answer:) i try it!!

i have another question?
how if i make my character move with mouse click like in most mmorpg game?is somebody can help me?
bil':)
Post Reply