hello,
I am making a game where i want my movieclip with diff color. i am applying color thru…
tintColor = new Color(myMovieClip);
tintColor.setRGB(random(255255255));
this will apply a full color to my movieclip. wht i want to apply a color with opacity(alpha) e.g if random color came to Red then red should apply at myMovieClip with 50% opacity. How can i achive tht? can anybody help me.
thanks
Neh