设为首页 加入收藏 网站搜索 繁體中文 中国建站网 — 站长资源分享平台

灯光玄幻效果(AS)

来源:136z.Com 作者:佚名 时间:2005-09-09 00:57:25

大家看看也许有用的,非常漂亮的效果
点击浏览该文件

点击浏览该文件
http://www.Flash8.net/bbs/UploadFile/2004-6/20046275487398.swf
1.新建一MC,画一个类似这样的“光”的效果图,很简单的

按此在新窗口浏览图片

2。在第一帧上面输入AS:

_quality="LOW"
function go(){

nowy = attachMovie("mc","m"+a,10+a)
nowy._x=200
nowy._y=150
nowy._alpha=30
nowy._rotation=random(360)
nowy._xscale=nowy._yscale=40+random(100)
nowy.onEnterFrame = function(){
this._rotation+=Math.sin(this.z+=.3)*4
this._xscale=this._yscale+=Math.sin(this.o+=.2)*10
this.col=new Color(this);
this.col.setRGB(127*Math.sin(this.r+=.8)+128<<16|127*Math.sin(this.g+=.2)+128<<8|127*Math.sin(this.b+=.1)+128);

}
a++
if (a>30) clearInterval(id)
}

var id = setInterval(go,250)

3:CTRL+回车,完了,很简单吧


Tags:

  • 好的评价 如果您觉得好,就请您
      0%(0)
  • 差的评价 如果您觉得差,就请您
      0%(0)
  • 相关文章
    广告赞助

    文章随便看看 设计素材 建站学院 网页模板 视频教程

    网友评论

    共有 0 位网友发表了评论,得分 0 分,平均 0 分    查看完整评论

    用户名: 查看更多评论

    分 值:100分 85分 70分 55分 40分 25分 10分 1分

    内 容:

             通知管理员 验证码: