Overlay disappearing problems

So I created a custom overlay, a black car and I want it to be in a looping background. But the overlay doesn’t show up anywhere on my screen, even when I zoom out.

My coding:

@transition fade out black in 1
EXT. CITY HIGHWAY LOOP - DAY with BLACK CAR
&overlay BLACK CAR create
&overlay BLACK CAR shifts to -311 0 in zone 1
&overlay BLACK CAR scales to 1.000 1.000
&EVAN spot 0.848 219 89 AND EVAN faces right
&ATHENA spot 0.866 126 83 AND ATHENA faces right
@transition fade in black in 1

Hmm. Try putting &overlay BLACK CAR opacity 1 in T

I tried it but it said to put overlay in stage view first, but I put the create overlay command??

Try taking out the overlay create command and write it like this:

EXT. CITY HIGHWAY LOOP with BLACK CAR to -311 0 in zone 1

OMG yes! it worked thank you so much!

No problem :blush: