#166303 - gambit - Wed Feb 04, 2009 2:59 pm
Hi everyone.
I'm having a logic error which I'm not sure how to solve it and could use some pointers.
I have an array that holds 20 sprites, each sprite is 64x64 and are positioned linearly one after the other (left to right). My problem is that when I use the stylus to move the list right, I would like the final elements to appear behind the first element, and when dragging the stylus right I would like to see the first elements appear after the last element in the array. I think this is kind of an infinite loop. I can't quite see it in my head how this can be achieved.
Any help would be appreciated :)
Thanks
Last edited by gambit on Wed Feb 04, 2009 5:43 pm; edited 1 time in total
I'm having a logic error which I'm not sure how to solve it and could use some pointers.
I have an array that holds 20 sprites, each sprite is 64x64 and are positioned linearly one after the other (left to right). My problem is that when I use the stylus to move the list right, I would like the final elements to appear behind the first element, and when dragging the stylus right I would like to see the first elements appear after the last element in the array. I think this is kind of an infinite loop. I can't quite see it in my head how this can be achieved.
Any help would be appreciated :)
Thanks
Last edited by gambit on Wed Feb 04, 2009 5:43 pm; edited 1 time in total