发新话题
打印

阿榕软件站banner源代码

阿榕软件站banner源代码

阿榕软件站
http://www.arongsoft.com/


[flash=760,35]http://www.arongsoft.com/img/logo.swf[/flash]

复制内容到剪贴板
代码:
<br>var drag=0.1;//震动参数<br>var flex=0.7;//震动参数<br>var menuEN=new Array(&quot;Home&quot;,&quot;Down&quot;,&quot;Down&quot;,&quot;Down&quot;,&quot;Article&quot;,&quot;Collweb&quot;,&quot;KTV&quot;);<br>var menuZH=new Array(&quot;阿榕首页&quot;,&quot;阿榕下载&quot;,&quot;阿榕下载&quot;,&quot;阿榕下载&quot;,&quot;网络学院&quot;,&quot;阿榕酷站&quot;,&quot;阿榕歌曲&quot;,);<br>var menuURL=new Array(&quot;#&quot;,&quot;#&quot;,&quot;#&quot;,&quot;#&quot;,&quot;#&quot;,&quot;#&quot;,&quot;#&quot;); //地址不披露<br>var menuColor=new Array(0xD808B8,0x00A2FF,0x96D302,0xFFC600,0xFF5400,0x7908D8,0x02D396);<br>var mBlock=this.attachMovie(&quot;mblock&quot;,&quot;mb&quot;,0);<br>mBlock._y=5;<br>mBlock.goalX=-100;<br>mBlock.onEnterFrame=function(){<br>this.Step = this.Step * flex + (this.goalX - this.px) * drag;<br>this.px+=this.Step;<br>this._x=this.px;<br>if(this.sOut && this._xscale&lt;99.5) this._xscale+=(100-this._xscale)/8;<br>if(this.sIn && this._xscale&gt;0.1) this._xscale+=-this._xscale/8;<br>}<br>var MBColor=new Color(mBlock);<br>for(var i=0;i&lt;menuZH.length;i++){<br>var theItem=this.attachMovie(&quot;MenuItem&quot;,&quot;Item&quot;+i,i+10);<br>theItem._x=i*84;<br>theItem.mColor=menuColor[i];<br>theItem.URL=menuURL[i];<br>theItem.mc_ZH.itext.text=menuZH[i];<br>theItem.mc_EN.itext.text=menuEN[i];<br>theItem.onEnterFrame=function(){<br>if(this.fadeOut){<br>if(this.topLine._alpha&lt;99.5) this.topLine._alpha+=(100-this.topLine._alpha)/8;<br>if(this.mc_EN._alpha&gt;0.5) this.mc_EN._alpha+=-this.mc_EN._alpha/8;<br>if(this.mc_ZH._xscale&lt;130) {this.mc_ZH._xscale+=2;this.mc_ZH._yscale+=2;}<br>}<br><br>if(this.fadeIn){<br>if(this.mc_EN._alpha&lt;99.5) this.mc_EN._alpha+=(100-this.mc_EN._alpha)/8;<br>if(this.topLine._alpha&gt;0.5) this.topLine._alpha+=-this.topLine._alpha/8;<br>if(this.mc_ZH._xscale&gt;100) {this.mc_ZH._xscale-=2;this.mc_ZH._yscale-=2;}<br>}<br>}<br>theItem.onRollOver=function(){<br>mBlock.goalX=this._x+42;<br>mBlock.sOut=true;<br>mBlock.sIn=false;<br>MBColor.setRGB(this.mColor);<br>new Color(this.topLine).setRGB(this.mColor);<br>//new Color(this.mc_ZH).setRGB(0xFFFFFF);<br>this.fadeOut=true;<br>this.fadeIn=false;<br>}<br>theItem.onRollOut=function(){<br>mBlock.sOut=false;<br>mBlock.sIn=true;<br>//new Color(this.mc_ZH).setRGB(0x000000);<br>this.fadeIn=true;<br>this.fadeOut=false;<br>}<br>theItem.onRelease=function(){<br>getURL(this.URL);<br>}<br>}<br><br>stop();<br>

TOP

Re:阿榕软件站banner源代码

不是我故意和阿榕过意不去,实在是我上阿榕软件站上的太勤快了

TOP

发新话题