Changing the brightness using actionscript

hi
i am willson from singapore i need some help

Does anyone know how to change the brightness of an object using actionscript

example:
a circle by using left and right to control it brightness

thank you
willson

I don’t know about an official function to do this… but you could always make a fill on the layer above it and change the alpha of it with

theClip._alpha += 5;

or something similar

You can do it by using the [font=courier new]Color.setTransform()[/font] method. Look it up in the ActionScript Dictionary. :slight_smile: