Little error

hi,

I have a small error and i don’t now how to solve it or what it means.

I have a dynamic textfield that stands in a MC.

Name of the MC: form
Name of the textfield: naam

The MC stands on frame 5. On frame 1 stands this script:
Code:

stop();
naam = "Paul";

as soon i go to frame 5 this appears in the txt field:
Code:

_level0.form.naam

What does that mean and why isn’t it showing: Paul?

Also when i make this AS it doens’t work:
Code:

stop();
form.naam = "Paul";

Help

thx,