【发布时间】:2016-12-16 09:11:04
【问题描述】:
我是 Cocos Sharp 的新手,一直在努力实现问题标题中的行为。我想向用户显示消息,该消息将在一段时间后消失或消失,例如 3 秒,在用户触摸某些精灵后。但我不知道该怎么做。
我正在像这样显示 CCLabel:
var scoreLabel = new CCLabel("Touch Menu and Exit button together to exit!", "Arial", 50, CCLabelFormat.SystemFont);
scoreLabel.PositionX = button.PositionX;
scoreLabel.PositionY = button.PositionY + 300;
scoreLabel.AnchorPoint = CCPoint.AnchorMiddleRight;
有人可以帮我吗?
【问题讨论】:
标签: cocossharp