Posts

Showing posts from September, 2012

Robotlegs v1.5.2 Basic Setup For AS3.0 Application

Image
Introduction Robotlegs is a framework for ActionScript 3.0 . Its a MVC+Service framework , you can google all the information about it and its comparison with other frameworks for AS3.0 ( Mate , PureMVC , Gaia etc ). This post focuses on the implementation of RL ( Robotlegs ) in pure AS3.0 . Because the examples available for RL are mostly in Flex. In this Post only single or pure Robotlegs application is set up .I will be posting about Modular Robotlegs in detail, soon.  Before getting started here are the links for Robotlegs: RobotoLegs Website - Download SWC If you are new to Robotlegs then you should read the help and examples on Robotlegs.org , Robotlegs Best Practice , MVCS Class and Flow Diagram , Robotlegs API Documentation  Or If you are a genie ,you can just follow the steps or example given below to get started you app up and running Setting Up Project I am using FlashDevelop and Flex SDK 4.6 . You can use Flash IDE or FDT or whatever you like . The pr