Animate CC !Please help the ActionScripts that i made have problem!!!
Please help the ActionScripts that i made have problem!!!
I have this ActionScripts :
import flash.events.MouseEvent;
stop();
kiemtraBtn.addEventListener(MouseEvent.CLICK,checkClick);
function checkClick(event:MouseEvent):void
{
if(dienchu.text == "me")
{
dunghaysai.text = "Đúng rồi";
}
else
{
dunghaysai.text = "Sai rồi";
}
}
I don't know why if i write "me" to dienchu.text => it's alway wrong
And it continous with the other word.
dienchu is input text
dunghaysai is dynamic text.
kiemtraBtn is a button.
Please help me.!!!
