Hey,
I’ve been testing my Episode script and I’ve written a new scene. When I test the scene by itself everything is fine and it successfully fades in from Black to the background, but when I test it with the entire script the only thing I can see from this scene alone is just a black screen and the text bubbles. What could be the cause? How do I fix this?
I’d like to add a screenshot of the script but it feels like it’s ‘too much’ to add the entire script…
TIA!
put it like this
&CELESTE spot 1.0 137 222 in zone 1 AND CELESTE is talk_sit_neutral_loop AND CELESTE faces right
&GUADIANCECOUNSELOR spot 1.0 263 141 in zone 1 AND GUADIANCECOUNSELOR faces left @transition fade in black @GUADIANCECOUNSELOR is talk_agree_happy
CELESTE
…and anyway, that’s how I think we should save the Arctic.
I don’t know if I understand the scene but you could try like this…
INT. MAYORS OFFICE-DAY
&CELESTE spot 1.0 137 222 in zone 1
&GUIDANCECOUNSELOR spot 1.0 263 141 in zone 1
&GUIDANCECOUNSELOR is talk_agree_happy AND GUIDANCECOUNSELOR faces left
&CELESTE is tdle_sit_anklescrossed_neutral_loop @transition fade in black @CELESTE (talk_sit_armscrossed_neutral_loop)
…and anyway, that’s how I think we should save the arctic.
I mostly use my computer but I reviewed it through my phone as well, nothing changed. After using @HayleyReed 's code I can review the scene by itself and everything looks fine, but when I try reviewing everything together the screen fades out from the previous scene into black and then it fades in, but the screen is still black. The only thing I can see is the fade in part, but it kinda fades from black to black
INT. MAYORS OFFICE - DAY
&CELESTE spot 1.0 137 222 in zone 1
&GUIDANCECOUNSELOR spot 1.0 263 141 in zone 1
&GUIDANCECOUSELOR is talk_agree_happy AND PEDESTRIAN2 faces left
&CELESTE is idle_sit_anklescrossed_neutral_loop @zoom on 0 0 to 100% in 0 @transition fade in black
CLESTE (talk_sit_armscrossed_neutral_loop)
…and anyway, that’s how I think we should save the arctic.