I'm converting some Flex down to an Actionscript project and need to get up to speed as quickly as possible on a lightweight framwork for doing basic animation.
The components may have some very simple data access - such as reading a list of images, but nothing clever.
What I really want is an equivalent of Flex's 'AnimateProperty' or 'Move'. Yes very simple!
I just don't want to have to go too low level and start doing x+=
in an onEnterFrame()
event handler. I just want to replace timeline based animation with object oriented script.