As I have worked extensively with PureMVC I have taken note of practices that make life easier. I wouldn’t call them “Best Practices” because who am I to say whats best. But these practices have saved me tons of time and I value my time, thus the titles.
#1: As we know each Mediator is responsible [...]
Filed under: Flash, The Source is strong in this one | Comments Off
I have just created a Enterprise Architect language template for haXe. If you use EA and would like to export haXe stub code based on your UML then this is for you.
haXe Code Template
Instructions:
Download XML
import the XML file into EA (Tools -> Import Reference Data, find the downloaded XML file, select both datasets, and [...]
Filed under: The Source is strong in this one | Comments Off
Below I illustrate how I have been able to successfully load external assets (swfs) and data into pureMVC with a sequence diagram.
Actually you should probably just download the Diagram jpg to take a closer look …
http://www.imanit.com/blog/wp-content/2008/09/Sequence.jpg
Also Below is all the text from the diagram in case you want to cut and paste:
entry point class:
//The entry [...]
Filed under: Flash, The Source is strong in this one | Comments Off
Introduction
I have recently been playing around with Prana. This is a wonderful inversion of Control framework written by a very talented and supportive group (Christophe Herreman, Damir Murat, Erik Westra). Below are my learnings and observations.
What is Prana
Prana has a class called “XMLApplicationContext” that will create objects as defined by an XML file. The XML [...]
Filed under: Flash, The Source is strong in this one | Comment (0)
In this example I created a very simple PV3D 2.0 project in Flash that shows a room and lets you move your camera around. The cool thing is you can do anything you would like to with the camera just by using the arrow keys. If you have some collada you want to preview really quickly I [...]
Filed under: Flash, Projects, The Source is strong in this one | Comment (0)