Hi Everybody,
I’m using widget.newScrollView() & a bitmap mask to create a scrolling menu that will only take up about 1/4 of an iPad’s screen - and it works fine except that even masked “out-of-bounds” objects included in the scrollView are registering touch events, and initiating scrolling. Does anybody know a way to ensure that only “in-bounds” (i.e. visible) objects can initiate scrolling?
In the past I’ve placed display objects on top of the out-of-bounds areas that return true when touched to prevent out-of-bounds scrolling, but that won’t work in this particular instance - there are display objects placed beneath the scrollView that I’d like to remain touchable, even when the scrollView is in place above them.
@Ansca or @JonathanBeebe - is this something that can be worked into the next Widget Library update? Or is it already in there and I’ve just missed the memo?
Thanks in advance for your help! [import]uid: 27636 topic_id: 23923 reply_id: 323923[/import]
