[]进度条滚动无效【已解决】
因为引擎没有生成$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+"%!"
}
}
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+"%!"
}
}
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
Aar0n
赞同来自: