I was wondering if anyone knew the best way about going about doing this. Right now I have 3 gui textures loaded on the screen and want to create an array for scrolling through my different players abilities. So I want to maybe create an array of 5 different gui textures and the first 3 in the array appear on the screen. Then when you scroll through left or right it changes the abilities on screen. so if you have it displayed as 1,2,3,4,5 and go left it would be ordered 2,3,4,5,1 so now the gui images would be show on screen are 2,3,4.
Another example could be how the game “monster hunter” scroll system works.