Profile image

Anyone can help me with Landing Gear Doors?

407 oPratozo  2.6 years ago

Well, i was trying to do a landing gear door that open, let the gear out, and than close again, to my newest plane "Orso-Feroce_OF-620", that is on my profile to download, but the problem is, i tried this:https://www.simpleplanes.com/Forums/View/1111026/Need-help-with-funky-trees code but the door closes too quickly and the gear cant get out or in in that time, what i need is mode delay, like: Open, STAY OPENNED, and close 3-4 seconds later.

the current code looks like this:

Doors=2 * abs(smooth(LandingGear, 0.25) - 0.5) - 1

LG=clamp01((smooth(LandingGear, 0.25) - 0.25) / 0.5)