Quote:
Originally Posted by DeCeaseD
Well that's the issue.. I can't think of a way to calculate the coordinates for each one of the displayed texts, especially if I'm using a for loop to display said array.
|
Figure out how space you want to dedicate to the entire array, then figure out how to subdivide it into even chunks for each the elements, then for sliding figure out how to get from one of the chunks to the other in many small steps?