PDA

View Full Version : How do you make a reflection on a componant?


BLANCO
03-10-2007, 06:43 AM
Hi I have a panel and a viewstack how can i add the reflection script?

please explain this I have been tiring for a couple of days now..

:)
Blanco

n_killah
03-14-2007, 11:22 AM
I would make a copy of the Movieclip and do a vertical flip. Then add a gradient mask.:rolleyes:

Chuck Taylor
03-14-2007, 11:43 AM
Do a bitmap draw of the component. Write it on to a Canvas and apply a rotating matrix. Apply a gradient mask over it. addChild the Canvas.