Profile image

How do I make custom landing gear retract and extend at different speeds?

1,113 Cansooo  1.4 years ago

I would like to make my landing gear retract with no delay but have a delay when I extend it. Is it possible to do that?

This is what i have the input as:

floor(smooth(clamp01(-GearDown),1/0))

i am very new to understanding funkytrees so any advice would be great

  • Log in to leave a comment
  • Profile image
    1,113 Cansooo

    @ZeroWithSlashedO it worked thank you so much!

    1.4 years ago
  • Profile image

    @Canso
    try changing floor to ceil

    +1 1.4 years ago
  • Profile image
    1,113 Cansooo

    @ZeroWithSlashedO that worked but i need it to instead be delayed when i extend the landing gear

    1.4 years ago
  • Profile image

    to my knowledge, that code alone is fine
    just need to delete the -, and change the 0 to a number of how long a rotator should be delayed by seconds

    1.4 years ago