Slow Motion

//Make the game run at half speed
FlxG.timeScale = 0.5;

The FLxG class has a handy property where you can set the "timeScale". The default is 1.0 so changing it to 0.5 will half the speed of the game.