DWboutin Posted January 18, 2014 Share Posted January 18, 2014 Hi, I want to create an animated button, how can i do it? Can i set some animations on the over, up and active states of the button? Thank you Link to comment Share on other sites More sharing options...
Heppell08 Posted January 18, 2014 Share Posted January 18, 2014 Maybe put some code in the update to check for changes around the button and change images if and when needed. So if the mouse was over the button, add a new image in with animations coded in etc, then call it when hovering the mouse over the button. Same could apply to clicking and the rest maybe. Link to comment Share on other sites More sharing options...
rich Posted January 18, 2014 Share Posted January 18, 2014 Not currently, you'd have to create your own Button object to do this - which probably would be quite easy to be honest, you could literally copy the current Button class and modify it as needed. Link to comment Share on other sites More sharing options...
DWboutin Posted January 19, 2014 Author Share Posted January 19, 2014 Ok, perfect! Thank you guys Link to comment Share on other sites More sharing options...
Recommended Posts