I am a newbie in this business here and I am trying to use the debugger but nothing seems to work. I created a dynamic text field(myTextBox_txt) and
put in 3 lines of action script as follows:
var my1_txt:String=“This is a test”;
var my2_txt:String = “This is another test”;
myTextBox_txt.text=my1_txt;
Putting break points for each line, then running “Debug Movie” from the menu.
The debug window shows up and I step thru the break points. Nothing is showing in the Property tab nor the variable tab. Am I doing something wrong ???
Please advise.