by Novice » Thu Mar 02, 2006 9:52 am
If your player is teleported somwhere, yes. But if not it will just move the view to the players current position. If the later is the case use something like
- Code: Select all
view.x=800;//use your coordinates
view.y=600;
player.x=1200;
player.y=900;
This should move the player as well as the view.
Why do i always get stuck?