How do I stop my overlays from flashing?

my overlay flashes briefly when i add it to a scene. I want to get rid of this can someone plz help me? This happens for every overlay I use for exampl:
EXT.PARKINGLOT with TRUCK with BOX1
&zoom on 0 128 to 259% in 0
&overlay BOX1 moves to layer 1
&overlay 5256300612681728_TRUCK shifts to -100 81 in 0
&overlay 5256300612681728_TRUCK scales to 1.334 1.334 in 0
&overlay 5256300612681728_BOX1 shifts to 35 164 in 0
&overlay 5256300612681728_BOX1 scales to 0.329 0.329 in 0
&overlay TRUCK moves to layer 0

You can just add all that info into the overlay creation:

EXT.PARKINGLOT with TRUCK to 1.334 -100 81 in zone 1 at layer 0 with BOX1 to 0.329 35 164 in zone 1 at layer 1
&zoom on 0 128 to 259% in 0

I added zone 1 but idk what zone you want them in.

1 Like

thank you it worked :slight_smile: