So I am animating a moving car because I need to for school and the wheels move clockwise instead of counter-clockwise. And the car is moving from the right to the left.
Hey, welcome to the wick forums, @Elusaka!
Go to the wheels, if they are not a clip, after selecting them, press âctrl+gâ to make it a clip, then click âadd scriptâ, then plug this in: âthis.rotation+=5
â (switch 5 with the speed of rotation). Do this for both of the wheels (make every wheel itâs own clip). Let me know if this works.
is it because the tweens are moving the wrong way? Yeah what I do is just turn the wheel frame by frame manually instead of tweening it
anyway welcome to the forums
I donât understand. When I press âAdd Scriptâ it goes to this code editor menu. I donât know what to do from there
I tried doing this and sometimes the wheel goes back and forth. And it is not as smooth
Just divide each full rotation into at least three and make a tween at each rotation
Ok, forgot to mention that u should select the âtimelineâ button, then select the âupdateâ button, then type: this.rotation+=5;
try moving just barely every time you make a new frame until it has fully rotated or up the FPS or both