CoolConsole: AS3 Command Line Console
Friday, February 19th, 2010The CoolConsole is something that I have wanted to make for a while, and I finally decided to do it last night. The CoolConsole is a command line console that you can implement into your ActionScript projects to make calling commands, methods, and debugging faster.
Working on PS3 games has shown me how useful that this baby can be when used on larger projects. These consoles are very common in commercial game projects. Every member of our project uses it daily. We wouldn’t be able to get along without it.
Feel free to use this in your own project (Download the code here). Take a look at the second half of the video above to learn how easy it is to use. The CoolConsole ActionScript is just one small file that you add to your project, then you can begin writing your own console commands.












