Thread: Smooth Camera
View Single Post
  #6  
Old 11-19-2011, 10:30 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
onTimeout();
}

function 
onTimeout() {
  
temp.speed 0.1;
  
temp.cx += ((player.x) - cx) * speed;
  
temp.cy += ((player.y) - cy) * speed;
  
setfocus(cxcy);
  
setTimer(0.05);

Would this work?
__________________
Reply With Quote