Scene only shows for a little time

I want to do this scene first then do the other but it shows just for a little bit than goes to the next scene. I also tried to delete the next scene for it to work but now it’s not even doing it.

sript
@transition fade in black 5
@pan to zone 2
@POLL starts idle
@overlay CAR ANGLE SILVER shifts to -319 -17
@overlay CAR ANGLE SILVER scales to 0.640 0.640
@POLL spot 0.679 -39 54 in zone 2 THEN POLL faces right
@pan to zone 1
@zoom reset
@speechbubble reset
@YOU spot 0.598 160 195

you need to “pause” your scene if you want to change something

You can either put:

NARR
Pause.
or
@pause for 10000000

(don’t forget to delete it after when you finish.)

1 Like

thank you