Rotators stop when they reach the desired location. Pistons have smoothing at the ends.
My flaps clip through the wing on retracting because the piston is smoothing out and the flap rotators reach the location too soon, and the flaps clip through the speedbrake (which is a few nudges above the flaps).
Edit: edensk came up with some code.
set the piston's speed to a very high amount (100-200%), and use the following code to adjust the actual speed:
smooth(Input,1/X)
Replace Input with whatever you have as the input, and X with the desired time it takes for the piston to extend/retract fully.
set the piston's speed to a very high amount (100-200%), and use the following code to adjust the actual speed:
smooth(Input,1/X)
Replace Input with whatever you have as the input, and X with the desired time it takes for the piston to extend/retract fully.
@SkyboardAviation This is because you forgot to clamp Activate4.
Do clamp01(Activate4)
@PlaneFlightX sorry if im not clear, i mean like when i activate 4, the piston only extends after a few seconds but retracts immediately
@SkyboardAviation I'm not really sure what you're talking about.
@PlaneFlightX When I put in thcode and changes input to 4 and speed to 2.2 there was a delay on the piston extending
@SkyboardAviation What do you mean?
why the delay?
@edensk k, but, i put it where?