Dynamic text

Does anyone have an idea why ther is written word level in dynamic text field infront of what there should be written??

lol

care to give anymore details? :-\

That’s either the instance name or the variable name… I can’t remember. I had the same problem with Input text fields too. I never solved it, but it was a whole different story with those. Post the actionscript you have for those boxes… Maybe then we could find a solution.

You can download the fla at http://www.ecp.wz.cz/smk.fla

Okay I took a look at it… When you’re loading files into Dynamic Text boxes, you do not need a variable name on the box, just an instance name. Plus, that’s what’s causing your problem. I hope that helps…

On your buttons use:[AS]on (release) {
JAZYK = “cz” //you forgot the quotes here
}[/AS]

Yeah I noticed that too but I figured he was still just trying to get rid of the level number in the box :slight_smile:

Yea i forgot to mention: remove the instance name for your textfield.

Nah it’s variable name. I tested it… Besides, if you don’t have an instance name, then it won’t load into the box… Unless there’s an entirely different method that I didn’t know about…

:sigh:

It’s the variable name. To make the _level thingy go away, use this:

[AS]
variable = “”
[/AS]

Wow, so that’s a different way than I know. That could have solved my problem… Well I feel stupid. Oh well I get one freebie cuz I’m new :slight_smile:

:beam: