Animation and Overlay Help

I have this one scene where I need my overlay to appear for a few second and my character does an action during it. I need it to go more smoothly. If anyone has any suggestions let me know please.

Script

&overlay BULLET_WOUND opacity 100% in 1
@pause for .5
@TARGET1 starts faint AND overlay BULLET_WOUND clear

1 Like

So with your code, the bullet wound overlay wouldn’t reach 100% capacity in 1 second as the command:
&overlay BULLET_WOUND opacity 100% in 1

will happen simultaneously as the succeeding command:
@pause for .5

If you’re experiencing problems with the OL’s opacity, it could be because of this.

1 Like

not exactly knowing why you do not like it as you have it is hard to guess what kind of imrovement you would like.

Tho only thing I see is that the overlay willstill become visible for 0.5 second while the character is slready doing the animation.

If you want it to be fully visible before he starts the animation than use @ instead of & by the opacity command or make the pause longer.

1 Like

hi, thank you ill try it out.

Thank you!

It does, thank you!

1 Like

@Sydney_H hi, please close

1 Like

Closed by OP request. :smiley: