PDA

View Full Version : http://www.kirupa.com/developer/mx/alpha_fade.htm



vipiv
April 7th, 2006, 06:02 AM
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..

Pascal S.
April 7th, 2006, 06:07 AM
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.....

vipiv
April 7th, 2006, 06:09 AM
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..

phorte
April 7th, 2006, 07:15 AM
would u mind uploading ur fla so we can take a better look at it the problem.