_brightness? just like _alpha?

I know that you can a/s adjust the _alpha of an instance but how do i change the brightness with a/s? _brightness isnt working and i cant google (or kirupa) the answer. :c)

~~ Seretha :love:

MTSoul… You were close to the answer… Actualy if you wnat to adjust the brightness… Put 2 color overlays ontop of the movieclip you are trying to brighten…

One Completely black one and one completely white one…

Set both of them at _alpha = 0 for now…

darken._alpha = 0;
lighten._alpha = 0;

If you want to darken something up… Change the darken._alpha level. If you want to lighten something up, use the lighten._alpha level. :wink: