ActionScript 3 AS3:第1帧上的预加载器

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 AS3:第1帧上的预加载器相关的知识,希望对你有一定的参考价值。

loader3D.visible = true;

this.addEventListener(Event.ENTER_FRAME, loading);

function loading(e:Event):void{

	var total:Number = this.stage.loaderInfo.bytesTotal;
	var loaded:Number = this.stage.loaderInfo.bytesLoaded;

	loader_txt.text = Math.floor((loaded/total)*100)+ "%";

	if (loaded == total){
		gotoAndPlay(2);
		this.removeEventListener(Event.ENTER_FRAME, loading);
		loader3D.visible = false;
		}
	
}

以上是关于ActionScript 3 AS3:第1帧上的预加载器的主要内容,如果未能解决你的问题,请参考以下文章

ActionScript 3 在Flex 3上的AS3中嵌入字体

ActionScript 3 我的第一个AS3

ActionScript 3 AS3将字符串的第一个字母大写

[ActionScript 3.0] AS3.0根据当天日期获取明天,后天...日期

ActionScript 3 AS3:使用GeoLocation计算MPH(版本1)

ActionScript 3 AS3 SWFtrospection(as3swf)