Hey guys.
i was making a game with multiple scenes. while i was trying to make a screen scroll, i added scrollView widget but it doesnt allow any other scenes to show after it.
local scrollView = widget.newScrollView( { top = 0, left = 0, width = 1200, height = 700, scrollWidth = 200, scrollHeight = 200, backgroundColor = { 1, 0.8, 1 }, horizontalScrollDisabled = true, } )
any help is apprecieted
Thanks you