gpt4 book ai didi

iphone - 标签首先完全显示,而不是像我也想要的那样淡入

转载 作者:行者123 更新时间:2023-12-03 20:32:58 25 4
gpt4 key购买 nike

我正在尝试使 CCLabelTTF 淡入然后淡出。

这是我用来执行此操作的代码:

CCLabelTTF *intro = [CCLabelTTF labelWithString:@"Welcome" fontName:@"Times New Roman" fontSize:30];
[intro setPosition:ccp(240, 110)];
[intro runAction:[CCSequence actions:[CCFadeIn actionWithDuration:2.0f], [CCFadeOut actionWithDuration:2.0f], nil]];
[self addChild:intro];

它有点工作,但是当我运行程序时,CCLabelTTF intro 很快完全显示出来(不透明度为 1.0f,有点像快速闪烁),然后它消失并淡入,然后像它应该的那样。

最佳答案

为什么不将其不透明度设置为零?

[intro setOpacity:0];

关于iphone - 标签首先完全显示,而不是像我也想要的那样淡入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6544390/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com