flash question
flash question
- Started
- Last post
- 1 Response
- fourtenlabs
i've been trying to create a transition effect that has a series of movie clips appear on the screen from left to right such that when the first clip's alpha is 25% the second clip starts to appear till continuing that pattern till the entire series is visible. i've been working on it a couple days and the code is just ugly. anyone have any ideas how to do this efficiently in as? thanks.
- unfittoprint0
I would create a fade MovieClip prototype.
And then use a setInterval to trigger a fade(100) each 0.5 -1 seconds until the wjole range o pictures have their alpha loop initiated.