摘要: local scheduler = require(cc.PACKAGE_NAME .. ".scheduler")local MainScene = class("MainScene", function() return display.newScene("MainScene")end)f... 阅读全文
posted @ 2015-03-08 22:06 yufenghou 阅读(195) 评论(0) 推荐(0)
摘要: local canfire = "cooldown" --"canfire" "cooldown" local interval=0 scheduler.scheduleUpdateGlobal(function() print(canfire)... 阅读全文
posted @ 2015-03-08 14:28 yufenghou 阅读(162) 评论(0) 推荐(0)