I have a menu with different Items that cycle left and right and wrap around. They get their names and info when to jump to the opposite side of the layout from an array with just one dimnension of 7 different strings.
Now I would like to reuse the same set of actions for a second menu with a different item count and different names.
Can I refer to the array in a way that allows me to change the reference when I trigger the menu?
I hope this is somewhat clear and someone understands what I mean ;)