views:

29

answers:

1

I am looking to build a Flash/ActionScript 2 Command Line interface simulator which acts like a Unix/Dos CLI. Does anyone know how to do this, or have a good resource like a tutorial about it. I've been scouring the web for a solution, but only seem to be able to find a tutorial about the effect, not actually having it interactive.

A similar effect which is done is JavaScript can be seen here: http://thrind.xamai.ca/

Thanks to those who respond.

A: 

Long time ago I started to work on something like this.

The code is on github . But, there isn't much documentation and there's some work to be done. Never the less, it's a pretty solid base, if you care to read through the code.

Hope it helps.

Arthur

Arthur Debert