cocos2d-android:如何设置短信
我是 cocos2d-android 的新手。我试图在两个精灵之间发生碰撞后在当前图层上设置一些文本,一段时间后文本将消失。怎么可能?请帮忙。
I am new to cocos2d-android. I am trying to set some text on current layer after colliding between two sprites and after some moment text will be vanished. how it possible? plz help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉,回复晚了,
只需在您的更新方法中调用此方法,其中您的
update()
方法在constructor
中使用this.schedule("update");
调用code>和
addScore()
方法您自己的问题转到这里和在你的更新方法中
sorry for late responce
just call this method in your update method where your
update()
method call inconstructor
withthis.schedule("update");
and for
addScore()
method your own question go hereand in your update method