Blood pool spreading script help (ASAP)

Hi, It’s been a while, but I wanna create a scene where my character falls and bleeds but I’m having trouble with the overlay script. I want the blood pool to get bigger and grow, I can’t figure It out so imma give you the info I hope and appricate you can code it for me :blob_hearts:

Will give credit!

BACKGROUND - INT. ICE BATH GRANDMAS BATHROOM - NIGHT (zone 2)
The spot where my character is standing. (she falls from this spot so there are no more spot adjustments there after this)- @CHARACTER spot 0.983 157 171 in zone 2

THE SCRIPT of THE OVERLAY-

@overlay BLOODPOOL create
&overlay BLOODPOOL shifts to 315 -35 in zone 2
&overlay BLOODPOOL scales to 0.856 0.856 in 5
&overlay BLOODPOOL opacity 100% in 1
&overlay BLOODPOOL moves to layer 2
1 Like

Heyy! Can I get the bloodpool overlay?

What exactly is not going right with this? Is it not showing up, not scaling, etc.?

It shows up late, it starts off big (the size that i want it to grow to) and it shrinks a lil bit.

Sure!

127-1278321_blood-splatter-bloody-halloween-halloween-bloodbath-pool-blood-removebg-preview

The overlay’s default size is probably bigger than the size you want it to grow to, is what I’m guessing. Try to establish the small size first, then let it scale into the size you want.

1 Like

When i first added the overlay it was smaller than what i needed.

confusion so don't worry bout this part

You mean re-uploading it with a smaller size or changing the pixels(i dunon how to do that on overlays😳)

No no, I mean establishing it first at a smaller size, something like:

@overlay BLOODPOOL create
&overlay BLOODPOOL shifts to 315 -35 in zone 2
&overlay BLOODPOOL scales to (smaller dimensions) in 0
@overlay BLOODPOOL scales to 0.856 0.856 in 5
&overlay BLOODPOOL opacity 100% in 1
&overlay BLOODPOOL moves to layer 2
1 Like

Oh! ill try that and let you know

1 Like

I hope it works!

1 Like

Actually, i figured it out! I had to add the timer to both the shift and scale code!

stuff

quote=“HermanEpisode, post:8, topic:609230”]

&overlay BLOODPOOL opacity 100% in 1

[/quote]

If you can’t/want or its just too much work, this script is just fine!

Okay so this is working but it looks like the opacity thing is doing the job, I want it to be a small size underneath her and then the overlay to grow into the big size, I you don’t get what I’m saying than i can send you a video on ig.

1 Like

Try this, maybe?

@overlay BLOODPOOL create
&overlay BLOODPOOL shifts to 89 22 in zone 2
&overlay BLOODPOOL scales to 0.354 0.354
&overlay BLOODPOOL opacity 100% in 1
&overlay BLOODPOOL moves to layer 2
@overlay BLOODPOOL scales to 0.856 0.856 in 5

Oh good! Glad you figured it out (:

Thx you so much for your help!
The code that worked-

&overlay BLOODPOOL create
&overlay 5551427673063424_BLOODPOOL shifts to 183 123 in zone 3
&overlay 5551427673063424_BLOODPOOL scales to -0.386 -0.386

&overlay 5551427673063424_BLOODPOOL shifts to 298 -35 in zone 2 in 5
&overlay 5551427673063424_BLOODPOOL scales to 0.856 0.856 in zone 2 in 5
&overlay 5551427673063424_BLOODPOOL opacity 1 in 1
&overlay 5551427673063424_BLOODPOOL moves to layer 2
2 Likes