Hey all,
So for some reason people keep getting me to do infinite menus, these are menus where the scrolling seems infinite because the content loops.
I build them by loading all the content from XML, and creating the display objects in a row and adjusting their position based on the mouse.
The way that I have been doing it lately is by adding all of the items to an array, when an object reaches the lower limit it gets moved to the upper limit and vice-versa. The objects also get shifted in the array to reflect their position in the movie.
My issue is that there is a bit of a stutter/lag every time the clip goes from one end to the other. Is that because I am using the array? I have noticed the stutter also exists in a couple similar menus around the net when the clip gets moved.
Is there a way to get around this?
** i have noticed the issue is both AS3 and AS2