Hello there, Looking to see how smooth will it be to separate cairngorm apart and for example swap the User Interface with a bunch of set commands.
i.e I want to unit test, and pretend as if I'm playing a game made in Flex with visual controls. But, instead of clicking I'm just submitting commands from a console. This would allow rapid unit testing. In order to do this, the framework or architecture has to clearly separate the UI and "game engine". Let me know what you think, I'm digging in Cairngorm for this as I type :) If you have any examples, I'd understand it from a Java and/or regular Flash viewpoint. Moving in to Flex, it definitely seems like a choice of Cairngorm or my own custom MVC which allows this UI swapping will be necessary. Testability is #1! Regards, RMachine

