求黑客帝国数字雨flash
flash不行,html5的可以
canvas id="canvas" style="background:black" width="620" height="340"/canvas
audio style="display:none; height: 0" id="bg-music" preload="auto" src="music/黑客帝国.mp3"/audio
style type="text/css"
body{margin: 0; padding: 0; overflow: hidden;}
/style
script type="text/javascript"
window.onload = function(){
//获取图形对象
var canvas = document.getElementById("canvas");
//获取图形的上下文
var context = canvas.getContext("2d");
//获取浏览器屏幕的宽度和高度
var W = window.innerWidth;
var H = window.innerHeight;
//设置canvas的宽度和高度
canvas.width = W;
canvas.height = H;
//每个文字的字体大小
var fontSize = 15;
//计算列
var colunms = Math.floor(W /fontSize);
//记录每列文字的y轴坐标
var drops = [];
//给每一个文字初始化一个起始点的位置
for(var i=0;icolunms;i++){
drops.push(0);
}
//运动的文字
var str ="01abcdefghijklmnopqurstuvwxyz";
//4:fillText(str,x,y);原理就是去更改y的坐标位置
//绘画的函数
function draw(){
//让背景逐渐由透明到不透明
context.fillStyle = "rgba(0,0,0,0.05)";
context.fillRect(0,0,W,H);
//给字体设置样式
//context.font = "700 "+fontSize+"px 微软雅黑";
context.font = fontSize + 'px arial';
//给字体添加颜色
context.fillStyle ="green";//随意更改字体颜色
//写入图形中
for(var i=0;icolunms;i++){
var index = Math.floor(Math.random() * str.length);
var x = i*fontSize;
var y = drops[i] *fontSize;
context.fillText(str[index],x,y);
//如果要改变时间,肯定就是改变每次他的起点
if(y = canvas.height Math.random() 0.92){
drops[i] = 0;
}
drops[i]++;
}
};
function randColor(){
var r = Math.floor(Math.random() * 256);
var g = Math.floor(Math.random() * 256);
var b = Math.floor(Math.random() * 256);
return "rgb("+r+","+g+","+b+")";
}
draw();
setInterval(draw,33);
};
/script
望采纳
黑客帝国中数字雨下载
http://www.gougou.com/search?search=%E6%95%B0%E5%AD%97%E9%9B%A8id=1
这个希望你喜欢
屏幕保护设置黑客帝国数字雨,怎么做
在C:\WINDOWS\system32文件夹里,后缀名为scr的文件就是屏幕保护程序,选择你需要拷贝的屏幕保护程序,然后复制到你电脑的C:\WINDOWS\system32下即可。
或者在各大黑客论坛下载 以前我下载过 还用过 还是不错的 现在换WIN7系统了 没怎么搞
如何制作黑客帝国中那种流动的数字代码的特效
用Magic Swf2Gif
把flsh转化为GIF
下载地址
http://www.skycn.com/soft/13110.html
求《黑客帝国》电影里的各种音效
第一集 四项
Best Editing
Zach Staenberg
Best Effects, Sound Effects Editing
Dane A. Davis
Best Effects, Visual Effects
John Gaeta
Janek Sirrs
Steve Courtley
Jon Thum
Best Sound
John T. Reitz
Gregg Rudloff
David E. Campbell
David Lee
第二、三集很遗憾,一个都没有掏到,因为是在同一年上映,而最有可能得奖的视觉效果奖都被指环王拿走了。
怎样把电脑中的声音调成在那些美国黑客电影中听到的鼠标点击很好听的声音
首先准备好要使用的声音素材
开始-设置-控制面板-声音-声音,在“程序事件”下找到“启动导航”,点击“浏览”,找到你准备好的声音素材
谁帮我弄个黑客帝国数字雨呀,我想要是010101010101010的,没字母的,求助大家
我有自己做的,premiere做的,就几秒钟的视频,要的话留地址明天发给你,现在没带。