摘要: 1、CCLayer 下没有先添加一层TouchGroup 2、CCTouchGroup添加 widget时,没有使用addWidget而是使用了addChild 3、Scrollview setDirector 横向,不能使用常量 kCCScrollViewDirectionHorizontal , 阅读全文
posted @ 2016-08-20 18:46 JohnKing_ 阅读(263) 评论(0) 推荐(0) 编辑
摘要: g_local_data = {} local local_data_real = {} local mt = { __index = function (t, k) -- print("access to element " .. tostring(k)) return local_data_real[k] end, _... 阅读全文
posted @ 2016-08-20 18:38 JohnKing_ 阅读(926) 评论(0) 推荐(0) 编辑