Check out "Do you speak JavaScript?" - my latest video course on advanced JavaScript.
Language APIs, Popular Concepts, Design Patterns, Advanced Techniques In the Browser

Colorize your output in FlashDevelop

Did you ever wonder how to change the color of your traces in FlashDevelop. It's possible and it is really helpful feature.

Just use [digit]: in front of the string passed to trace method. For example:

trace("0: Lorem ipsum dolor sit amet.");trace("2: Consectetur adipiscing elit.");
If you enjoy this post, share it on Twitter, Facebook or LinkedIn.