Quote:
Originally Posted by sssssssssss
PHP Code:
if (keydown(0) && keydown(1)) {
player.x + 1;
player.y + 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.,