PDA

View Full Version : Visibility


bigjimmo
12-12-2002, 11:26 AM
If I have two or more movie clips on the same frame, how can I make the movie clips that are not being played invisible?

Thanks

Jim

simontheak
12-12-2002, 11:32 AM
_root.MovieClipInstanceName ._visible=false;

bigjimmo
12-12-2002, 12:15 PM
Thank you that was very helpful:)