Zooming issues please help!

I’m trying to make the screen shake in my story but everytime i preview it it pauses before it actually shakes. Like the characters will do the animation it pauses and then it shakes and I want it to shake as they do the animation. Heres my script

@THUG 3 is talk_rear AND SANTANA faces left AND SANTANA spot 1.226 216 67 AND SANTANA is idle_jawdrop ]

@zoom on 0 82 to 126% in 0.3

@zoom on 320 102 to 126% in 0.1

@zoom on 0 82 to 126% in 0.3

@zoom on 320 102 to 126% in 0.1

please help if you can!

1 Like

&zoom on 0 82 to 126% in 0.3 THEN zoom on 320 102 to 126% in 0.1 THEN zoom on 0 82 to 126% in 0.3 THEN zoom on 320 102 to 126% in 0.1

@THUG 3 is talk_rear AND SANTANA faces left AND SANTANA spot 1.226 216 67 AND SANTANA is idle_jawdrop

Maybe try this?

you can do what @SakuraCheam suggested, or you can try this:

@THUG 3 starts talk_rear AND SANTANA faces left AND SANTANA spot 1.226 216 67 AND SANTANA starts idle_jawdrop

&zoom on 0 82 to 126% in 0.3 THEN zoom on 320 102 to 126% in 0.1 THEN zoom on 0 82 to 126% in 0.3 THEN zoom on 320 102 to 126% in 0.1

Either should work :slight_smile:

Even further, you could just change the @ in front of THUG 3 to a & and it should all be fixed.

1 Like

Moved to Directing Helps and Tips since this is about 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:

Thank you so much this worked!

1 Like

Yours didn’t work for me but @SakuraCheam worked. Thank you though!

It won’t work if you had nothing after it. But my point was, you can change “is action” to “starts action” and the directing after won’t wait. When you put “is action”, the directing following that action waits for the action to play out. The easiest though is to add the & instead of @ like others suggested though :slight_smile: Glad you got it working!

No problem! :grin:

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