Hopefully someone knows what I’m talking about. While I’m zooming, I’m trying to make it to where the character slides into view. Not walk. I don’t exactly know how to explain it. It’s like when you’re zooming to a spot behind the characters and the characters need to move out of the way, so they simply just slide out of view. Im trying to do that but have the characters slide into view. If anyone knows what I’m talking about I would really appreciate the help.
YESS ik exactly what your talking about . I can help you fix it if you want to send me your script
EXT. FOOTBALL BLEACHERS - NIGHT
@zoom on 172 311 to 339% in 0
@MC spot 0.906 355 115 in zone 1 AND MC faces right AND MCBESTFRIEND spot 0.855 -64 146 in zone 1 AND MCBESTFRIEND faces right AND CHAR1 spot 0.092 158 482 in zone 1 AND CHAR1 faces right AND CHAR1 moves to layer -3
&zoom on 0 0 to 100% in 2 using easebouncein
&MC walks to spot 0.906 213 122 in zone 1 in 2
@MCBESTFRIEND walks to spot 0.873 112 132 in zone 1 in 2
@pause for 1
In the line where the character is walking to a new spot, add:
and CHARACTOR does it while ANIMATION
CHARACTOR being the name of the charactor and ANIMATION being the animation you want them to do, usually the one they were doing before you did the ‘walk to spot’ command.
ill def let you know if I find the answer!
@jar_output_error is right!! You need to have @CHARACTER walks to spot x y z in t AND CHARACTER does it while ANIMATION
In this case, the animation sounds like it should be rear so:
@CHARACTER walks to spot x y z in t AND CHARACTER does it while rear THEN CHARACTER is rear
Thanks for clearing it up. It works.
No problem <3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.