Application - Source
A friend asked me today how to create a simple slider component… I told him, the simplest way in flex, would probably be to have a MoveEffect that would just move a container.
So basically you use masking to mask some stuff, then turn off horizontalScrollPolicy, and verticalScrollPolicy, and then you just set the moveEffect.xBy [...]



