Jump to content
  • 0

Не работают 2 скприта


Onegin
 Share

Question

Всем привет! подскажите...не могу разобраться, не работают эти 2 скрипта совместно! Работает только один, тот который поставить ниже - работает, а верхний нет!

Вот скрипты:

<div id="letter_src">Это испытание|||||||||проверка скрипта.<br>Попробуйте заменить||||||||изменить значения.<br>Попробуйте заменить||||||||изменить положение.<br>Перо макается в чернильницу через определённое время,<br>если текста много,это будет происходить не один раз.<br>Можно изменить используемый||||||||||||применяемый шрифт и его размер.<br>Подробнее о шрифтах смотрите в материалах сайта.<br>Если у Вас появились вопросы,задавайте их в комментарии.</div><div id="letter"></div><img id="inkwell1" src="http://delaisait.ucoz.ru/script/img/1/inkwell1.gif" alt="inkwell1" /><img id="inkwell2" src="http://delaisait.ucoz.ru/script/img/1/inkwell2.gif" alt="inkwell2" /><style>#inkwell1 {bottom: 50px;left: 100px;position: fixed;}#inkwell2 {bottom: 50px;left: 100px;position: fixed;visibility: hidden;}#letter {font-family: Comic Sans MS;font-size: 18px;font-weight: bold;margin: 50px auto;position: relative;width: 100%;}#letter_src {display: none;}</style><script>window.onload = function(){var vLetter = document.getElementById('letter');var iSpeedInk = 5;var sText = document.getElementById('letter_src').innerHTML;var iCurChar = 0;var sChars = '<span>';var iCurInk = 0;var sCurCaret = '';var sCaret = " <img src='http://delaisait.ucoz.ru/script/img/1/pen.gif' style='position:absolute' />";var doStep = function () {var sChar = sText.charAt(iCurChar);var iDelay = 32;if (sChar == '') {sCurCaret = '';} else if (sChar == '|') {sChar = '';sChars = sChars.substring(0, sChars.length-1);iDelay = 64;} else if (sChar == '<') {var iPos = sText.indexOf('>', iCurChar);sChar = sText.substring(iCurChar, iPos + 1);iCurChar = iPos;} else if (sChar == '&') {var iPos = sText.indexOf(';', iCurChar);sChar = sText.substring(iCurChar, iPos + 1);iCurChar = iPos;} else if (sChar == '.') {iDelay = 300;} else if (sChar == ',') {iDelay = 100;} else if (sChar == ' ') {iDelay = 32;} else if (iCurChar > 5) {sCurCaret = sCaret;}if (sChar == ' ') {iCurInk += iSpeedInk;sChar = '</span><span style="color:RGB(' + (iCurInk) + ',' + (iCurInk) + ',' + (iCurInk) + ')">' + sChar;}if (document.getElementById('inkwell2').style.visibility == 'visible') {sCurCaret = sCaret;document.getElementById('inkwell2').style.visibility = 'hidden';sChar = '</span><span style="color:RGB(0,0,0)">' + sChar;}if (iCurInk > 160) {iCurInk = 0;document.getElementById('inkwell2').style.visibility = 'visible';iDelay = 1000;sCurCaret = '';}sChars += sChar;if (iCurChar == sText.length - 1)sCurCaret = '';vLetter.innerHTML = sChars + sCurCaret;iCurChar++;if (iCurChar < sText.length) {setTimeout(doStep, 20 + iDelay);}}doStep();};</script>
<script>var Ymax=8;var Xmax=8;var Tmax=10000;var floatimages=new Array();floatimages[0]='http://xaoc34rus.ucoz.ru/kartinki/LISTYA/butterfly2.gif';floatimages[1]='http://ds17.admhmansy.ru/data/documents/0_5694b_95208a67_XL.gif';floatimages[2]='http://xaoc34rus.ucoz.ru/kartinki/LISTYA/butterfly2.gif';floatimages[3]='http://ds17.admhmansy.ru/data/documents/0_5694e_35b9dcf_XL.gif';var NS4 = (navigator.appName.indexOf("Netscape")>=0 && parseFloat(navigator.appVersion) >= 4 && parseFloat(navigator.appVersion) < 5)? true : false;var IE4 = (document.all)? true : false;var NS6 = (parseFloat(navigator.appVersion) >= 5 && navigator.appName.indexOf("Netscape")>=0 )? true: false;var wind_w, wind_h, t='', IDs=new Array();for(i=0; i<floatimages.length; i++){t+=(NS4)?'<layer name="pic'+i+'" visibility="hide" width="10" height="10"><a href="javascript:hidebutterfly()">' : '<div id="pic'+i+'" style="position:absolute; visibility:hidden;width:10px; height:10px"><a href="javascript:hidebutterfly()">';t+='<img src="'+floatimages[i]+'" name="p'+i+'" border="0">';t+=(NS4)? '</a></layer>':'</a></div>';}document.write(t);function moveimage(num){if(getidleft(num)+IDs[num].W+IDs[num].Xstep >= wind_w+getscrollx())IDs[num].Xdir=false;if(getidleft(num)-IDs[num].Xstep<=getscrollx())IDs[num].Xdir=true;if(getidtop(num)+IDs[num].H+IDs[num].Ystep >= wind_h+getscrolly())IDs[num].Ydir=false;if(getidtop(num)-IDs[num].Ystep<=getscrolly())IDs[num].Ydir=true;moveidby(num, (IDs[num].Xdir)? IDs[num].Xstep : -IDs[num].Xstep , (IDs[num].Ydir)? IDs[num].Ystep: -IDs[num].Ystep);}function getnewprops(num){IDs[num].Ydir=Math.floor(Math.random()*2)>0;IDs[num].Xdir=Math.floor(Math.random()*2)>0;IDs[num].Ystep=Math.ceil(Math.random()*Ymax);IDs[num].Xstep=Math.ceil(Math.random()*Xmax)setTimeout('getnewprops('+num+')', Math.floor(Math.random()*Tmax));}function getscrollx(){if(NS4 || NS6)return window.pageXOffset;if(IE4)return document.body.scrollLeft;}function getscrolly(){if(NS4 || NS6)return window.pageYOffset;if(IE4)return document.body.scrollTop;}function getid(name){if(NS4)return document.layers[name];if(IE4)return document.all[name];if(NS6)return document.getElementById(name);}function moveidto(num,x,y){if(NS4)IDs[num].moveTo(x,y);if(IE4 || NS6){IDs[num].style.left=x+'px';IDs[num].style.top=y+'px';}}function getidleft(num){if(NS4)return IDs[num].left;if(IE4 || NS6)return parseInt(IDs[num].style.left);}function getidtop(num){if(NS4)return IDs[num].top;if(IE4 || NS6)return parseInt(IDs[num].style.top);}function moveidby(num,dx,dy){if(NS4)IDs[num].moveBy(dx, dy);if(IE4 || NS6){IDs[num].style.left=(getidleft(num)+dx)+'px';IDs[num].style.top=(getidtop(num)+dy)+'px';}}function getwindowwidth(){if(NS4 || NS6)return window.innerWidth;if(IE4)return document.body.clientWidth;}function getwindowheight(){if(NS4 || NS6)return window.innerHeight;if(IE4)return document.body.clientHeight;}function init(){wind_w=getwindowwidth();wind_h=getwindowheight();for(i=0; i<floatimages.length; i++){IDs[i]=getid('pic'+i);if(NS4){IDs[i].W=IDs[i].document.images["p"+i].width;IDs[i].H=IDs[i].document.images["p"+i].height;}if(NS6 || IE4){IDs[i].W=document.images["p"+i].width;IDs[i].H=document.images["p"+i].height;}getnewprops(i);moveidto(i , Math.floor(Math.random()*(wind_w-IDs[i].W)), Math.floor(Math.random()*(wind_h-IDs[i].H)));if(NS4)IDs[i].visibility = "show";if(IE4 || NS6)IDs[i].style.visibility = "visible";startfly=setInterval('moveimage('+i+')',Math.floor(Math.random()*100)+100);}}function hidebutterfly(){for(i=0; i<floatimages.length; i++){if (IE4)eval("document.all.pic"+i+".style.visibility='hidden'")else if (NS6)document.getElementById("pic"+i).style.visibility='hidden'else if (NS4)eval("document.pic"+i+".visibility='hide'")clearInterval(startfly)}}if (NS4||NS6||IE4){window.onload=init;window.onresize=function(){ wind_w=getwindowwidth(); wind_h=getwindowheight(); }}</script>

 

 

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy