hey, i wrote a console window. idk if anyone would find it useful but it’s really easy to include in a flash, and it has a parser that you can write your own debug commands/cheats/whatever for.
here’s a demo of it: http://www.kthxplz.info/clinic_chan/
to include it in a flash you just put the .as files in the same directory as your project and write:
#include "clinic_window.as"
clinic_init(depth);
clinic_show();
(pressing ‘~’ shows/hides the window in the demo, you can write whatever event you want or just copy mine when you put it in your own flash)
uhm, yeah, i mostly just made it for myself but i thought someone might find it useful.
tell me if you use it, and if you make any cool changes. sorry it’s as2. i’ll probably make it as3 when i finish this project and start using as3.