# Console window \[as2\]

**URL:** https://forum.kirupa.com/t/console-window-as2/280287
**Category:** Uncategorized
**Created:** [January 25, 2009, 6:52pm UTC](https://forum.kirupa.com/t/console-window-as2/280287 "2009-01-25T18:52:47Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![tapioca](https://avatars.discourse-cdn.com/v4/letter/t/a4c791/32.png) [@tapioca](https://forum.kirupa.com/u/tapioca)
#### Post date: [January 25, 2009, 6:52pm UTC](https://forum.kirupa.com/t/console-window-as2/280287/1 "2009-01-25T18:52:47Z")

</div>

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/](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:

```auto

#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.
