Log In · Register

 
How Do You put that thing which sayz stuff then, changes, its like a rectangle box
post Jan 19 2004, 11:09 PM
Post #1





Group:
Posts: 0
Joined: --
Member No: 0



i cant explain it that well, but it like sez a lkine in the box then sez another line, doez any1 understand?
 
 
Start new topic
Replies (1 - 4)
post Jan 19 2004, 11:10 PM
Post #2





Group:
Posts: 0
Joined: --
Member No: 0



Duz any1 even slightly understand what im saying?
 
hannabear
post Jan 19 2004, 11:22 PM
Post #3


x]
**

Group: Member
Posts: 14
Joined: Jan 2004
Member No: 911



i actually have no clue what you're talking about but is it this?:


CODE
<!-- begin code provided by createblog.com -->
<script language="JavaScript"><!--
line=new Object()
line[1]="aaaaaa"
line[2]="bbbb"
line[3]="ccccccccc"
line[4]="ddddddddd"
line[5]="eeeeeeeeeee"
line[6]="fffffffffffffffff"
line[7]="ggggggggggg"
line[8]="hhhhhhhhhh"
line[9]="iiiiiiiiiiiiiiiiiiiiiiii"
lines=9

//--Don't edit below this line

document.write('<form name="bannerform">')
document.write('<div align="center"><center><p><input type="text" name="banner" size="70"')
document.write('  style="background-color: transparent; color: skyblue; text-align: center; font-family: Arial; font-size: 8pt; border: 1px solid #FFFFFF" onfocus="blur()"></p>')
document.write('  </center></div>')
document.write('</form>')

temp=""
nextchar=-1;
nextline=1;
cursor="|"
function animate(){
if (temp==line[nextline] & temp.length==line[nextline].length & nextline!=lines){
nextline++;
nextchar=-1;
document.bannerform.banner.value=temp;
temp="";
setTimeout("nextstep()",1500)}
else if (nextline==lines & temp==line[nextline] & temp.length==line[nextline].length){
nextline=1;
nextchar=-1;
document.bannerform.banner.value=temp;
temp="";
setTimeout("nextstep()",1500)}
else{
nextstep()}}

function nextstep(){
if (cursor=="\\"){
cursor="|"}
else if (cursor=="|"){
cursor="/"}
else if (cursor=="/"){
cursor="-"}
else if (cursor=="-"){
cursor="\\"}
nextchar++;
temp+=line[nextline].charAt(nextchar);
document.bannerform.banner.value=temp+cursor
setTimeout("animate()",25)}
document.onload=animate();
// --></script>
<!-- end code provided by createblog.com -->
 
post Jan 19 2004, 11:25 PM
Post #4





Group:
Posts: 0
Joined: --
Member No: 0



yeah..i think so! thanx!
 
hannabear
post Jan 20 2004, 03:06 PM
Post #5


x]
**

Group: Member
Posts: 14
Joined: Jan 2004
Member No: 911



=) no problem
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: