123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
-
- <PropertyList>
- <path>FloatToggle.ac</path>
- <animation>
- <object-name>Handle</object-name>
- <object-name>Base</object-name>
- <object-name>Tube</object-name>
- </animation>
- <animation>
- <type>material</type>
- <object-name>Handle</object-name>
- <object-name>Base</object-name>
- <object-name>Tube</object-name>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>Handle</object-name>
- <object-name>info</object-name>
- <action>
- <button>0</button>
- <repeatable>false</repeatable>
- <binding>
- <command>nasal</command>
- <script>floats.toggle_floats();</script>
- </binding>
- <binding>
- <command>property-toggle</command>
- <property>sim/model/sound/click</property>
- <value>1</value>
- </binding>
- </action>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>Handle</object-name>
-
- <property>sim/model/floats/emergencyfloats</property>
- <factor> 45 </factor>
- <axis>
- <x> 0 </x>
- <y> 1 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>select</type>
- <object-name>Handle</object-name>
- <object-name>Base</object-name>
- <object-name>Tube</object-name>
- <condition>
- <property>sim/model/floats/emergencyfloats</property>
- </condition>
- </animation>
- </PropertyList>
|