Fill in the blanks quiz - update

Hi guys, first time poster here, bur long time fan of Kirupa.

I need to do a basic fil in the blanks quiz.

I have this code working in flash 5 but can’t get in working for FP9. Any ideas. Ive tried searching online but no success.

Also would it be possible to do multiple balnk fields to get checked?

on (release){
if(_root.answer = "answer in here")
	{
		_root.comment = "Correct";
	}
else
	{
		_root.comment = "Wrong";
	}
}