View Single Post
  #12  
Old 02-26-2011, 09:30 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
I like the..

PHP Code:
//#CLIENTSIDE
function onKeyPressed() {
  
setTimer(0.05);
}

function 
onTimeout() {
  if (
keydown(5)) {
    
doStuff();
    
setTimer(0.05);
  }

way personally. Depends what you're doing in the end really.
__________________
Quote:
Reply With Quote