加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

AS3关于SWF美术资源的管理(一)

发布时间:2020-12-15 18:01:43 所属栏目:百科 来源:网络整理
导读:rawShape Button,MovieClip,TextFile),些元要public, protected function initRawShape():void { super.addChild(rawShape); for (var i:int = 0,len:int = rawShape.numChildren; i len; i++) { var p:String=rawShape.getChildAt(i).name if (this.hasOwnP

rawShape Button,MovieClip,TextFile),些元要public,

protected function initRawShape():void {
    super.addChild(rawShape);
    for (var i:int = 0,len:int = rawShape.numChildren; i < len; i++) {
        var p:String=rawShape.getChildAt(i).name
        if (this.hasOwnProperty(p))
        {
            try
            {
                this[p]=rawShape.getChildAt(i);
            }
            catch (err:Error)
            {
                trace(err)
            }
        }
    }
}

->




$pros["closeBtn"] = closeBtn as SimpleButton
protected function addPropertys($pros : Dictionary) : void{
        super.addChild(rawShape);
        for (var i:int = 0,len:int = rawShape.numChildren; i < len; i++) {
            var p:String=rawShape.getChildAt(i).name
            if ($pros[p])
            {
                try
                {
                    $pros[p]=rawShape.getChildAt(i);
                }
                catch (err:Error)
                {
                    trace(err)
                }
            }
        }
}



:

/**
 * *
 */     
public function initlink():void {
    //    var qualifiedClassName : String = getQualifiedClassName( this ).split("::").pop();
    var $class:Class=getLinkClass(qualifiedClassName);
    if(!$class)return;
    //
    rawShape = new $class;
    //匹诘ublic 目
    initRawShape();
}

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读