on (press) {
myTextArray = new Array();
myTextArray = (myInputText.split(" "));
for (var i = 0; i < myTextArray.length; i++)
{
if (myTextArray* == “welcome”)
_root.firstSound.start();
if (myTextArray* == “my”)
_root.secondSound.start();
}
}
Now this code can read two one in one time, can anyone help me to solve it to make it to read one word by one??
where can i put a stop??
http://www.geocities.com/heeromai/project2.zip
and this are my full project.