# Loading external text files

**URL:** https://forum.kirupa.com/t/loading-external-text-files/3598
**Category:** Uncategorized
**Created:** [January 18, 2002, 4:27pm UTC](https://forum.kirupa.com/t/loading-external-text-files/3598 "2002-01-18T16:27:54Z")
**Posts on this page:** 2
**Page:** 1

<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: [January 18, 2002, 4:27pm UTC](https://forum.kirupa.com/t/loading-external-text-files/3598/1 "2002-01-18T16:27:54Z")

</div>

how do you load an external text file if the movie clip isn;t on the top level. When i put : "loadvariableNm. “text.txt”,“0”, it doesn’t seem to work. Any help???

---

<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: [January 19, 2002, 5:26am UTC](https://forum.kirupa.com/t/loading-external-text-files/3598/2 "2002-01-19T05:26:14Z")

</div>

If you are using more than one level… ie using the loadMovieNum(); command to load your movies, then that command you have should work. The trick is, it doesn’t put the variables into the movie clip in that level it puts it into the “\_root” of that level. The main timeline. So if you’re calling to a variable that you placed in level 1, you need to call to “\_level1.myVariable”.
