egret进度条(简单)

来源:互联网 发布:mac os 升级 黑苹果 编辑:程序博客网 时间:2024/05/21 21:38
//////////////////////////////////////////////////////////////////////////////////////////  Copyright (c) 2014-present, Egret Technology.//  All rights reserved.//  Redistribution and use in source and binary forms, with or without//  modification, are permitted provided that the following conditions are met:////     * Redistributions of source code must retain the above copyright//       notice, this list of conditions and the following disclaimer.//     * Redistributions in binary form must reproduce the above copyright//       notice, this list of conditions and the following disclaimer in the//       documentation and/or other materials provided with the distribution.//     * Neither the name of the Egret nor the//       names of its contributors may be used to endorse or promote products//       derived from this software without specific prior written permission.////  THIS SOFTWARE IS PROVIDED BY EGRET AND CONTRIBUTORS "AS IS" AND ANY EXPRESS//  OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES//  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.//  IN NO EVENT SHALL EGRET AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,//  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT//  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;LOSS OF USE, DATA,//  OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF//  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING//  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,//  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.////////////////////////////////////////////////////////////////////////////////////////class LoadingUI extends egret.Sprite {    public constructor() {        super();         this.addEventListener(egret.Event.ADDED_TO_STAGE,this.createView,this);    }    private textField:egret.TextField;    private bar:egret.Shape;    private sec:number = 0;    private perNumber:number = 0;    private createView():void {        this.textField = new egret.TextField();        this.addChild(this.textField);        this.textField.width = 480;        this.textField.height = 100;        this.textField.x = this.stage.stageWidth / 2 - this.textField.width / 2;        this.textField.textAlign = "center";        let height = egret.Capabilities.boundingClientHeight;        let width = egret.Capabilities.boundingClientWidth;        let MobileType = egret.Capabilities.isMobile;        let equip = GlobalVariable.GetQueryString("Equip");        let barBg = new egret.Shape();        if(equip != null&&equip != ""&&equip != undefined){            if(equip == "MC"){                MobileType = true;            }        }        if(MobileType){            barBg.graphics.beginFill(0x666666);            barBg.graphics.drawRoundRect(0, 0, 400, 10, 5);            barBg.graphics.endFill();            this.addChild(barBg);            this.bar = new egret.Shape();            this.bar.graphics.beginFill(0xffffff);            this.bar.graphics.drawRoundRect(0, 0, 400, 10, 5);            this.bar.graphics.endFill();            this.addChild(this.bar);            this.textField.y = 780;            barBg.x = this.stage.stageWidth / 2 - barBg.width / 2;            barBg.y = 820;        }else{            barBg.graphics.beginFill(0x666666);            barBg.graphics.drawRoundRect(0, 0, 800, 10, 5);            barBg.graphics.endFill();            this.addChild(barBg);            this.bar = new egret.Shape();            this.bar.graphics.beginFill(0xffffff);            this.bar.graphics.drawRoundRect(0, 0, 800, 10, 5);            this.bar.graphics.endFill();            this.addChild(this.bar);            this.textField.y = 500;            this.textField.x = width / 2 - this.textField.width / 2;            barBg.x = width / 2 - barBg.width / 2;            barBg.y = 580;        }        this.bar.x = barBg.x;        this.bar.y = barBg.y;    }    public setProgress(current:number, total:number):void {        if(current == 1){            this.perNumber = total / 10;        }        this.sec = (current / this.perNumber) * 10;                let secs:any = this.sec.toFixed(0);        secs = secs / 100;        this.bar.scaleX = current / total;        this.textField.text = this.sec.toFixed(0)+" %";      }}

阅读全文
'); })();
0 0
原创粉丝点击
热门IT博客
热门问题 老师的惩罚 人脸识别 我在镇武司摸鱼那些年 重生之率土为王 我在大康的咸鱼生活 盘龙之生命进化 天生仙种 凡人之先天五行 春回大明朝 姑娘不必设防,我是瞎子 齐市烤肉 蛇交by花式烤肉 1蛇交by花式烤肉 1蛇交by花式烤肉阅读 在家吃烤肉菜单大全集 家庭烤肉简单腌制方法 烧烤肉怎么腌制 孕妇能吃烤肉吗 孕妇可以吃烤肉吗 姜虎东白丁烤肉 孕妇可以吃烤肉 烤箱烤肉做法 土耳其烤肉机 25种烤肉烧烤腌制方法 韩式烤肉做法 自制烤肉披萨6寸 土耳其烤肉做法 土耳其烤肉配方 土耳其烤肉饭图片 土耳其烤肉饭的做法 烤肉饭是什么肉 土耳其烤肉饭 烤肉饭的做法 张姐烤肉拌饭配方 纸上烤肉怎么烤 纸上烤肉设备 韩国烤肉怎么吃 烤肉腌制配方 烤肉的腌制方法 烤肉的做法大全 韩式烤肉的做法 韩国烤肉的做法 韩式烤肉怎么吃 韩式烤肉的腌制 自制烤肉的做法 怎么腌制烤肉 腌制烤肉的方法 怎么烤肉好吃 烤肉的腌制配料 家庭烤肉的腌制 烤肉腌制方法