Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

Issue with ClipsDescendants and rotation?

Asked by
traigla 75
8 years ago

I am using ClipsDescendants and I am relying on it to not render an image outside a frame, however when it rotates, it still renders it. Any help?

So I have an image and the image is in a frame, when it is not rotated, the rest of the image that is outside the frame is not rendered. However when it rotates, it renders. Any way to avoid this?

1 answer

Log in to vote
-1
Answered by 8 years ago

Problem On my first analysis i didnt know what you were talking about but I have a guess. The Image is on the border of the screen meaning if the image is (.2,0,.5,0) then its at (1.2,0,.5,0).

Solution There is transparency or Hide properties in imagelabels. Another solution is increasing the x position because rotation causes a offset of position and size.

Ad

Answer this question