What did i so wrong help with this overlay

Okay this part of my script

@overlay BLOOD_OL create
@ overlay BLOOD_OL to layer -2
@ overlay BLOOD_OL shifts 314 308 in zone 3
@ overlay BLOOD_OL rotates 180 anchor point 0.5 0.5 in 0
@ overlay BLOOD_OL scales to 0.553 0.553 in 0
@overlay BLOOD_ opacity 1 in 0
,
So everything works except the SCALE!,
When I preview this in my phone its big
??

1 Like

•You don’t need the in 0 for the scales
@overlay BLOOD_OL scales to 0.553 0.553
•Does that work for you?

No it didn’t but i created another overlay and i placed it where I want it before I upload it

Try:

&overlay BLOOD_OL create
&overlay BLOOD_OL shifts 314 308 in zone 3
&overlay BLOOD_OL scales to 0.553 0.553 in zone 3 in 0
&overlay BLOOD_OL opacity 1 in 0
&overlay BLOOD_OL to layer -2
&overlay BLOOD_OL rotates 180 anchor point 0.5 0.5 in 0

I already fixed the problem but , yours is right, I didn’t put the zone i wanted so it was in zone 1 this whole time!.

1 Like

But can you help me with this one its the same overlay I didn’t want to make another topic?

what’s wrong?

But i put the create?

is it BLOOD_OL or BLOOD_OLL ?

Oh i created another overlay and it’s called BLOOD_OLL , i replaced it with BLOOD_OL

can you post your script?

I have no errors by the way , only the another background haven’t approved, the only problem that i see an text when i preview the overlay in my phone

1 Like

In the scales part you have used Blodd instead of Blood. @MaxineEpi

1 Like

Omg , I realized how i was so blind this whole time!, :woman_facepalming:t4:

1 Like

Hehe… Don’t worry, it happens sometimes. All the best :blush:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.