Hey guys...

I made a component that extends from UIComponent and have an item
renderer. The renderer have two states, an open state and a closed
state. The start state is closed, but when the users click on the
renderer it changes to the openedState which is bigger.

The container of that item renderer (the UIComponent) can either be a
circle or a pentagon which I draw in updateDisplayList with the
graphics attribute. When the item renderer change state the
UIComponent need to change its form to a rectangle while it increases
its size. How can I make a transition effect from the circle/pentagon
to the rectangle and viceversa?

Thanx in advanced,
DaN

Reply via email to