Page 1 of 1

move map

Posted: Fri Jul 15, 2005 1:04 pm
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:(

mm

Posted: Fri Jul 15, 2005 5:28 pm
by coldev
1. load levels

2. move camera to new location

easy...

Posted: Fri Jul 15, 2005 10:49 pm
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

Posted: Sun Jul 17, 2005 12:02 pm
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?