How Do You put that thing which sayz stuff then, changes, its like a rectangle box |
How Do You put that thing which sayz stuff then, changes, its like a rectangle box |
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?
|
|
|
|
![]() |
Jan 19 2004, 11:22 PM
Post
#2
|
|
![]() 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 --> |
|
|
|
pan50 How Do You put that thing which sayz stuff then Jan 19 2004, 11:09 PM
pan50 Duz any1 even slightly understand what im saying? Jan 19 2004, 11:10 PM
pan50 yeah..i think so! thanx! Jan 19 2004, 11:25 PM
hannabear =) no problem Jan 20 2004, 03:06 PM![]() ![]() |