cocos2dx计时器

前端之家收集整理的这篇文章主要介绍了cocos2dx计时器前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
--定时器
		local function ballSchedule()
			print("Hello World")
		end
		--定时器
		layerFarm:scheduleUpdateWithPriorityLua(ballSchedule,1)
lua脚本,加定时器。

猜你在找的Cocos2d-x相关文章