Ok...This is Probably a Stupid Question

…XD But how do you make dynamic and regular static test boxes for adobe Flash Cs5 2.0 actionscript work alongside each other…? I have no understanding of even the most basic concepts, put it that way. Anyway, so I have 2 test boxes, one that is static and one that is dynamic. I made the dynamic one first, and on the same frame, I put the AS:

var random:Number = 100;

 What I do know is that flash now recognizes that whatever dynamic text box with the variable label of "random" is a number. The output should also be a #, and when you test out the movie, a 100 should be in the dynamic text box that you just created, even though you don't see this on the stage before testing. So I tested it out, and sure enough, a "100" shows up. 
  Next, I put another text box that is static, and I typed "test" in it. (Without quotes) The two text boxes should have no relation, but when I tested out the movie again, only the "test" static text box words show up, and the 100 in the previously created text box is gone. I've tried moving the text boxes to different places and changing variables and such, but nothing works, as far as I know. Can anyone help? :facepalm: 

By the way, sorry if I sound so unintelligible on such topics. XD If you must
know, I am trying to self learn some really basic Flash stuffs.