if (Key.isDown(Key.LEFT)||Key.isDown(65)){ CODE; }
This above method is what I used for moving my character. Using darkroots way looks the same to me as long as you substitute the trace command for your supporting code that moves the character left. And you would have to repeat using the correct keycodes for each direction and number.
Dannydaninja it does work because I tried it. Your not trying hard enough people aren't going to do everything for you. Try putting it in the movieclip.
I think that's why he said it didn't work... because he copied and pasted thinking he put the right code and method... always check over a code before you think it's right.