PDA

View Full Version : [MX] Change Alpha setting using AS?



byis
June 7th, 2003, 11:24 PM
Is there a way to change Alpha settings on MC using AS? Something like this:



onClipEvent (mouseDown) {
startDrag("");
ALPHA SETTINGS HERE ( Ex: Alpha=20%)
}



Im trying to duplicate the window effect on this weeks site of the week: http://www.ijorgeantonio.com


Thanks for the help!

kode
June 7th, 2003, 11:26 PM
this._alpha = 20;

byis
June 7th, 2003, 11:58 PM
Thanks Kax!

kode
June 7th, 2003, 11:59 PM
no problem. ;)