You should use ColorTransform for this. Below is shown how you can utilise this image. AddEventListener(MouseEvent.
MOUSE_OVER, checkTransform); image. AddEventListener(MouseEvent. MOUSE_OUT, checkTransform); private function checkTransform(e:event):void { if(e.
Type == MouseEvent. MOUSE_OVER) image.transform. ColorTransform = new ColorTransform(0.5, 0.5, 0.5); //multiplies all RGB-values by 0.5 else image.transform.
ColorTransform = new ColorTransform(1, 1, 1); //restores to default image } this should do the trick. For more information on ColorTransform: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/geom/ColorTransform.html?filter_flash=cs5&filter_flashplayer=10.2&filter_air=2.6.
You should use ColorTransform for this. Below is shown how you can utilise this. Image.
AddEventListener(MouseEvent. MOUSE_OVER, checkTransform); image. AddEventListener(MouseEvent.
MOUSE_OUT, checkTransform); private function checkTransform(e:event):void { if(e. Type == MouseEvent. MOUSE_OVER) image.transform.
ColorTransform = new ColorTransform(0.5, 0.5, 0.5); //multiplies all RGB-values by 0.5 else image.transform. ColorTransform = new ColorTransform(1, 1, 1); //restores to default image } this should do the trick. For more information on ColorTransform: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/geom/ColorTransform.html?filter_flash=cs5&filter_flashplayer=10.2&filter_air=2.6.
Thank you for your help – 1.21 gigawatts Sep 14 at 6:59 not a problem. If this was the solution to your problem, you might want to consider accepting this as an answer, so people know this question is answered :) – Michiel Standaert Sep 14 at 14:03.
The easiesy way to do is, create a colorfilter, and apply this colorfilter to the image on rollover and remove the filter on rollout. For details visit : cookbooks.adobe.com/post_Convert_images_... Thanks.
You can see another example ay afoucal.free. Fr/index. Php/2008/01/25/imagebutton-gray-disabled – Neeraj Sep 12 at 17:06 Thank you for your help too – 1.21 gigawatts Sep 14 at 6:59.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.