Greetings, I need help from someone with this project of mine. I have these doors that need to open and close, so this is how it works, at frame 1, the right door is to be set at tx=0, and at frame 12, the right door is to be set at tx=11. I happened to be able to MEL the doors to open and close with each other without doing each door individually, using this code,
Door_Left.translateX=Door_Right.translateX*-1;
The right door controls the left one.
I have been using keyframes to make it work, but it is time consuming, does anyone know how to make the doors open and close smoothly without keyframing, and I'm sure there are some who know how to. Oh, and by the way, the doors have to be in the open position at the end.