2013-07-18 47 views

回答

1

要刪除滾動,只需禁用觸摸。

mScroller = [CCScrollLayer nodeWithLayers:mLayerArray widthOffset:20.0f]; 

//In cocos2d 2.0 
mScroller.touchEnabled = false; 


//In cocos2d 1.0 
mScroller.isTouchEnabled = false;