您的位置首页百科知识

Flash 脚本语言

Flash 脚本语言

的有关信息介绍如下:

问题补充说明:在movie clip中实现双机出现一张图片(MouseEvent.DOULE_CLICK语句)的脚本语句怎么写?

Flash 脚本语言

假如你舞台上有一个MC,实例名为:showMC

义青跟劳测态镇新计太必1.假如图片是从外360问答部加载,地址为:州吗'example.jpg',可以在主时间轴上写:

varmyLoader:Loader;

varmyRequest=newURLRequest("exampl府弱矿修波商e.jpg");

this.showMC.addEventListener(MouseEvent.DOUBLE_CLICK,doubleClickH)

functiondoubleClickH(e:MouseEvent):void{

if(this.myLoader==null){

this.myLoader=newLoader();

this.myLoader.load(this.m款保万复入念况修获yRequest);

this.myLoader.addEventListener(Event.COMPLETE,complet更容举eH)

}else{thi乱新云四矛般温s.showMC.addChild(this.myLoader)}

}

functioncompleteH(e:Event):void{

this.showMC.addChild(this.myLoader);

}

2.如果不得外部载入,可以将图片放在MC的某一帧,双击时再更低跳转到那一帧:

this.showMC.addEventListener(MouseEvent.DOUBLE_CLICK,doubleClickH)

functiondoubleClick(e:MouseEvent):void{

this.showMC.gotoAndStop(有图片的那一帧)

}