Simple, maintainable code is beautiful. However, when we have a sequences of actions that need to trigger each other, our code can get messy, making it impossible to change later. The Command Pattern keeps things clean.
In this tutorial, I’ll show you how to create a minimalist AS3 Command framework, capable of performing actions in sequence, in parallel, or with a delay. You’ll lean how to use this framework to create a complex effect with simple and clean code.
(Continue)














Follow Activetuts+ and Tuts+ on Twitter
Join Activetuts+ on Facebook!