Hola, no he jugado Guitar Freaks.
Pero el manejo desde el teclado es sencillo:
1. Creas un movieclip.
2. Le presionas F9 (para llamar el actionscrip)
3. Le escribes el siguiente codigo.
Código:
onClipEvent(enterFrame) {
if (Key.isDown(Key.RIGHT)) {
_x += 10;
}
}
Debería desplazarse hacia la derecha cuando presionas la tecla Derecha.