I´m making a game where the player has to set bombs. Everytime when a bomb is set. The scrollable area gets wider and i can scroll out of the gameplay area. It does not stop at the boarder where it should stop.
Working with 1920*1080
Can someone help me?
-- Create a scrollView local group2 = widget.newScrollView { scrollWidth = 1920, scrollHeight = 1080, width = 1950, height = 1080, hideBackground = true, isBounceEnabled = false, horizontalScrollingDisabled = false, verticalScrollingDisabled = false, listener = scrollListener, }