Http://www.kirupa.com/developer/mx/alpha_fade.htm

i was trying the alpha graphic fad with inertia from the tutorial section

http://www.kirupa.com/developer/mx/alpha_fade.htm < this one

but i was unable to make it work…
i did exactly the same as the tutorial but fail miserably… i noticed the only difference i had was that i dont have the ‘script_clip’ movie clip like the original one…

ps i’m currently usin flash8 so i us the mx approach not flash5…
ps2 the mx source file works flawlessly in flash8…

then try to do it exactly the same… :puzzled:

in the as there is something about the script_clip maybe change that to your own naming…

i tried addin the script_clip movie myself but still didnt work
i assume the code was supposed to create this movie clip not me

//Creates a new movie clip on the ‘_root’
//timeline which is named ‘script_clip’
_root.createEmptyMovieClip(“script_clip”, 0);

the tut doesnt say anything about this clip except in the flash5 part…

would u mind uploading ur fla so we can take a better look at it the problem.