Fading objects with actionscript code

While working with movie clips on stage, we you might want to fade the movie clip in or out instead of toggling its _visible property. There are two procedures to animate a movie clip By using 'onEnterFrame' event handler By using 'set interval()' function

 

Share this Listing