# Text effect

**URL:** https://forum.kirupa.com/t/text-effect/118559
**Category:** Uncategorized
**Created:** [August 6, 2004, 5:22pm UTC](https://forum.kirupa.com/t/text-effect/118559 "2004-08-06T17:22:47Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![rlLife](https://avatars.discourse-cdn.com/v4/letter/r/eb8c5e/32.png) [@rlLife](https://forum.kirupa.com/u/rlLife)
#### Post date: [August 6, 2004, 5:22pm UTC](https://forum.kirupa.com/t/text-effect/118559/1 "2004-08-06T17:22:47Z")

</div>

[http://www.yugop.com/](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

---

<div class="post-metadata">

### Author: ![stringy](https://avatars.discourse-cdn.com/v4/letter/s/919ad9/32.png) [@stringy](https://forum.kirupa.com/u/stringy)
#### Post date: [August 6, 2004, 6:23pm UTC](https://forum.kirupa.com/t/text-effect/118559/2 "2004-08-06T18:23:31Z")

</div>

> [@rlLife](#):
>
> [http://www.yugop.com/](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”);

---

<div class="post-metadata">

### Author: ![gunko2](https://avatars.discourse-cdn.com/v4/letter/g/c67d28/32.png) [@gunko2](https://forum.kirupa.com/u/gunko2)
#### Post date: [August 6, 2004, 6:40pm UTC](https://forum.kirupa.com/t/text-effect/118559/3 "2004-08-06T18:40:49Z")

</div>

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

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

---

<div class="post-metadata">

### Author: ![wizard](https://avatars.discourse-cdn.com/v4/letter/w/a87d85/32.png) [@wizard](https://forum.kirupa.com/u/wizard)
#### Post date: [August 6, 2004, 6:46pm UTC](https://forum.kirupa.com/t/text-effect/118559/4 "2004-08-06T18:46:24Z")

</div>

Here you go: [http://www.kirupaforum.com/forums/showthread.php?t=65050](http://www.kirupaforum.com/forums/showthread.php?t=65050) 😉

---

<div class="post-metadata">

### Author: ![rlLife](https://avatars.discourse-cdn.com/v4/letter/r/eb8c5e/32.png) [@rlLife](https://forum.kirupa.com/u/rlLife)
#### Post date: [August 6, 2004, 8:02pm UTC](https://forum.kirupa.com/t/text-effect/118559/5 "2004-08-06T20:02:41Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![gunko2](https://avatars.discourse-cdn.com/v4/letter/g/c67d28/32.png) [@gunko2](https://forum.kirupa.com/u/gunko2)
#### Post date: [August 7, 2004, 10:14am UTC](https://forum.kirupa.com/t/text-effect/118559/6 "2004-08-07T10:14:01Z")

</div>

ok i opologize…😏 :pa: :sigh:
