I’m super disappointed, my coding feels off. I don’t know what I do wrong, but I can’t figure out how to make the changes go smoothly, I mean when I change to a new scene and I make the characters sit it first shows them as standing then boom, they are sitting, or when I “cut” to a different zone it shows zone 1 first then it quickly changes into zone 2 for example.I really hope you get what I mean lol. It stresses me out and I can’t figure out how to solve it.
@transition fade out black
@transition fade out black
Do you mean to make them go at the same time?
Put it all in one command and try using the & symbol more often unless they’re walking/running
For smooth scene transitions, you must place all characters at the beginning of the scene before the cut and transition commands, using the & sign. Here is an example of how the coding should look
BACKGROUND NAME - DAY
&CHAR1 spot _______ and CHAR1 faces right and CHAR1 starts animation name
&CHAR2 spot _______ and CHAR2faces right and CHAR2 starts animation name
&CHAR3 spot _______ and CHAR3 faces right and CHAR3 starts animation name
&cut to zone # and zoom on _________ in 0
@transition fade in
Thank you!!
Thank you sm!!!
I just started to write, like two days ago . so I cant help you much but I recommend you to see the videos of Joseph Evans in youtube they helped me
Hahah, yeah I’ve seen those like 3 years ago when I started, but I stopped for a year or two and I forgot almost everything. Maybe I should watch them again, thanks for the reminding!