Text effect

http://www.yugop.com/

does anyone know how to do a text effect like the one here. except pulling the text from a text file. i already know how to do this with an array.

thanks for the input

rl

Not sure if this is what you are after but you can create an array from the text file.
in your.txt -
&txtString=Betty,John,Neil,Dana,Travis&

lv = new LoadVars();

lv.onLoad = function(){
myArray = lv.txtString.split(“,”);
for(var n=0; n != myArray.length; n++){
trace(“myArray[”+n+"] - "+myArray[n]);
}
};

lv.load(“your.txt”);

rlLife… r u kidding me?!
someone already asked the same question with the same title about the same site!!!.. like…
10 posts before you…
"

 Text Effect"
...
search the forum before posting a question....

Here you go: http://www.kirupaforum.com/forums/showthread.php?t=65050 :wink:

gunko2: its ok man you dont have to get bent out of shape. i will try to do a better job next time for ya. also i was not asking about the really about how to cause the letters to cycle. i was asking how to pull an array from a txt file.

ok i opologize…:smirk: :pa: :sigh: