I am checking if user has not entered anything in the textbox
on(release)
{
if(input_pname.text=="")
{
trace(“Nothing”);
}
}
Why this code is not working?
I am checking if user has not entered anything in the textbox
on(release)
{
if(input_pname.text=="")
{
trace(“Nothing”);
}
}
Why this code is not working?
:: Copyright KIRUPA 2024 //--