# Pathing from frame

**URL:** https://forum.kirupa.com/t/pathing-from-frame/160963
**Category:** Uncategorized
**Created:** [August 30, 2005, 11:46pm UTC](https://forum.kirupa.com/t/pathing-from-frame/160963 "2005-08-30T23:46:48Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Templarian](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/templarian/32/7152_2.png) [@Templarian](https://forum.kirupa.com/u/Templarian)
#### Post date: [August 30, 2005, 11:46pm UTC](https://forum.kirupa.com/t/pathing-from-frame/160963/1 "2005-08-30T23:46:48Z")

</div>

```auto
for(x=1;x<=9;x++){
 **["txt"+Number(x)]._x** = parseInt(this["textx"+Number(x)]);
 }

```

Flash gives me an error when i try to run this on a frame (its in load text things) it works when i looks like this.

txt1.\_x = parseInt(this.textx1);

the bolded part that is changed in the top is whats wrong.
