Wednesday 25 November 2009

Blowing the leaves



Kind of project: prototype (AS3 test)
Client: n/a
Agency: n/a
My tasks: design and programming
Comments: This is a simple test of my recently migrated core classes used in my past projects (mainly in videogames) to AS3. That includes:
- class that handles global variables and general use functions
- class that handles timeInterval or enterFrame based main endless loops with and state machine in it, this is used as life objects base
- class that keeps track of all life objects created dynamically, this is used as a registry
- class that handles multiples displays containers in layers
- example class, in this case leafs and it's behavior as a life object
- application class with specific code and logic of a particular project
- 3rd party class for testing working with external classes, in this case greensock tweening platform for as3
- main document class that implements all
It has been fun so far, now I can't wait to make a hole big project with this new toys!
Meanwhile I'll keep "blowing the leaves"...
Link: clic here