Thread: Finding Killer
View Single Post
  #11  
Old 09-16-2009, 05:53 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by fowlplay4 View Post
I figure that:

PHP Code:
function onKeyPressed() {
  if (
keydown(6)) {

  }

Would suffice as well.
I don't know why, but I prefer:

PHP Code:
function GraalControl.onKeyDown() {
  if (
keydown(6)) {
    ...
  }

Reply With Quote