View Single Post
Old Mar 25th, 2006, 1:43 PM   #3
.alias.
Newbie
 
Join Date: Mar 2006
Posts: 9
Rep Power: 0 .alias. is on a distinguished road
OK ill give it a shot here is what ive got so far

<html>
<head>
<title>MATRIX TEXT!</title>
<script src="matrix.js"></script>
</head>

<body bgcolor=#000000>


<font color="green">
<span id="blah">This Script was created by   .Alias   .Do Not Remove commenting   . c[dot]alias[dot]s@hotmail[dot]co[dot]uk</span>
</font>

<script language="javascript">

/****************************
*THIS MUST NOT BE DELETED
*(c) .Alias.
*Contact c.alias.s@hotmail.co.uk
****************************/

/****************************
*Controls time between each Char.
*Change To Suit You
****************************/

beginTxt("blah", "", 100);

</script>

This is just index.html

im working on matrix.js at the moment.
.alias. is offline   Reply With Quote