Form question

On the very last step on creating a form (im following the tut on “flash mx on this website”…where it says to put the
stop();
result.text = "You are a “+radio+”
";
result.text+= "You are from “+list+”
";
result.text+= "You were born in “+combo+”
";
result.text+= checke;
result.text+= "Your comments were:
"+texte;

code in the result frame…does it mean on the labels layer? the component layer? or hte code layer? it doesnt say…and i want to get it right, lol. Thankyou soo much!

Please? Anyone? i posted over an hour ago…i really want to finish the form…please?

It doesn’t really matter, but as you set up a code layer, it’s probably a good idea to use it :slight_smile:

But it’s not really important, any layer will do.

pom :+)

it doesnt work. when i test it…an output box pops up and shows everything i choose on the form. It also has a warning in it:
“WARNING: Duplicate label, Scene=Scene 1, Layer=labels, frame=10, Label=result”