I am doing a flash slideshow animation which animate from left to right by changing their x position. And I am using the tween which is a package of flash
import import fl.transitions.*;
import fl.transitions.easing.*;
while moving the image is jerking a lot.
How to avoid flickering of images while moving from one position to another position, it sucks me.
I know it will be possible with bitmap class, but It have some limitation of image width. I had attached 6 images one by one. Please help me to solve this. I am using AS3.0