[]进度条滚动无效【已解决】

因为引擎没有生成$bar.png的图片,建议增加一个上传进度图片的属性。
 
 
ue变量根据例子使用无效,就是不滚动,一直在0的位置

Laya.timer.frameLoop(1,this,onLoop);

private function onLoop():void
{

progress++;
//最高100%进度
if(progress>=100)
{
progress=100;
this.tips.text="游戏加载完毕,即将进入游戏..."
this.panel.visible=false;
this.gobtn.visible=true;
}else
{
this.pro.value=progress/100;
this.tips.text="游戏正在加载中,当前进度为:"+progress+"%!"
}
}
已邀请:

Aar0n

赞同来自:

请仔细核对一下自己做的和例子是否一致,例子亲测是没问题的

要回复问题请先

商务合作
商务合作