Question

I need a simple rainbow trajectory motion in Flex builder.

We have 2 points [(x1, y1); (x2, y2)], we need to animate object from one to another over some simple rainbow trajectory like in this picture in 10 seconds

alt text
(source: narod.ru)

What libs could you suggest for such an operation?

Was it helpful?

Solution

I like TweenMax a lot. It is very simple to use. For your scenario you can probably move along a bezier curve, which they also support.

http://blog.greensock.com/tweenmax/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top