> On Nov 20, 2016, at 11:03 AM, J. Landman Gay <[email protected]> wrote:
>
> does that mean the hscroll property of the mobile scroller must be true?
Just tried this simplified version and it works fine too:
on scrollerDidScroll hOffset, vOffset // Scroll Detect //
if hOffset <0 then ##-->> Detects the Horiz swipe <<--##
moveBack
else if hOffset >0 then
moveForward
end if
set the vScroll of group "scrollArea" to vOffset ##-->> Scroll the field
vertically <<—##
end scrollerDidScroll
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode