Macromedia Flash ActionScript problem

@chakotay (240)
Romania
March 12, 2007 2:04am CST
I have a problem with macromedia Flash actionScript ..i just cant figure out why its not working ..im using the Exact same code and method for a different FLA , and it works .. but in this one doesnt want to display anything in the text field .. i added +trace to the line where it's passing data to the field, and THAT woprks , but i get nothing showing in text field this is the code: progressBar.createtextField(progress_txt",1,100,100,100,30); ProgressBar.progress_text.text = loaded(" %)+trace("text should show"); loaded is ... var loaded = Math.round(blah blah blah.....);
1 response
• India
12 Apr 07
If you wote a code what you have displayed here, then you might have misspelled the instance name... Its is progress_txt ...but you have mentioned the progress_text in the next line...May be that be the problem, if you have spelled that wrong...