js04专题

Cocos2d-js04_游戏触摸交互的监听和实现

Cocos2d-js04_游戏触摸交互的监听和实现 1、定义触摸函数,注册监听对象及回调方法,代码:    //创建监听对象,回调方法   cc.eventManager.addListener({     event:cc.EventListener.TOUCH_ONE_BY_ONE,     swallowTouches:false,     onTouchBegan:this.onTo