1p: w,s,a,d z,x,c2p: up,down,left,right /,>,<
Flixel supports these keys as FlxKeyboard.ONE, TWO, THREE, etc.
What I said represents a boolean, so you'd use it inside an if block.//Means that the 1 key is pressed.if(FlxKeyboard.ONE){}
IIRC, FlxG holds the relevant keyboard presses in an accessible manner...if ( FlxG.keys.pressed("ONE"))