Files
flightgear-addon-missions/Missions/Generic/Models/Redbull/RedGate/RedbullRedGate-3.xml
2017-10-10 08:25:37 +02:00

40 lines
668 B
XML

<?xml version="1.0"?>
<PropertyList>
<path>RedbullRedGate.ac</path>
<animation>
<type>range</type>
<min-m>0</min-m>
<max-m>8000</max-m>
</animation>
<animation>
<type>rotate</type>
<object-name>circle</object-name>
<property>/sim/time/elapsed-sec</property>
<factor>50</factor>
<axis>
<x>0.0</x>
<y>0.0</y>
<z>1.0</z>
</axis>
<center>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0</z-m>
</center>
</animation>
<animation>
<type>select</type>
<object-name>circle</object-name>
<condition>
<not>
<property>/sim/mission/objects/Redbull-gate[3]/finished</property>
</not>
</condition>
</animation>
</PropertyList>