# Can anyone check my code for errors?

**URL:** https://forum.kirupa.com/t/can-anyone-check-my-code-for-errors/123226
**Category:** Uncategorized
**Created:** [September 21, 2004, 7:03pm UTC](https://forum.kirupa.com/t/can-anyone-check-my-code-for-errors/123226 "2004-09-21T19:03:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![RedSox](https://avatars.discourse-cdn.com/v4/letter/r/e95f7d/32.png) [@RedSox](https://forum.kirupa.com/u/RedSox)
#### Post date: [September 21, 2004, 7:03pm UTC](https://forum.kirupa.com/t/can-anyone-check-my-code-for-errors/123226/1 "2004-09-21T19:03:10Z")

</div>

I’ve been working all day and I just don’t see it anymore…it’s always the same thing: the most difficult things work perfectly and the simpel stuff never does 🙂

I put 6 dynamic text fields on stage with names t00, t01, t02, 03, t04, t05 inside their own movieclip mc00, mc01, mc02, mc03, mc04 and mc05.

Now my code is so simple: make a variable that contains the name that should go into the text field PLUS some extra characters and onRollover it adds a + infront of the word.  
I used variables so that I can use that string for the swf I want to load when the user clicks on it. Simple 🙂

It DOES show “00\_home”, when I start it up, the ‘finger’ icon appears on the rollOver, but NO + appears…

Thanks for any hints! 🙂

PS This isn’t because I use a number in the instance names, is it ?
