View Single Post
  #8  
Old 07-11-2010, 10:31 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by DeCeaseD View Post
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?
Reply With Quote