Search Results

0
votes
1answer
137 views

How do you hook up a Module thats loaded dynamically in the PureMVC framework for ActionScript 3

I'm using the PureMVC framework on a FlexBuilder 3 project. I have already hooked up the ApplicationFacade and have executed simple commands successfully. I have a ModuleLoader in my entry …
1
vote
2answers
109 views

How do you animate a display object in an arc in AS3?

This is for a game in a flash AS3 only project. the player controls a character with a gun. By clicking on the screen the gun fires a missile in an arc to the point clicked. Whats …
0
votes
2answers
26 views

How do you encode XML safely with ActionScript 3?

I'm capturing data from the user and writing it to an xml string like so: var myXml:XML = {userEnteredText} This is fine and dandy until the user gets cute with speci …
1
vote

How do you hook up a Module thats loaded dynamically in the PureMVC framework for ActionScript 3

PureMVC comes in two flavours for ActionScript 3 PureMVC Standard and PureMVC Multicore respectively. You will need to use the PureMVC Multicore version if you want to use modules in a flex …