SWF Transition Effect
SWF Transition Effect
Out of context: Reply #1
- Started
- Last post
- 1 Response
- bull0
I guess, fade tree2 in (in a mc) onEnterFrame, like so
onClipEvent (load) {
_alpha=0;
}
onClipEvent (enterFrame) {
_alpha=_alpha+((100-(_alpha))/10...
}bit basic, but will do the job.