PDA

View Full Version : How do I change the alpha of a movie being loaded in with a Loader Component?


Shaun-Optimus
06-01-2006, 04:29 PM
I have a movie that loads a movie in a Loader Component as soon as the movie is loaded. I have managed to get the movie to slide in using slideTo, by telling the Loader to slide to certain a certain x poisition. The Loader slides, so therefore the movie inside it slides, which is what I want.

What I am trying to do is to get the movie to slowly fade in, by increasing the alpha, but you aren't able to change the alpha of the Loader Component, so my question is, how do I change the alpha of the movie within the Component so that the movie within it slowly increases its alpha. I know I need to set the movies initial alpha settin to 0%, but that is where I am having trouble.