cocostudio的 ScrollView 怎么监听滚动

 我来答
杜爷1号
推荐于2018-04-05 · 知道合伙人软件行家
杜爷1号
知道合伙人软件行家
采纳数:4973 获赞数:9186
毕业于福建农林大学,本科学士学位。从事IT行业3年,曾参与过多个大型项目的需求调研、软件研发。

向TA提问 私信TA
展开全部

代码如下:

local function onTouch(events)
 
        if events.name == "began" then
            return true
        elseif events.name == "moved" then
 
        elseif events.name == "cancelled" then
 
        elseif events.name == "ended" then
 
        end
 
 
    end
 
    local touchLayer = display.newLayer()
    self:addChild(touchLayer)
    touchLayer:addNodeEventListener(cc.NODE_TOUCH_EVENT, onTouch)
    touchLayer:setTouchEnabled(true)
    touchLayer:setTouchMode(cc.TOUCH_MODE_ONE_BY_ONE)
    touchLayer:setTouchSwallowEnabled(false)

在Scroll View的上一层加一个Layer响应touch事件。

推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式