View Single Post
  #2  
Old 05-29-2007, 05:47 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
PHP Code:
function onKeyPressed(keycodekeychar)
{
  switch(
keychar) {
    case 
"a":
      
// pressed a
    
break;
    case 
"b":
      
// pressed b
    
break;
  }

__________________
Reply With Quote