replace
withPHP Code:if (Key.isDown(Key.RIGHT)){
_x += speed;
}
if (Key.isDown(68)){
_x += speed;
}
PHP Code:if (Key.isDown(Key.RIGHT) || Key.isDown(68)){
_x += speed;
}
|
Results 1 to 2 of 2
Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |