Question
Search box problem - Capital letters
Hi there,
I have a little search box, wich is used to go to somewhere else just when you type the word "albergaria".
But when you put "ALBERGARIA" or "Albergaria" with capital letters, the movie don't work.
This is my code:
stop();
var senderLoad:LoadVars = new LoadVars();
sender.onRelease = function() {
if ((pesquisa.text == "Albergaria")) {
gotoAndPlay("monica");
} else {
gotoAndPlay("monica2");
}
}
Can someone help me please? I'm just a poor begginer... :)
I have a little search box, wich is used to go to somewhere else just when you type the word "albergaria".
But when you put "ALBERGARIA" or "Albergaria" with capital letters, the movie don't work.
This is my code:
stop();
var senderLoad:LoadVars = new LoadVars();
sender.onRelease = function() {
if ((pesquisa.text == "Albergaria")) {
gotoAndPlay("monica");
} else {
gotoAndPlay("monica2");
}
}
Can someone help me please? I'm just a poor begginer... :)