123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
-
- <PropertyList>
- <path>float-switch.ac</path>
- <animation>
- <object-name>Switch</object-name>
- <object-name>base</object-name>
- </animation>
- <animation>
- <type>material</type>
- <object-name>Switch</object-name>
- <object-name>base</object-name>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>Switch</object-name>
- <action>
- <button>0</button>
- <repeatable>false</repeatable>
- <binding>
- <command>property-toggle</command>
- <property>controls/gear/floats-armed</property>
- </binding>
- <binding>
- <command>property-toggle</command>
- <property>sim/model/sound/click</property>
- <value>1</value>
- </binding>
- </action>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>Switch</object-name>
-
- <property>controls/gear/floats-armed</property>
- <factor> 35 </factor>
- <axis>
- <x> 0 </x>
- <y> -1 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <!--
- <animation>
- <type>select</type>
- <object-name>Switch</object-name>
- <object-name>base</object-name>
- <condition>
- <property>sim/model/uh1/emergencyfloats</property>
- </condition>
- </animation>
- -->
-
- <animation>
- <type>material</type>
- <object-name>base</object-name>
- <condition>
- <and>
- <equals>
- <property>controls/gear/floats-armed</property>
- <value>1</value>
- </equals>
- <or>
- <equals>
- <property>sim/multiplay/generic/string[1]</property>
- <value>SAR</value>
- </equals>
- <equals>
- <property>sim/multiplay/generic/string[1]</property>
- <value>Passenger-offshore</value>
- </equals>
- </or>
-
- </and>
- </condition>
- <emission>
- <red> 1 </red>
- <green> 0.1 </green>
- <blue> 0.1 </blue>
- </emission>
- </animation>
-
- </PropertyList>
|