Background: Using a newScrollView to display a horizontal scrolling list of levels in a game. So each level is effectively a rectangle with info on that level.
Q1 - How could I create a magnetic effect so as the game levels scroll across and the user releases his finger on the screen, that as a the scrolling stops it has a MAGNETIC type effect and stops with the closest level right in the centre?
Q2 - How to manually set the position of the levels within the scrollview? (e.g. at start up want to set it to position so the next unplayed level is in the middle)