Author Topic: GuiAnimatedBitmapCtrl Button?  (Read 725 times)

I was wondering if it is possible to make a GuiAnimatedBitmapCtrl into a button with changing Animation when highlighted and possibly clicked

Kinda, but you'll have to make the button functionality yourself. Basically you need the animated bitmap ctrl to display your animations, and a mouse event ctrl in front of it to change the animation and do stuff when it's clicked.

Kinda, but you'll have to make the button functionality yourself. Basically you need the animated bitmap ctrl to display your animations, and a mouse event ctrl in front of it to change the animation and do stuff when it's clicked.
k thanks