[flexcoders] A way to animate or move a list smoothly? My attempt in Flex 3 works, Flash builder not so much.

2010-05-03 Thread Raymond Brown
I have a horizontal list of objects (image and labels) that I want to slide to the left smoothly, in a consistent speed till the last object goes off screen and then repeat. However my code, as seen below has two weird effects. First it hauls butt across the screen way to fast to be readable

RE: [flexcoders] A way to animate or move a list smoothly? My attempt in Flex 3 works, Flash builder not so much.

2010-05-03 Thread Chet Haase
I can't run the code to see what you're seeing since it refers to objects that aren't here, but for the deceleration movement behavior you describe, you probably want to check out the 'easer' property of Flex 4 effects. This property lets you define the timing behavior of your animations, with