Ive been wondering if its possible to set up a few things using ScrollView widget for my game and wanted to see if these are possible, and if not, what solutions do I have for achieving these.
-
Is there a way to make the scrollView loop itself so that it acts like an infinite loop? Basically imagine 3 objects inside the scrollview, can i set it so that what ever is scrolled off screen instantly appears behind the last.
-
Is there a way to make the scrollView not snap back when the player releases their finger? Instead it should stay where the player let go
-
Can ScrollView objects play with collisions from others colliding with it ?
Thanks guys