View Single Post
  #4  
Old 01-23-2006, 05:23 AM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
Quote:
Originally Posted by Stefan
Describe more please
ZeLpH_MyStiK sort of gets it right.

I want to be able to move the player's view around (as if their player X/Y is moving) without actually moving the player.

Say the player is at 10,10 then I changed their coords to 50,50. Their view would center on 50,50.

What I want to do is have the player at 10,10 then be able to setview(50,50) and have the view center on 50,50 without actually moving the player.

Hopefully I'm making a little more sense now?