How do authors do that, when a kind of artscene arrives and when the boy holds his hand to the girlβs cheek, for example, the hands move do you understand? is that an overlay or something?
I hope I have not explained that strange
Cuz i wanted to use it on my story for a scene
Thank you very much for your help !!
Yes, it is an overlay. Actually, the art scene is a background. Then the authors make the overlay they need, and put it in the scene. In your case, the overlay is a hand.
@overlay OVERLAYNAME shifts to X Y X is the position on the x-axis. Y is the position on the y-axis.
@overlay OVERLAYNAME scales to X Y X is the horizontal size. Y is the vertical size.
@overlay OVERLAYNAME opacity X X is a number between 0 and 1, where 0 means transparent and 1 means opaque.
@overlay OVERLAYNAME to layer # # is a number indicating the layer. The item in front is on the highest layer.
@overlay OVERLAYNAME rotates ANGLE anchor point X Y in S ANGLE is a number, generally between -360 and 360, indicating how much you want it to rotate. X is the anchor point on the x-axis, where 0 is left and 1 is right. Y is the anchor point on the y-axis, where 0 is the bottom and 1 is the top. S is the number of seconds.