lighting(1).xml 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <path>panel.ac</path>
  4. <animation>
  5. <type>material</type>
  6. <object-name>panel</object-name>
  7. <condition>
  8. <property>controls/lighting/instrument-lights</property>
  9. </condition>
  10. <emission>
  11. <red> 0.80 </red>
  12. <green> 0.50 </green>
  13. <blue> 0.50 </blue>
  14. </emission>
  15. </animation>
  16. <animation>
  17. <type>rotate</type>
  18. <object-name>inst1</object-name>
  19. <property>controls/lighting/instrument-lights</property>
  20. <factor>270</factor>
  21. <axis>
  22. <x>-1</x>
  23. <y>0</y>
  24. <z>0</z>
  25. </axis>
  26. <center>
  27. <x-m>0.024</x-m>
  28. <y-m>0.007</y-m>
  29. <z-m>-0.007</z-m>
  30. </center>
  31. </animation>
  32. <animation>
  33. <type>pick</type>
  34. <object-name>inst1</object-name>
  35. <visible>true</visible>
  36. <action>
  37. <name>Decrease - scrollwheel</name>
  38. <button>3</button>
  39. <repeatable>true</repeatable>
  40. <binding>
  41. <command>property-adjust</command>
  42. <property>controls/lighting/instrument-lights</property>
  43. <step>-0.1</step>
  44. <min>0</min>
  45. <max>1.0</max>
  46. <wrap>0</wrap>
  47. </binding>
  48. </action>
  49. <action>
  50. <name>Increase - scrollwheel</name>
  51. <button>4</button>
  52. <repeatable>true</repeatable>
  53. <binding>
  54. <command>property-adjust</command>
  55. <property>controls/lighting/instrument-lights</property>
  56. <step>0.1</step>
  57. <min>0</min>
  58. <max>1.0</max>
  59. <wrap>0</wrap>
  60. </binding>
  61. </action>
  62. </animation>
  63. <!--
  64. <animation>
  65. <type>rotate</type>
  66. <object-name>DimmerInstrCap</object-name>
  67. <object-name>DimmerInstrKnob</object-name>
  68. <property>controls/lighting/instruments-dim</property>
  69. <factor>270</factor>
  70. <axis>
  71. <x>-1</x>
  72. <y>0</y>
  73. <z>0</z>
  74. </axis>
  75. <center>
  76. <x-m>0</x-m>
  77. <y-m>-0.07</y-m>
  78. <z-m>0.023</z-m>
  79. </center>
  80. </animation>
  81. <animation>
  82. <type>pick</type>
  83. <visible>false</visible>
  84. <object-name>InstLightsUp</object-name>
  85. <action>
  86. <button>0</button>
  87. <repeatable>true</repeatable>
  88. <binding>
  89. <command>property-adjust</command>
  90. <property>/controls/lighting/instruments-dim</property>
  91. <step type="double">0.1</step>
  92. <max>1</max>
  93. <min>0</min>
  94. </binding>
  95. </action>
  96. </animation>
  97. <animation>
  98. <type>pick</type>
  99. <visible>false</visible>
  100. <object-name>InstLightsDn</object-name>
  101. <action>
  102. <button>0</button>
  103. <repeatable>true</repeatable>
  104. <binding>
  105. <command>property-adjust</command>
  106. <property>/controls/lighting/instruments-dim</property>
  107. <step type="double">-0.1</step>
  108. <max>1</max>
  109. <min>0</min>
  110. </binding>
  111. </action>
  112. </animation>
  113. <animation>
  114. <type>rotate</type>
  115. <object-name>Switch-InstLight</object-name>
  116. <property>controls/switches/instr-lights</property>
  117. <factor>30</factor>
  118. <axis>
  119. <x>0</x>
  120. <y>-1</y>
  121. <z>0</z>
  122. </axis>
  123. <center>
  124. <x-m>0.002</x-m>
  125. <y-m>0</y-m>
  126. <z-m>0.023</z-m>
  127. </center>
  128. </animation>
  129. <animation>
  130. <type>pick</type>
  131. <visible>false</visible>
  132. <object-name>InstLightsOn</object-name>
  133. <action>
  134. <button>0</button>
  135. <repeatable>false</repeatable>
  136. <binding>
  137. <command>property-assign</command>
  138. <property>/controls/switches/instr-lights</property>
  139. <value type="bool">true</value>
  140. </binding>
  141. </action>
  142. </animation>
  143. <animation>
  144. <type>pick</type>
  145. <visible>false</visible>
  146. <object-name>InstLightsOff</object-name>
  147. <action>
  148. <button>0</button>
  149. <repeatable>false</repeatable>
  150. <binding>
  151. <command>property-assign</command>
  152. <property>/controls/switches/instr-lights</property>
  153. <value type="bool">false</value>
  154. </binding>
  155. </action>
  156. </animation>
  157. <animation>
  158. <type>rotate</type>
  159. <object-name>Switch-Strobe</object-name>
  160. <property>controls/switches/strobes</property>
  161. <factor>15</factor>
  162. <axis>
  163. <x>0</x>
  164. <y>-1</y>
  165. <z>0</z>
  166. </axis>
  167. <center>
  168. <x-m>0.002</x-m>
  169. <y-m>0</y-m>
  170. <z-m>0.023</z-m>
  171. </center>
  172. </animation>
  173. <animation>
  174. <type>pick</type>
  175. <visible>false</visible>
  176. <object-name>StrobeWhite</object-name>
  177. <action>
  178. <button>0</button>
  179. <repeatable>false</repeatable>
  180. <binding>
  181. <command>property-assign</command>
  182. <property>/controls/switches/strobes</property>
  183. <value type="double">1</value>
  184. </binding>
  185. </action>
  186. </animation>
  187. <animation>
  188. <type>pick</type>
  189. <visible>false</visible>
  190. <object-name>StrobeOff</object-name>
  191. <action>
  192. <button>0</button>
  193. <repeatable>false</repeatable>
  194. <binding>
  195. <command>property-assign</command>
  196. <property>/controls/switches/strobes</property>
  197. <value type="double">0</value>
  198. </binding>
  199. </action>
  200. </animation>
  201. <animation>
  202. <type>pick</type>
  203. <visible>false</visible>
  204. <object-name>StrobeRed</object-name>
  205. <action>
  206. <button>0</button>
  207. <repeatable>false</repeatable>
  208. <binding>
  209. <command>property-assign</command>
  210. <property>/controls/switches/strobes</property>
  211. <value type="double">-1</value>
  212. </binding>
  213. </action>
  214. </animation>
  215. <animation>
  216. <type>rotate</type>
  217. <object-name>Switch-NavLight</object-name>
  218. <property>controls/switches/nav-lights</property>
  219. <factor>30</factor>
  220. <axis>
  221. <x>0</x>
  222. <y>-1</y>
  223. <z>0</z>
  224. </axis>
  225. <center>
  226. <x-m>0.002</x-m>
  227. <y-m>0</y-m>
  228. <z-m>0.023</z-m>
  229. </center>
  230. </animation>
  231. <animation>
  232. <type>pick</type>
  233. <visible>false</visible>
  234. <object-name>NavLightsOn</object-name>
  235. <action>
  236. <button>0</button>
  237. <repeatable>false</repeatable>
  238. <binding>
  239. <command>property-assign</command>
  240. <property>/controls/switches/nav-lights</property>
  241. <value type="bool">true</value>
  242. </binding>
  243. </action>
  244. </animation>
  245. <animation>
  246. <type>pick</type>
  247. <visible>false</visible>
  248. <object-name>NavLightsOff</object-name>
  249. <action>
  250. <button>0</button>
  251. <repeatable>false</repeatable>
  252. <binding>
  253. <command>property-assign</command>
  254. <property>/controls/switches/nav-lights</property>
  255. <value type="bool">false</value>
  256. </binding>
  257. </action>
  258. </animation>
  259. <animation>
  260. <type>rotate</type>
  261. <object-name>DimmerMapCap</object-name>
  262. <object-name>DimmerMapKnob</object-name>
  263. <property>controls/lighting/map-dim</property>
  264. <factor>270</factor>
  265. <axis>
  266. <x>-1</x>
  267. <y>0</y>
  268. <z>0</z>
  269. </axis>
  270. <center>
  271. <x-m>0</x-m>
  272. <y-m>0.01</y-m>
  273. <z-m>0.023</z-m>
  274. </center>
  275. </animation>
  276. <animation>
  277. <type>pick</type>
  278. <visible>false</visible>
  279. <object-name>MapLightUp</object-name>
  280. <action>
  281. <button>0</button>
  282. <repeatable>true</repeatable>
  283. <binding>
  284. <command>property-adjust</command>
  285. <property>/controls/lighting/map-dim</property>
  286. <step type="double">0.1</step>
  287. <min>0</min>
  288. <max>1</max>
  289. </binding>
  290. </action>
  291. </animation>
  292. <animation>
  293. <type>pick</type>
  294. <visible>false</visible>
  295. <object-name>MapLightDn</object-name>
  296. <action>
  297. <button>0</button>
  298. <repeatable>true</repeatable>
  299. <binding>
  300. <command>property-adjust</command>
  301. <property>/controls/lighting/map-dim</property>
  302. <step type="double">-0.1</step>
  303. <min>0</min>
  304. <max>1</max>
  305. </binding>
  306. </action>
  307. </animation>
  308. <animation>
  309. <type>rotate</type>
  310. <object-name>Switch-LdgLight</object-name>
  311. <property>controls/switches/landing-light</property>
  312. <factor>30</factor>
  313. <axis>
  314. <x>0</x>
  315. <y>-1</y>
  316. <z>0</z>
  317. </axis>
  318. <center>
  319. <x-m>0.002</x-m>
  320. <y-m>0</y-m>
  321. <z-m>0.023</z-m>
  322. </center>
  323. </animation>
  324. <animation>
  325. <type>pick</type>
  326. <visible>false</visible>
  327. <object-name>LdgLightOn</object-name>
  328. <action>
  329. <button>0</button>
  330. <repeatable>false</repeatable>
  331. <binding>
  332. <command>property-assign</command>
  333. <property>/controls/switches/landing-light</property>
  334. <value type="bool">true</value>
  335. </binding>
  336. </action>
  337. </animation>
  338. <animation>
  339. <type>pick</type>
  340. <visible>false</visible>
  341. <object-name>LdgLightOff</object-name>
  342. <action>
  343. <button>0</button>
  344. <repeatable>false</repeatable>
  345. <binding>
  346. <command>property-assign</command>
  347. <property>/controls/switches/landing-light</property>
  348. <value type="bool">false</value>
  349. </binding>
  350. </action>
  351. </animation>
  352. <animation>
  353. <type>rotate</type>
  354. <object-name>Switch-PitotHeat</object-name>
  355. <property>controls/switches/pitot-heat</property>
  356. <factor>30</factor>
  357. <axis>
  358. <x>0</x>
  359. <y>-1</y>
  360. <z>0</z>
  361. </axis>
  362. <center>
  363. <x-m>0.002</x-m>
  364. <y-m>0</y-m>
  365. <z-m>0.023</z-m>
  366. </center>
  367. </animation>
  368. <animation>
  369. <type>pick</type>
  370. <visible>false</visible>
  371. <object-name>PitotHeatOn</object-name>
  372. <action>
  373. <button>0</button>
  374. <repeatable>false</repeatable>
  375. <binding>
  376. <command>property-assign</command>
  377. <property>/controls/switches/pitot-heat</property>
  378. <value type="bool">true</value>
  379. </binding>
  380. </action>
  381. </animation>
  382. <animation>
  383. <type>pick</type>
  384. <visible>false</visible>
  385. <object-name>PitotHeatOff</object-name>
  386. <action>
  387. <button>0</button>
  388. <repeatable>false</repeatable>
  389. <binding>
  390. <command>property-assign</command>
  391. <property>/controls/switches/pitot-heat</property>
  392. <value type="bool">false</value>
  393. </binding>
  394. </action>
  395. </animation>
  396. <animation>
  397. <type>rotate</type>
  398. <object-name>Switch-Avionics</object-name>
  399. <property>controls/switches/avionic-master</property>
  400. <factor>30</factor>
  401. <axis>
  402. <x>0</x>
  403. <y>-1</y>
  404. <z>0</z>
  405. </axis>
  406. <center>
  407. <x-m>0.002</x-m>
  408. <y-m>0</y-m>
  409. <z-m>0.023</z-m>
  410. </center>
  411. </animation>
  412. <animation>
  413. <type>pick</type>
  414. <visible>false</visible>
  415. <object-name>AvionicsOn</object-name>
  416. <action>
  417. <button>0</button>
  418. <repeatable>false</repeatable>
  419. <binding>
  420. <command>property-assign</command>
  421. <property>/controls/switches/avionic-master</property>
  422. <value type="bool">true</value>
  423. </binding>
  424. </action>
  425. </animation>
  426. <animation>
  427. <type>pick</type>
  428. <visible>false</visible>
  429. <object-name>AvionicsOff</object-name>
  430. <action>
  431. <button>0</button>
  432. <repeatable>false</repeatable>
  433. <binding>
  434. <command>property-assign</command>
  435. <property>/controls/switches/avionic-master</property>
  436. <value type="bool">false</value>
  437. </binding>
  438. </action>
  439. </animation>
  440. <animation>
  441. <type>rotate</type>
  442. <object-name>Switch-Magneto</object-name>
  443. <property>/controls/engines/engine/magnetos</property>
  444. <interpolation>
  445. <entry><ind> 0</ind><dep> 0</dep></entry>
  446. <entry><ind> 1</ind><dep> 40</dep></entry>
  447. <entry><ind> 2</ind><dep> 80</dep></entry>
  448. <entry><ind> 3</ind><dep> 120</dep></entry>
  449. </interpolation>
  450. <axis>
  451. <x>-1</x>
  452. <y>0</y>
  453. <z>0</z>
  454. </axis>
  455. <center>
  456. <x-m>0</x-m>
  457. <y-m>0.12</y-m>
  458. <z-m>0.02</z-m>
  459. </center>
  460. </animation>
  461. <animation>
  462. <type>pick</type>
  463. <visible>false</visible>
  464. <object-name>MagnetoDec</object-name>
  465. <action>
  466. <button>0</button>
  467. <repeatable>false</repeatable>
  468. <binding>
  469. <command>nasal</command>
  470. <script>controls.stepMagnetos(-1)</script>
  471. </binding>
  472. </action>
  473. </animation>
  474. <animation>
  475. <type>pick</type>
  476. <visible>false</visible>
  477. <object-name>MagnetoInc</object-name>
  478. <action>
  479. <button>0</button>
  480. <repeatable>false</repeatable>
  481. <binding>
  482. <command>nasal</command>
  483. <script>controls.stepMagnetos(1)</script>
  484. </binding>
  485. </action>
  486. </animation>
  487. <animation>
  488. <type>translate</type>
  489. <object-name>Switch-Starter</object-name>
  490. <property>controls/switches/starter</property>
  491. <factor>0.005</factor>
  492. <axis>
  493. <x>-1</x>
  494. <y>0</y>
  495. <z>0</z>
  496. </axis>
  497. </animation>
  498. <animation>
  499. <type>pick</type>
  500. <visible>true</visible>
  501. <object-name>Switch-Starter</object-name>
  502. <action>
  503. <button>0</button>
  504. <repeatable>false</repeatable>
  505. <binding>
  506. <command>property-assign</command>
  507. <property>/controls/switches/starter</property>
  508. <value type="int">1</value>
  509. </binding>
  510. <binding>
  511. <command>nasal</command>
  512. <script>controls.startEngine()</script>
  513. </binding>
  514. <mod-up>
  515. <binding>
  516. <command>property-assign</command>
  517. <property>/controls/switches/starter</property>
  518. <value type="int">0</value>
  519. </binding>
  520. <binding>
  521. <command>nasal</command>
  522. <script>props.setAll("/controls/engines/engine", "starter", 0)</script>
  523. </binding>
  524. </mod-up>
  525. </action>
  526. </animation>
  527. <animation>
  528. <type>rotate</type>
  529. <object-name>Switch-Fuel</object-name>
  530. <property>controls/engines/engine/fuel-pump</property>
  531. <factor>30</factor>
  532. <axis>
  533. <x>0</x>
  534. <y>-1</y>
  535. <z>0</z>
  536. </axis>
  537. <center>
  538. <x-m>0.002</x-m>
  539. <y-m>0</y-m>
  540. <z-m>0.023</z-m>
  541. </center>
  542. </animation>
  543. <animation>
  544. <type>pick</type>
  545. <visible>false</visible>
  546. <object-name>FuelPumpOn</object-name>
  547. <action>
  548. <button>0</button>
  549. <repeatable>false</repeatable>
  550. <binding>
  551. <command>property-assign</command>
  552. <property>/controls/engines/engine/fuel-pump</property>
  553. <value type="bool">true</value>
  554. </binding>
  555. </action>
  556. </animation>
  557. <animation>
  558. <type>pick</type>
  559. <visible>false</visible>
  560. <object-name>FuelPumpOff</object-name>
  561. <action>
  562. <button>0</button>
  563. <repeatable>false</repeatable>
  564. <binding>
  565. <command>property-assign</command>
  566. <property>/controls/engines/engine/fuel-pump</property>
  567. <value type="bool">false</value>
  568. </binding>
  569. </action>
  570. </animation>
  571. <animation>
  572. <type>rotate</type>
  573. <object-name>Switch-Generator</object-name>
  574. <property>controls/switches/generator</property>
  575. <factor>15</factor>
  576. <axis>
  577. <x>0</x>
  578. <y>-1</y>
  579. <z>0</z>
  580. </axis>
  581. <center>
  582. <x-m>0.002</x-m>
  583. <y-m>0</y-m>
  584. <z-m>0.023</z-m>
  585. </center>
  586. </animation>
  587. <animation>
  588. <type>pick</type>
  589. <visible>false</visible>
  590. <object-name>GeneratorOn</object-name>
  591. <action>
  592. <button>0</button>
  593. <repeatable>false</repeatable>
  594. <binding>
  595. <command>property-assign</command>
  596. <property>/controls/switches/generator</property>
  597. <value type="double">1</value>
  598. </binding>
  599. </action>
  600. </animation>
  601. <animation>
  602. <type>pick</type>
  603. <visible>false</visible>
  604. <object-name>GeneratorOff</object-name>
  605. <action>
  606. <button>0</button>
  607. <repeatable>false</repeatable>
  608. <binding>
  609. <command>property-assign</command>
  610. <property>/controls/switches/generator</property>
  611. <value type="double">0</value>
  612. </binding>
  613. </action>
  614. </animation>
  615. <animation>
  616. <type>pick</type>
  617. <visible>false</visible>
  618. <object-name>GeneratorReset</object-name>
  619. <action>
  620. <button>0</button>
  621. <repeatable>false</repeatable>
  622. <binding>
  623. <command>property-assign</command>
  624. <property>/controls/switches/generator</property>
  625. <value type="double">-1</value>
  626. </binding>
  627. <mod-up>
  628. <binding>
  629. <command>property-assign</command>
  630. <property>/controls/switches/generator</property>
  631. <value type="double">0</value>
  632. </binding>
  633. </mod-up>
  634. </action>
  635. </animation>
  636. <animation>
  637. <type>rotate</type>
  638. <object-name>Switch-Battery</object-name>
  639. <property>controls/electric/battery-switch</property>
  640. <factor>30</factor>
  641. <axis>
  642. <x>0</x>
  643. <y>-1</y>
  644. <z>0</z>
  645. </axis>
  646. <center>
  647. <x-m>0.002</x-m>
  648. <y-m>0</y-m>
  649. <z-m>0.023</z-m>
  650. </center>
  651. </animation>
  652. <animation>
  653. <type>pick</type>
  654. <visible>false</visible>
  655. <object-name>BatteryOn</object-name>
  656. <action>
  657. <button>0</button>
  658. <repeatable>false</repeatable>
  659. <binding>
  660. <command>property-assign</command>
  661. <property>/controls/electric/battery-switch</property>
  662. <value type="bool">true</value>
  663. </binding>
  664. </action>
  665. </animation>
  666. <animation>
  667. <type>pick</type>
  668. <visible>false</visible>
  669. <object-name>BatteryOff</object-name>
  670. <action>
  671. <button>0</button>
  672. <repeatable>false</repeatable>
  673. <binding>
  674. <command>property-assign</command>
  675. <property>/controls/electric/battery-switch</property>
  676. <value type="bool">false</value>
  677. </binding>
  678. </action>
  679. </animation>
  680. <animation>
  681. <type>pick</type>
  682. <visible>true</visible>
  683. <object-name>BMute</object-name>
  684. <action>
  685. <button>0</button>
  686. <repeatable>false</repeatable>
  687. <binding>
  688. <command>property-toggle</command>
  689. <property>/controls/circuit-breakers/mute</property>
  690. <value type="bool">true</value>
  691. </binding>
  692. </action>
  693. </animation>
  694. <animation>
  695. <type>translate</type>
  696. <object-name>BMute</object-name>
  697. <object-name>BMuteS</object-name>
  698. <property>controls/circuit-breakers/mute</property>
  699. <factor>0.008</factor>
  700. <axis>
  701. <x>-1</x>
  702. <y>0</y>
  703. <z>0</z>
  704. </axis>
  705. </animation>
  706. <animation>
  707. <type>pick</type>
  708. <visible>true</visible>
  709. <object-name>BHSI</object-name>
  710. <action>
  711. <button>0</button>
  712. <repeatable>false</repeatable>
  713. <binding>
  714. <command>property-toggle</command>
  715. <property>/controls/circuit-breakers/hsi</property>
  716. <value type="bool">true</value>
  717. </binding>
  718. </action>
  719. </animation>
  720. <animation>
  721. <type>translate</type>
  722. <object-name>BHSI</object-name>
  723. <object-name>BHSIS</object-name>
  724. <property>controls/circuit-breakers/hsi</property>
  725. <factor>0.008</factor>
  726. <axis>
  727. <x>-1</x>
  728. <y>0</y>
  729. <z>0</z>
  730. </axis>
  731. </animation>
  732. <animation>
  733. <type>pick</type>
  734. <visible>true</visible>
  735. <object-name>BAltEnc</object-name>
  736. <action>
  737. <button>0</button>
  738. <repeatable>false</repeatable>
  739. <binding>
  740. <command>property-toggle</command>
  741. <property>/controls/circuit-breakers/alt-encoder</property>
  742. <value type="bool">true</value>
  743. </binding>
  744. </action>
  745. </animation>
  746. <animation>
  747. <type>translate</type>
  748. <object-name>BAltEnc</object-name>
  749. <object-name>BAltEncS</object-name>
  750. <property>controls/circuit-breakers/alt-encoder</property>
  751. <factor>0.008</factor>
  752. <axis>
  753. <x>-1</x>
  754. <y>0</y>
  755. <z>0</z>
  756. </axis>
  757. </animation>
  758. <animation>
  759. <type>pick</type>
  760. <visible>true</visible>
  761. <object-name>BXPDR</object-name>
  762. <action>
  763. <button>0</button>
  764. <repeatable>false</repeatable>
  765. <binding>
  766. <command>property-toggle</command>
  767. <property>/controls/circuit-breakers/transponder</property>
  768. <value type="bool">true</value>
  769. </binding>
  770. </action>
  771. </animation>
  772. <animation>
  773. <type>translate</type>
  774. <object-name>BXPDR</object-name>
  775. <object-name>BXPDRS</object-name>
  776. <property>controls/circuit-breakers/transponder</property>
  777. <factor>0.008</factor>
  778. <axis>
  779. <x>-1</x>
  780. <y>0</y>
  781. <z>0</z>
  782. </axis>
  783. </animation>
  784. <animation>
  785. <type>pick</type>
  786. <visible>true</visible>
  787. <object-name>BNav1</object-name>
  788. <action>
  789. <button>0</button>
  790. <repeatable>false</repeatable>
  791. <binding>
  792. <command>property-toggle</command>
  793. <property>/controls/circuit-breakers/nav1</property>
  794. <value type="bool">true</value>
  795. </binding>
  796. </action>
  797. </animation>
  798. <animation>
  799. <type>translate</type>
  800. <object-name>BNav1</object-name>
  801. <object-name>BNav1S</object-name>
  802. <property>controls/circuit-breakers/nav1</property>
  803. <factor>0.008</factor>
  804. <axis>
  805. <x>-1</x>
  806. <y>0</y>
  807. <z>0</z>
  808. </axis>
  809. </animation>
  810. <animation>
  811. <type>pick</type>
  812. <visible>true</visible>
  813. <object-name>BCom1</object-name>
  814. <action>
  815. <button>0</button>
  816. <repeatable>false</repeatable>
  817. <binding>
  818. <command>property-toggle</command>
  819. <property>/controls/circuit-breakers/com1</property>
  820. <value type="bool">true</value>
  821. </binding>
  822. </action>
  823. </animation>
  824. <animation>
  825. <type>translate</type>
  826. <object-name>BCom1</object-name>
  827. <object-name>BCom1S</object-name>
  828. <property>controls/circuit-breakers/com1</property>
  829. <factor>0.008</factor>
  830. <axis>
  831. <x>-1</x>
  832. <y>0</y>
  833. <z>0</z>
  834. </axis>
  835. </animation>
  836. <animation>
  837. <type>pick</type>
  838. <visible>true</visible>
  839. <object-name>BAvionicBus1</object-name>
  840. <action>
  841. <button>0</button>
  842. <repeatable>false</repeatable>
  843. <binding>
  844. <command>property-toggle</command>
  845. <property>/controls/circuit-breakers/avionic-bus-1</property>
  846. <value type="bool">true</value>
  847. </binding>
  848. </action>
  849. </animation>
  850. <animation>
  851. <type>translate</type>
  852. <object-name>BAvionicBus1</object-name>
  853. <object-name>BAvionicBus1S</object-name>
  854. <property>controls/circuit-breakers/avionic-bus-1</property>
  855. <factor>0.008</factor>
  856. <axis>
  857. <x>-1</x>
  858. <y>0</y>
  859. <z>0</z>
  860. </axis>
  861. </animation>-->
  862. </PropertyList>