Hey everyone. I’m working on re-writing our level select menu, since what we had purchased wasn’t really working out for us. I’ve finally got (what will be) our level icons placed on the map correctly, and they move with the background when i scroll, however, whenever you release the scroll, it snaps back to the center of the image. Here’s the construction of the scrollview
function scene:create( event ) levelSelectGroup = widget.newScrollView({ width = 320, height = 1200, scrollWidth = 460, scrollHeight = 20, horizontalScrollDisabled = true })
Let me know if you need more info, thanks in advance as always!