Car Animation (Help)

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.

1 Like

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

here look at this example My Project9-15-2020_9-26-40PM.wick (114.0 KB)

Welcome @Elusaka.