I tried to scroll images from right to left using DHTML, but the scrolling was choppy and it didn't look right. I want to do this in Flex, but I'm not sure where to start. The application needs to;
- take a list of images (maybe in an HBox) - smoothly scroll from right to left - repeat the loop after the entire list has been scrolled This application will be a Flex equivalent of the deprecated <marquee> HTML tag. Has anyone does this before? Any resources online that you could direct me to? Any tips to get started? Thanks!

