adamandkate Wanderer
Joined: 14 Oct 2009 Posts: 57
|
Posted: Sun Feb 28, 2010 4:47 pm
[3.14a] Multi state buttons not functioning |
I have several new multi state buttons with about 5 menu items in each.
If I select a menu item the menu does not always highlight when you move your mouse down the list, then when you click it doesnt run the alias associated to each menu item.
Other times it does work. If I open the button all the syntax is correct however when i view 'compiled code' its empty. If I select a menu item multiple times it eventually works.
This ones driving me bonkers as none of my menu buttons work now!
thanks
p.s. can send you my settings file if you need it to reproduce.
Code: |
<button name="MOVE1s1" type="Multistate" autosize="false" width="75" height="20" autopos="false" left="290" top="61" priority="1269398" id="126961">
<caption>Approach</caption>
<button id="127070">
<caption>Swimming</caption>
<value>approach swimming</value>
</button>
<button id="127069">
<caption>Run</caption>
<value>approach run</value>
</button>
<button id="127071">
<caption>Battlefield</caption>
<value>approach battlefield</value>
</button>
<button id="127068">
<caption>Levitate</caption>
<value>approach levitate</value>
</button>
<button id="127072">
<caption>Cavalry</caption>
<value>approach cavalry</value>
</button>
</button>
|
|
|