Profile image

Funky Tree question.

2,517 Aldriech  3.8 years ago

How do I delay an activation? I am trying to make something that needs a small delay. (I.e when activating AG1 there is a short delay to the part before it is activated.) also is the input for pistons different to rotators? This is the input I used for the piston (Activate1=1?-1:0) but it doesn't work, it worked on the rotators though. [:T
Thanks in advance. :)

  • Log in to leave a comment
  • Profile image
    2,517 Aldriech

    @Grob0s0VBRa Thank you!

    3.8 years ago
  • Profile image
    13.1k Grob0s0VBRa

    @ Aldriech
    Welp, you can use floor(smooth(clamp01(X) , Y)) for rotators
    Where:
    X - input you need ( Activate1 for example)
    Y - delay (any number (Bigger number - less delay. Lesser number - more delay))

    3.8 years ago