IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   Java (https://www.ircforumlari.net/java/)
-   -   Dans eden linkler (https://www.ircforumlari.net/java/689581-dans-eden-linkler.html)

Kaf_Dağı 18 Mart 2015 14:50

Dans eden linkler
 
Kod:

<html> <head>  <title></title>  </head> <body>  <script type="text/javascript">  var Gimmick1 = new GimmickErdbeben("T1", "Gimmick1") var Gimmick2 = new GimmickSpirale("T2", "Gimmick2") var Gimmick3 = new GimmickErdbeben("T3", "Gimmick3") var Gimmick4 = new GimmickSpirale("T4", "Gimmick4")  function GimmickDummyStart() { return }  function GimmickErdbeben() { this.start = GimmickDummyStart }  function GimmickSpirale() { this.start = GimmickDummyStart }  function GimmickErdbebenStart() { if (this.running) return this.running = true this.counter = 0 if (********[this.id]) { this.pos = parseInt(********[this.id].top) setTimeout(this.name + ".end()", this.duration_effect) } else { this.pos = parseInt(window[this.id].style.posTop) setTimeout(this.name + ".end()", this.duration_effect) } }  function GimmickErdbebenEnde(akt_pos) { var welle = this.hoehe * Math.sin(Math.PI * this.increment * this.counter) * ((this.max_counter - this.counter) / this.max_counter) if (********[this.id]) ********[this.id].top = this.pos + welle else window[this.id].style.posTop = this.pos + welle this.counter++ if (this.counter == this.max_counter) { if (********[this.id]) ********[this.id].top = this.pos else window[this.id].style.posTop = this.pos setTimeout(this.name + ".running = false", this.duration_wait) } else setTimeout(this.name + ".end()", this.duration_effect) }  function GimmickErdbeben(id, name) { this.hoehe = 30 this.duration_effect = 5 this.duration_wait = 1000 this.running = false this.id = id this.name = name this.increment = .1 this.pos = 0 this.counter = 0 this.max_counter = 150 this.start = GimmickErdbebenStart this.end = GimmickErdbebenEnde }  function GimmickSpiraleStart() { if(this.running) return this.running = true this.counter = 0 if (********[this.id]) { this.pos_x = parseInt(********[this.id].left) this.pos_y = parseInt(********[this.id].top) setTimeout(this.name + ".end()", this.duration_effect) } else { this.pos_x = parseInt(window[this.id].style.posLeft) this.pos_y = parseInt(window[this.id].style.posTop) setTimeout(this.name + ".end()", this.duration_effect) } }  function GimmickSpiraleEnde(akt_pos) { var r_x = this.radius * Math.sin(Math.PI * this.increment * this.counter) * Math.sin(Math.PI * this.counter / this.max_counter) var r_y = this.radius * Math.cos(Math.PI * this.increment * this.counter) * Math.sin(Math.PI * this.counter / this.max_counter) if (********[this.id]) { ********[this.id].left = this.pos_x + r_x ********[this.id].top = this.pos_y + r_y } else { window[this.id].style.posLeft = this.pos_x + r_x window[this.id].style.posTop = this.pos_y + r_y } this.counter++ if (this.counter == this.max_counter) { if (********[this.id]) { ********[this.id].left = this.pos_x ********[this.id].top = this.pos_y } else { window[this.id].style.posLeft = this.pos_x window[this.id].style.posTop = this.pos_y } setTimeout(this.name + ".running = false", this.duration_wait) } else setTimeout(this.name + ".end()", this.duration_effect) }  function GimmickSpirale(id, name) { this.radius = 30 this.duration_effect = 5 this.duration_wait = 1000 this.running = false this.id = id this.name = name this.increment = .05 this.pos_x = 0 this.pos_y = 0 this.counter = 0 this.max_counter = 150 this.start = GimmickSpiraleStart this.end = GimmickSpiraleEnde }  //--> </script> <p>&nbsp;</p><div style="text-align:center; font-size:12pt; font-weight:bold">Bring' die Links zum Tanzen:<br>&nbsp;<br><a id="T1" onmouseover="Gimmick1.start()" style="position:relative; top:0px; color:#0000cc; text-decoration:none" href="http://scripte.aaj.de/" rel="nofollow" target="_blank">scripte.aaj.de</a><br>&nbsp;<br><a id="T2" onmouseover="Gimmick2.start()" style="position:relative; top:0px; color:#00cc00; text-decoration:none" href="http://bilderservice.aaj.de/" rel="nofollow" target="_blank">bilderservice.aaj.de</a><br>&nbsp;<br><a id="T3" onmouseover="Gimmick3.start()" style="position:relative; top:0px; color:#cc0000; text-decoration:none" href="http://postkarten.aaj.de/" rel="nofollow" target="_blank">postkarten.aaj.de</a><br>&nbsp;<br><a id="T4" onmouseover="Gimmick4.start()" style="position:relative; top:0px; color:#cccc00; text-decoration:none" href="http://hosting.1und1.com/?kwk=5356326" rel="nofollow" target="_blank">Eigene Domain?</a></div> </body> </html>


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 09:48.

Powered by vBulletin® Version 3.8.8 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2024 IRCForumlari.Net