# Loading 2 externals?

**URL:** https://forum.kirupa.com/t/loading-2-externals/21695
**Category:** Uncategorized
**Created:** [May 25, 2003, 4:19am UTC](https://forum.kirupa.com/t/loading-2-externals/21695 "2003-05-25T04:19:32Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![amnesic](https://avatars.discourse-cdn.com/v4/letter/a/e47c2d/32.png) [@amnesic](https://forum.kirupa.com/u/amnesic)
#### Post date: [May 25, 2003, 4:19am UTC](https://forum.kirupa.com/t/loading-2-externals/21695/1 "2003-05-25T04:19:32Z")

</div>

is it possible to load two externals at the same time? if so, can someone explain to me how to do it?

thanks 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [May 25, 2003, 5:12am UTC](https://forum.kirupa.com/t/loading-2-externals/21695/2 "2003-05-25T05:12:14Z")

</div>

If you’re talking about text files, yes. You have to change the loadVars and textbox instance to something unique for each textbox. You can use the same file.txt, but in it you have to seperate each textboxes text with and ‘&’. IE:

kirupatext1=  
Hi my name is Freddy  
&kirupatext2=  
I ride the short bus!

It’s a little confusing at first, but once you get all the seperate variable to match, it works like a charm. I’m sure you have visited the tut, but just in case:  
[http://www.kirupa.com/developer/mx/dynamic\_scroller.htm](http://www.kirupa.com/developer/mx/dynamic_scroller.htm)  
(-:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [May 25, 2003, 6:57am UTC](https://forum.kirupa.com/t/loading-2-externals/21695/3 "2003-05-25T06:57:31Z")

</div>

nah, i needed to load two MC’s but i found a way around it.

thanks though 🙂
