Disable touch cocos2dJS v3.0

I want to disable a touch on a layer but I guess setTouchEnabled seems to be not present in cocos2dJS v3.0
I guess it was present in v2.x

What is the way to do so?

I am showing a pop up layer so I want to diable touches on below layers?

Hey,

I used pause() and resume().
It paused only the schedules functions. But my runAction is still running.

Is there a bug?

If you know how to pause actions, then please tell.

Thanks :smile:

Take a look at this doc: