flap-down.xml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <path>flap-down.ac</path>
  4. <animation>
  5. <type>noshadow</type>
  6. <object-name>caution</object-name>
  7. </animation>
  8. <animation>
  9. <type>select</type>
  10. <object-name>caution</object-name>
  11. <condition>
  12. <and>
  13. <greater-than>
  14. <property>systems/electrical/volts</property>
  15. <value>24</value>
  16. </greater-than>
  17. <equals>
  18. <property>surface-positions/flap-pos-norm</property>
  19. <value>1</value>
  20. </equals>
  21. </and>
  22. </condition>
  23. </animation>
  24. <animation>
  25. <type>material</type>
  26. <object-name>caution</object-name>
  27. <emission>
  28. <red> 1 </red>
  29. <green> 1 </green>
  30. <blue> 1 </blue>
  31. </emission>
  32. </animation>
  33. <animation>
  34. <type>material</type>
  35. <object-name>case</object-name>
  36. <emission>
  37. <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
  38. <red> 0.5 </red>
  39. <green> 0.2 </green>
  40. <blue> 0.2 </blue>
  41. </emission>
  42. </animation>
  43. </PropertyList>