Flash Development (2 products)
-
9/10
Macromedia Flash 8
Macromedia Flash lets you create effective rich content and applications... -
0/10
Adobe Flash Player
Adobe Flash Player is a high-performance, lightweight, highly expressive...
Forum
can anyone help me to solve this code?
on (press) {
myTextArray = new Array();
myTextArray = (myInputText.split(" "));
for (var i = 0; i < myTextArray.length; i++)
{
if (myTextArray[i] == "welcome")
_root.firstSound.start();
if (myTextArray[i] == "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.
[...]
myTextArray = new Array();
myTextArray = (myInputText.split(" "));
for (var i = 0; i < myTextArray.length; i++)
{
if (myTextArray[i] == "welcome")
_root.firstSound.start();
if (myTextArray[i] == "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.
Date: March 9, 2008 at 04:11
Author:
heeromai
Last post: March 9, 2008 at 07:40
Replies: 1
Start a new discussion