Re: view question

I thought you've already ask this so many times...
Put this code on View -> Draw Actor -> Script Editor :
*Note: Change "Player" to your player's name.
Put this code on View -> Draw Actor -> Script Editor :
- Code: Select all
x=max(Player.x-width/2-2,min(x,Player.x-width/2+2));
y=max(Player.y-width/2-2,min(y,Player.y-width/2+2));
*Note: Change "Player" to your player's name.