- Messages
- 259
- Country

Can anyone help me figure out why this switch doesn't work? It animates when I use the keyboard command, but the click doesn't activate it.
<part>
<name>switch_autorudder</name>
<animation>
<parameter>
<sim>
<variable>AUTO COORDINATION</variable>
<units>bool</units>
<scale>50</scale>
</sim>
<lag>400</lag>
</parameter>
</animation>
<mouserect>
<cursor>Hand</cursor>
<event_id>AUTORUDDER_TOGGLE</event_id>
</mouserect>
</part>
<part>
<name>switch_autorudder</name>
<animation>
<parameter>
<sim>
<variable>AUTO COORDINATION</variable>
<units>bool</units>
<scale>50</scale>
</sim>
<lag>400</lag>
</parameter>
</animation>
<mouserect>
<cursor>Hand</cursor>
<event_id>AUTORUDDER_TOGGLE</event_id>
</mouserect>
</part>
