Useful Actionscript Code Snippet

Filed under: If only I had known about this years ago!

_global.tr = function() {
	trace(arguments.join(" : "));
};

Example: tr(’bob’, 16, ‘fred’)

Output: bob : 16 : fred

One Response to “Useful Actionscript Code Snippet”

  1. chiqui Says:

    thanks for the info…. ;)

Leave a Reply