Hey people out there!
I havent really seen a “STICKY POST” telling anyone about this. I mean if your familiar with the post tags for formatting your posts it may even be obvious ! But for those who havent ‘clicked’ there is now the [AS][/AS] tag, YES the actionscipt tag so you can post your code so it look As format
Eg…
[AS]
_root.answerCode.codeLabel.text = CodeVars.label2;
_root.answerCode.codeComments.text = CodeVars.comment2;
_root.answerCode.codeSource.text = CodeVars.code1;
_root.answerCode.createNodeButt._visible = false;
_root.answerCode.createEdgeButt._visible = false;
[/AS]
:tie: