Need help with scripts asap!

Ok so…on the previewer its not showing any of the overlays i put in the script. Anyone know why?

INT.BITTER.INTRO with BITTER to -401 -8 1.000 with CLAW MARK to -396 -46 1.000 with BITTER BLUR INTRO to -332 -18 1.000

music music_darkkeys

@pause for 2

@overlay CLAW MARK opacity 0

@overlay BITTER BLUR INTRO opacity 0

@overlay BITTER opacity 0

@pause for 2

@overlay BITTER at layer 2

@overlay BITTER shifts to -104 -130
@overlay BITTER scales to 1.515 1.515

@overlay BITTER opacity 1 in 2

@pause for 2

volume music 0 3000

@overlay CLAW MARK at layer 3

volume sound 100 1000

@overlay CLAW MARK shifts to -52 -26
@overlay CLAW MARK scales to 1.098 1.098

@overlay CLAW MARK opacity 1

sound roar_monster2

@pause for 3

sound off

@pause for 2

@overlay BITTER opacity 0 in 2

@overlay CLAW MARK opacity 0 in 2

@overlay BITTER BLUR INTRO at layer 1

@overlay BITTER BLUR INTRO shifts to 0 0
@overlay BITTER BLUR INTRO scales to 1.000 1.000

@overlay BITTER BLUR INTRO opacity 1 in 3

How many zones does your background have?

1 Like

All of your overlays are set to zero - which means they are invisible. You need to set the opacity to 1

Or depending on the zone you are in. You can do this

1 Like

1

1 Like

Try rearranging this:

INT.BITTER.INTRO with BITTER to -401 -8 1.000 with CLAW MARK to -396 -46 1.000 with BITTER BLUR INTRO to -332 -18 1.000

to this:

INT.BITTER.INTRO with BITTER to 1.000 -401 -8 with CLAW MARK to 1.000 -396 -46 with BITTER BLUR INTRO to 1.000 -332 -18

1 Like

it came up with errors

Do you have a screenshot of your script?
Also include a picture of the error warning as well

Do you have an updated version with this change?

ok i changed it and it still has errors

Picture?

1 Like

Wait lemme check that over

1 Like

Change all your at layer and make them into to layer

Like this:

@overlay BITTER to layer 2

@overlay CLAW MARK to layer 3

@overlay BITTER BLUR INTRO to layer 1

1 Like

thank you! it’s working now :heart:

1 Like

No problem!!

1 Like

Closed: Marked as solved by op @episodegirl65 :v: