Is there a way to detect the pre-flight animation in JS code?
What I call the "pre-flight animation" is when the aircraft moves by itself before you click "ready to fly", especially in case you selected a runway for takeoff, which means the aircraft is positioned on the runway, ready for take off.
This is important for me because when I click "ready to fly", the aircraft is positioned on the runway threshold a few feet above the ground before touching the ground. Consequently, me FMC understands this sequence as aircraft in flight followed by aircraft on ground, which means the aircraft has landed, obviously wrong... So if I could detect this sim pre-flight phase, that would help (also for some other reasons).
Thanks.