Camera shake not working

Used this coding to do camera shake and it literally just zoomed in on one spot. What am I doing wrong guys? :woman_shrugging:t3::woman_facepalming:t3:

Try to use the command THEN:
@zoom on 287 23 to 138% in 0.1 THEN zoom on 287 18 to 138% in 0.1 THEN zoom on 287 23 to 138% in 0.1 THEN zoom on 287 18 to 138% in 0.1

1 Like

No change x

1 Like

Maybe putting a pause in between them?

Still no joy. :worried:

@Dara.Amarie any suggestions?! X

1 Like

:frowning_face:

1 Like

Moved to Directing Helps and Tips since this involves coding. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to PM me if there are any questions. :wink:

So can I still see the replies here?

You need to zoom to different place later.
If your first zoom is 287 23 to 138%

make next one for example:
145 200 to 138% :woman_shrugging:t4:

Hey that code should have worked what @EtherealWitch gave. Make sure you have the command on the same line and if that still doesn’t work try & instead of @

2 Likes

I agree with CoraMae! I see that you’re doing a vertical shake but your Y coordinates have a tiny space between them.

If you’re starting at:
@zoom on 287 18 to 138% in 0.1
You can go to:
@zoom on 287 213 to 138% in 0.1
(back and forth, settling on original zoom)

Another example:
If you’re starting at:
@zoom on 287 23 to 138% in 0.1
You can go to:
@zoom on 287 218 to 138% in 0.1
(back and forth, settling on original zoom)

Here’s a graph so you get a visual of the coordinates:

*BTW values on graph follow (X, Y) meaning for example if you see (0, 568) the X is 0 and the Y is 568 (applies for all other values)

1 Like

Thank you my lovelies I didn’t even register I’d done a vertical shake either - what a muppet :woman_facepalming:t3::joy:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.