Tuesday, October 25, 2011

How To Create A Falling Matrix Code Effect In Notepad

We all remember the famous Matrix Move. One fascinating graphical effect of the Matrix movie is the falling green codes, showing random sequence of numbers plunging downward.
Today we are going to direct our own Matrix Reloaded Move, not with sophisticate cameras um um, not with the Wachowkis, the famous directors of The Matrix Move nor Village Roadshow Pictures and Silver Pictures the move studios.
In this move, we will be the Author, director, and the programmer. The only tool at our disposal will be Notepad :)
Open Notepad copy and paste the codes below in it.
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
After pasting the above code in notepad save it as matrix.bat or anything.bat
Double click on the saved file and watch your Matrix Reloaded run.
matrix
Note:
You can edit the script to suit your need.
Color 02 gives a green effect
Color 01 gives a blue effect. You can try other various color schemes

No comments:

Post a Comment