AS3 score system help !ac

sorry for disturbance, But I need a help…

private var scoreValue : Number;

private function scoreData():void
{
scoreValue =+10;
scoreDisplay.text = scoreValue.toString;
}

I used text field uhm, dynamic text type

it says an error

“Access of undefined property scoreDisplay”

or any help of scoring system,