How can I make UIPageLayout cycle in reverse?

Is there a way to make a page layout cycle with elements moving downwards? I’ve tried relative rotations with the parenting frame and child icons, but ClipsDescendants is not preserved for some reason.

I’m down to implement this myself, but I found that using an Instance built for this was enough for me. I’m just looking to reverse the direction that the elements cycle in:
7jbLYGsQS

Thats not what UIPageLayout is for, use UIGridLayout

Whaaaaaaaa
I want to cycle through different images.. is this better attainable with UIGridLayout?

well no but u can make it better, also i have no clue what ur actually trying to do since the small image gives 0 clues

ClipsDescendants does not work with rotated images.
You can use Canvas group to “bake” it into a texture and then apply ClipsDescendants

Other than that try simply changing LayoutOrder per every object?

1 Like

Don’t know what this means, but I’m trying to cycle through different options when I click on the button I’ve made. I do want to know if it’s possible to change the default UIPageLayout behavior to cycle in the reverse direction.

7jcl15_2t

I tried that, but it didn’t work. I found that LayoutOrder only changes the order of the cycle, not the direction of cyclical rotation.

1 Like

you can, just read the documentation…

1 Like

Oh, I guess I could use :Previous instead of using :Next. Thanks!

LET’S GO!

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