Tag Archives: robotlegs

How Robotlegs Keeps me Relaxed with the RelaxedEventMap

While implementing the Robotlegs framework into my first application, I came across a rather common issue: How do I properly manage my views? To give you the basic run-down, my application has a number of different views (menus and various … Continue reading

Posted in Code, Flash, Robotlegs | Tagged , , | Leave a comment

Robotlegs Gotcha #2 – Using Interfaces for your services and models

One of the common practices suggested by the Robotlegs team (and one I have personally grown to love) is the user of Interfaces for your services and data models. What this allows you to do is type-cast all of your … Continue reading

Posted in Code, Flash, Robotlegs | Tagged , , , | 1 Comment