View Single Post
  #2  
Old 12-19-2011, 12:06 AM
Tolnaftate2004 Tolnaftate2004 is offline
penguin.
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 534
Tolnaftate2004 is a jewel in the roughTolnaftate2004 is a jewel in the rough
Send a message via AIM to Tolnaftate2004
Quote:
Originally Posted by sssssssssss View Post
PHP Code:
if (keydown(0) && keydown(1)) {
            
player.1;
            
player.1;
          } 
This isn't working, but I need to know if there is a way to check if, say you had pressed up, and was holding it, then pressed right, and do something with that combination. This is during a freezeplayer too.
Well, this code is a no-op and will likely be removed by dead code elimination, you probably mean, e.g.,
PHP Code:
player.+= 
__________________
◕‿‿◕ · pfa · check yer syntax! · src

Killa Be: when i got that locker in 6th grade the only thing in it was a picture of a midget useing a firehose :/
Reply With Quote