can movie.swf control the alpha of movie2.swf and do ya know the actionscript?
movie2 would be loaded in movie1… i need movie1 to control movie2’s alpha, more so fade movie2 out… please help
it’d have to be like this:
you’d have an instance in Movie1, which i will call obj1
and in Frame1 of Movie1, i’ll have this code:
obj1.loadMovie("movie2.swf");
then, one movie 2 has finished loading, you’d execute this script:
obj1._alpha --;
if you want it to fade out completely, just repeat that over a number of frames.