Layer overflow control

I have a question about handling layer overflow control…
I want to make something like scrollbar, and my plan is to make a layer and attach sprites as children. and i want to hide them if they are outside of the layer(content size)

is there any way i can implement that? or If you have better suggestion please let me know.

thank you!

I don’t know whether ExtensionsTest/CocosBuilderTest/scrollViewTest of gles20 branch on github can meet your requirement. :slight_smile: