Hit F9 to go directly actions pane
If you are already in actions pane;
write this
for (x=1; x <= 10; x++) { trace (x); }
this should trace 10 or output 1 to 10 on your output pane;
More Tutorials on Actionscript on Are You Online