Hello,
I am working on a project (someone elses who is not a coder at all) whcih uses AS2. I have never used AS2, not really. I am trying to do the simplest thing, set the text for a textfield on stage.
txtScore.text = score;
txtScore.text = "5";
Neither of these examples work. In fact, the text that is in the textfield originally does not even show up. What is wrong here?