私は 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;
誰かが私を助けることができますか?