Help with Image Grid Composition

mkohler's picture

Im looking to build a composition that creates a grid of images with rows and columns that can be moved independently and in any direction, sort of like a flat rubik's cube. Im able to get the basic movement down but im having trouble making my columns and rows move individually, and then having them wrap around when I get to the end of a row or column.

Does anyone have any ideas about where I could start with this?

Thank you!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

jrs's picture
Re: Help with Image Grid Composition

Without knowing a bit more about your current approach it's hard to say - can you explain a bit more about where/how your having trouble or post the composition?

If your nor familiar with or using the modulus operator (% - which is available in the math and math expression patches) then learn/experiment with it as that is what you will need to do the wrapping