Page 1 of 1

problem with "action_app_close_over"

PostPosted: October 6th, 2006, 10:00 am
by Infind
no matter what I do... I cant seem to get the layer to appear on mouse over :(

I have a mouse over for all my buttons and they all work fine....

am I doing something wrong?

-infind

PostPosted: October 6th, 2006, 10:06 am
by Cliff Cawley
Hi Infind,

Actions don't have _over or _down states. They are used in conjunction with other things such as animations for custom buttons. Try using a button_over and combine it with the action instead.

eg: button_over action_app_close

NOTE: There is already a close button if that is what you are trying to do.

Use 'close_normal', 'close_over' and 'close_down' instead.

The action_app_close is available more for animations so that you can setup a custom button to play an animation and when the animation finished playing, it closes Xion. This is good if you want your skin to perhaps look like it explodes, then closes, or slides up a panel to cover everything, etc.

Cliff :)

PostPosted: October 6th, 2006, 10:08 am
by Infind
thanks Cliff :D