i did a forum search since it’s quite an easy thing to do, but for some reason it doesn’t work.
I have this textbox ‘‘name’’ in a mc called ‘‘nmmc’’. so I ask the user to enter his name and the user must click the start button after.,but of course if he leaves it blank I want to do something else. (I can deal with the rest). but for some reason this code isn’t working
else if (_root.nmmc.name == "") {
I also tried
else if (_root.nmmc.name == '') {
but this is working.
else if (_root.nmmc.name == 'SUZY') {