Open GoogleCodeExporter opened 8 years ago
[deleted comment]
你可以看 项目中的issue9:
http://code.google.com/p/cocos2d-android-1/issues/detail?id=9&can=1&q=ccmenu
由于menu中用了scale的图片,所以touch事件响应出错。解决方法
是:
作者周为宽的:
menu.setPosition(CGPoint.ccp(0,0));
without this line, scaled menuItemImage can't repsond to touch event.
thanks Weikuan :)
Original comment by yeshengw...@gmail.com
on 26 Apr 2012 at 9:47
Original issue reported on code.google.com by
Yibi...@gmail.com
on 11 Feb 2011 at 4:26