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 ?