1586| 3
|
[有事请教] 问一下如何判读图片加载完成? |
800星屑
最佳答案判断图片是否加载: xxx.bitmap.isReady();
图片加载成功时想干的事: xxx.bitmap.addLoadListener(干事的方法函数);
var 图片组精灵 = SceneManager._scene._spriteset._pictureContainer.children;
var id = 图片编号 - 1;
var 精灵 = 图片组精灵;
if (精灵.bitmap) {
精灵.bitmap.addLoadListener(function() {
console.log(精灵.width);
console.log(精灵.height);
});
} ...
| ||
评分 | ||
xp vx va mv va mz 各类型脚本/插件定制
|
||
| ||
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-11-18 06:44
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.