Profile image

Help needed for landing gear timing.

5,850 FarrowTECH  1.6 years ago
19 downloads

instructions for the movement are on the side. i cant figure this out at all, im probably missing something. anyway, id very much appreciate some assistance in getting this to work properly. its close, but i dont know enough funky or xml to do it properly.

General Characteristics

  • Created On Android
  • Wingspan 34.7ft (10.6m)
  • Length 33.3ft (10.1m)
  • Height 15.3ft (4.7m)
  • Empty Weight N/A
  • Loaded Weight 1,692lbs (767kg)

Performance

  • Wing Loading 6.7lbs/ft2 (32.9kg/m2)
  • Wing Area 251.5ft2 (23.4m2)
  • Drag Points 3113

Parts

  • Number of Parts 204
  • Control Surfaces 12
  • Performance Cost 810
  • Log in to leave a comment
  • Profile image
    5,850 FarrowTECH

    @Stanmich ok I'll experiment with the timing functions. This should be a huge help, thanks a ton man.

    +1 1.6 years ago
  • Profile image
    4,336 Stanmich

    You need a smooth system inside a floor or ceiling modifier:
    ceil(smooth(LandingGear,.5))
    and floor(smooth(LandingGear,.5).

    Floor and ceiling round down and up respectively, all the way up to .999 for floor, and all the way down at .001 for ceiling. This is to make sure timing works for things, and is useful in other things, like digital timers.
    Of course, the doors should use the ceiling modifier, and the gear itself should use floor. I'd do it myself, but I'm at school.

    +1 1.6 years ago