This is a minimalistic implementation of the MVC design pattern written in AS3. The built program will only trace the key code of the pressed keyboard button in the output panel.
- Add vendor/as3/src and test/src classpath (with flashdevelop right click on the project name, properties, classpath label )
- Set tests/src/Runner.as as document class (with flashdevelop right click on the class file the select 'Set Document Class')
- Run the project (with flashdevelop press F5).
Built using Flash Develop http://www.flashdevelop.org/
Use composer for dependencies.
- O'Really Actionscript 3.0 Design Patterns