<Panel class="ScoreboardLeft" hittest="true">
<Panel class="VictoryPanel" hittest="true">
<RadioButton checked="checked" group="Demo" id="Demo1" text="Radio button 1" hittest="true"/>
<RadioButton checked="checked" group="Demo" id="Demo2" text="Radio button 1" hittest="true"/>
<RadioButton checked="checked" group="Demo" id="Demo3" text="Radio button 1" hittest="true"/>
</Panel>
</Panel>
Скинь не картинкой а нормальным кодом. Я тебе исправлю, если ты не понимаешь, хотя 2 человека тебе сказали как надо сделать -_-
<Panel id="SettingsListGroupMatchType">
<Panel id="RadioButtonGamemode1" class="RadioButton">
<RadioButton hittest="false" selected="true" group="Gamemode" id="Gamemode1" text="NORMAL MATCH" onactivate="OnCustomGamemodeChanged('1')"/>
</Panel>
<Panel id="RadioButtonGamemode2" class="RadioButton">
<RadioButton hittest="false" group="Gamemode" id="Gamemode2" text="1V1 MATCH" onactivate="OnCustomGamemodeChanged('2')"/>
</Panel>
<Panel id="RadioButtonGamemode3" class="RadioButton">
<RadioButton hittest="false" group="Gamemode" id="Gamemode3" text="TEST MATCH" onactivate="OnCustomGamemodeChanged('3')"/>
</Panel>
</Panel>
<Panel id="SettingsListGroupMatchType">
<Panel id="RadioButtonGamemode1" class="RadioButton" hittest="true">
<RadioButton hittest="true" selected="true" group="Gamemode" id="Gamemode1" text="NORMAL MATCH" onactivate="OnCustomGamemodeChanged('1')"/>
</Panel>
<Panel id="RadioButtonGamemode2" class="RadioButton" hittest="true">
<RadioButton hittest="true" group="Gamemode" id="Gamemode2" text="1V1 MATCH" onactivate="OnCustomGamemodeChanged('2')"/>
</Panel>
<Panel id="RadioButtonGamemode3" class="RadioButton" hittest="true">
<RadioButton hittest="true" group="Gamemode" id="Gamemode3" text="TEST MATCH" onactivate="OnCustomGamemodeChanged('3')"/>
</Panel>
</Panel>
Panel.hittest( boolean boolean_1 )
Panel.hittestchildren( boolean boolean_1 )