Instructions
This component is meant to facilitate debugging movies created in Flash MX, which contain syntax errors (see also this site for more), which caiuse a movie to play different in Flash 7 or 8. The way it works is very simple. Instead of adding trace actions in your movie just enter variable names in the text field and the values will be instantly shown. You can also use the debugger when you work on a new project and need to test variables.
If you work on one variable problem you do not need to enter the var constantly but you name the debugger in the property inspector (debugger for example) and then you add this line in the actionscript frame
debugger.addText.text = var name here;
as I have done in the example below. Now you can test the example.
NEXT