I know my title may sound kinda complicated but i need help with making a wheel from a car spin as if it’s moving while going to another zone on the screen…
Does anyone know how to actually do this?
1 Like
It has something to do with rotation, let me try it in my script.
I have the code, what background are you using?
&overlay OVERLAY rotates x anchor point y z in s
@overlay shifts to xy
City Highway loop works best.
Look at number five on this one :))
1 Like
EXT. CITY HIGHWAY LOOP - DAY with WHEEL with CAR2
@overlay WHEEL shifts to 50 135
@overlay WHEEL scales to 0.225 0.225
@overlay CAR2 shifts to -41 76
@overlay CAR2 scales to 1.000 1.000
&overlay WHEEL rotates 360 anchor point 0.5 0.5 in 20 loop INFINITE times
&overlay WHEEL shifts to 379 132 in 5
&overlay WHEEL scales to 0.225 0.225
&overlay CAR2 shifts to 309 85 in 5
@overlay CAR2 scales to 1.000 1.000
Thank you so much!!