gpt4 book ai didi

actionscript-3 - addChild() : How can I know when a DisplayObject is actually displayed on the stage?

转载 作者:行者123 更新时间:2023-12-04 06:42:45 24 4
gpt4 key购买 nike

我有一个大 (4096x4096) 的图像加载到内存中,但是当我尝试使用 addChild 时,在它真正被绘制到屏幕之前有很长的延迟。这是预期的。但是,是否有我可以监听的事件以了解 DisplayObject(.png 图像)实际绘制到屏幕的时刻?

我试图将图像加载到屏幕上,然后在实际绘制后做一些事情。

最佳答案

延迟是由于 Flash Player 解压缩图像以准备呈现。

诀窍是在您需要之前强制 Flash Player 解压缩 - 然后它会“立即”出现在舞台上。

我不能相信任何想法 - 但我会接受赏金;)。这是启发我并充分解释它的文章:http://jacksondunstan.com/articles/2080

关于actionscript-3 - addChild() : How can I know when a DisplayObject is actually displayed on the stage?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14223576/

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