Garage Door.skp (744.5 KB)
OK I’ve got another one for this community, which has been super helpful so far. I’m trying to animate an object along the Y axis by a value based on the LenZ value. All my formulas to calculate the variables work fine but my onClick animation won’t work if I have a variable in the first spot.
Working Example : ANIMATE(animY,500,closedPosition)
NOT working example : ANIMATE(animY,openPosition,closedPosition)
I know the values are correct but with two variables the closedPositon variable is either not being passed or is being changed along the way. Any thoughts? I’ve uploaded the component. As you’ll see when clicking on it rather then going back to the original position it moves backwards everytime.