Flash Fading/scrolling
- Started
- Last post
- 6 Responses
- alexis
I was wondering if anyone knew if I could create an animation where an image (specifically a long line of pictures like a film strip) scrolls right to left but FADES on both ends as it enters and leaves. ie: gradient/alpha. I've tried a couple of things but they just seem too round-about to be proper ways of doing it and they never work how i want them to. any ideas?
- ganon0
make an alpha fade in photoshop, export as a png, import to flash...put at either sides of the animation...may be a better way, but i am braindead....
- canuck0
Just an idea.
use movie clips, attach an actionscript tween to each one moving them across the screen, once they reach a certain point in your case eirther far right or far left fade them out.
- Neuarmy0
so the image itself fades? or there are just gradients at each end that the image scrolls and disappears under?
- alexis0
i want to just have gradients at each end that the image scrolls and disappears under
- ganon0
make a box...open color mixer window...change the "solid" dropdown to "linear"...select one of the gradient colors, change alpha to 0....
- alexis0
thank you!! :D