Thread: Smooth Camera
View Single Post
  #11  
Old 11-20-2011, 12:20 AM
Fulg0reSama Fulg0reSama is offline
Extrinsical Anomaly
Fulg0reSama's Avatar
Join Date: Sep 2009
Location: Ohio
Posts: 3,049
Fulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant future
Quote:
Originally Posted by Emera View Post
Am I doing this right?
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
setTimer(0.05);
}

function 
onTimeout() {
  
this.cx += ((player.x) - this.cx) * .1;
  
this.cy += ((player.y) - this.cy) * .1;
  
setFocus(this.cxthis.cy);
  
setTimer(0.05);

Did you test it..?
__________________

Careful, thoughts and opinions here scare people.
Reply With Quote