PDA

View Full Version : Setting Alpha with actionscript


Kelna
03-23-2005, 02:12 AM
How can I set the alpha of a movie clip to 100 when you enter a certain frame?

dekar
03-23-2005, 04:32 AM
i'm really, really new but I can help ya with that one.

Just right-click the frame, (it should/must be a keyframe) and click on actions. Then go to Actions, movieclip control and go from there.

Flash Gordon
03-23-2005, 04:34 AM
put his in the actions layer of that frame
myMovieClip._alpha = 100;

Kelna
03-23-2005, 05:08 PM
put his in the actions layer of that frame
myMovieClip._alpha = 100;


k cool i'll plug that in when i get home.