Profile image

Parachute

1,264 Numbers2  2.1 years ago

Is it possible to have a time delay on the parachute?

  • Log in to leave a comment
  • Profile image
    4,217 Lake

    No prob @Numbers2

    1.7 years ago
  • Profile image
    1,264 Numbers2

    Thanks mate @Lake

    +2 1.7 years ago
  • Profile image
    4,217 Lake

    Here’s a simpler code:

    smooth(Activate4,0.4)
    The “4” on Activate4 is the activation group, and the 0.4 is the time delay.
    But all thanks to @DDVC ‘cause i got that code from him.

    +3 1.8 years ago
  • Profile image
    1,264 Numbers2

    Thankyou so much for your help!! It works @HuskyDynamics01

    +1 2.1 years ago
  • Profile image
    1,264 Numbers2

    Brilliant @HuskyDynamics01

    +1 2.1 years ago
  • Profile image

    I had to do this just last week, actually.
    smooth(yourActivationGroup,1/timeDelay)

    For example, smooth(Activate7,1/4) gives a four-second delay after AG 7 is turned on

    +2 2.1 years ago