flash on 2013-3-29

stage.addEventListener(MouseEvent.CLICK,onKey);
new ScoreIndicator(stage,0,0,"test");
new ScoreIndicator(stage,300,300,"hit");
-----------------------------------------------------------------------------------------
ScoreIndicator
-----------------------------------------------------------------------------------------
package {