Overlay directing help please!

I have a bed sheet overlay and I want to make it move from the bottom of the screen to a certain spot as if someone is pulling the bed sheet up , how would i do that?

@overlay (OVERLAYNAME) shifts to (SPOT) in X

this is what i have right now maybe you can tell me what i need to change. this is the spot i want it to end up at
image

try @overlay BEDSHEET shifts to -1 -70 in 3

1 Like

&overlay BED SHEET create
&overlay BED SHEET shifts to -1 -50
&overlay BED SHEET scales to 5.778 5.778
&overlay BED SHEET opacity 1
@pause for T
To move it upward change y co ordinate
@overlay BED SHEET shifts to -1 20 in T
Sonething like this

1 Like