cocos2d-html5

setTouchEnabled で undefined is not a function

coco2d の v3 でドラスティックな変更があった模様。 var listener = cc.EventListener.create({ event: cc.EventListener.TOUCH_ONE_BY_ONE, swallowTouches: true, onTouchBegan: function (touches, event) {}, onTouchMoved: function (touches, event) …