Multi state buttons
adys
Posts: 395
Hi all
I am using multi state general buttons to represent more than 2 states. I must do it with states cause I am not controling the text - its constant text on the bitmap.
in general buttons I am switching the states using the ON[tp, button_channel] / OFF[tp, button_channel]
What is the way to do it in a multi state buttons?
I found this post - is this is the only way to do it?
http://www.amxforums.com/showthread.php?t=1224&highlight=multi+state
Thanks
Ady.
I am using multi state general buttons to represent more than 2 states. I must do it with states cause I am not controling the text - its constant text on the bitmap.
in general buttons I am switching the states using the ON[tp, button_channel] / OFF[tp, button_channel]
What is the way to do it in a multi state buttons?
I found this post - is this is the only way to do it?
http://www.amxforums.com/showthread.php?t=1224&highlight=multi+state
Thanks
Ady.
0
Comments
If you want to select a specific state on a multistate button you need the ^ANI command
I just woke up, I may be VERY wrong . . . but it sounds good at least!
That's how I do it. I simply find it far easier and more elegant to update the state with a send_level. I can't think of the last time I used a multistate button outside of a simple animation to go from ON to OFF. ANy time I want to track intermediate states, I make it a bargraph.