se usi un and
ad es in questo modo

if (Key.isDown(Key.LEFT) && Key.isDown(Key.DOWN)) {

trace("vai");

}