Dieses Forum nutzt Cookies
Dieses Forum verwendet Cookies, um deine Login-Informationen zu speichern, wenn du registriert bist, und deinen letzten Besuch, wenn du es nicht bist. Cookies sind kleine Textdokumente, die auf deinem Computer gespeichert sind; Die von diesem Forum gesetzten Cookies düfen nur auf dieser Website verwendet werden und stellen kein Sicherheitsrisiko dar. Cookies auf diesem Forum speichern auch die spezifischen Themen, die du gelesen hast und wann du zum letzten Mal gelesen hast. Bitte bestätige, ob du diese Cookies akzeptierst oder ablehnst.

Ein Cookie wird in deinem Browser unabhängig von der Wahl gespeichert, um zu verhindern, dass dir diese Frage erneut gestellt wird. Du kannst deine Cookie-Einstellungen jederzeit über den Link in der Fußzeile ändern.
<< Erster Letzter >>
Poste dein STRG-V
Verfasser Nachricht
(/'-')/ $$$ \('-'\)
Spoilers Zitieren
/*
* Dies ist eine JavaScript-Umgebung.
*
* Geben Sie etwas JavaScript ein und führen Sie einen Rechtsklick aus oder wählen Sie aus dem Ausführen-Menü:
* 1. Ausführen, um den ausgewählten Text zu evaluieren (Strg+R),
* 2. Untersuchen, um den Objekt-Inspektor auf das Resultat anzuwenden (Strg+I), oder
* 3. Anzeigen, um das Ergebnis in einem Kommentar hinter der Auswahl einzufügen. (Strg+L)
*/

/*var refresh = function() {
$.ajax().done(function(data) {
var tnew = $(data).find("div > table.tborder");
var told = $("#content > div > table.tborder");
initNode(tnew);

var tidsnew = [], tidsold = [], topsnew = [], topsold = [];
var top = 0;
told.find(".inline_row").each(function(i, e) {
e = $(e);
var tid = e.find('a[id^="tid_"]').attr("id").match(/\d/);
tidsold.push(tid);
topsold[tid] = top;
top += e.height();
});
told.replaceWith(tnew);
top = 0;
tnew.find(".inline_row").each(function(i, e) {
e = $(e);
var tid = e.find('a[id^="tid_"]').attr("id").match(/\d/);
tidsnew.push(tid);
topsnew[tid] = top;
top += e.height();
});

});
}

refresh();*/
Spoilers Zitieren
move_contact_solid(direction,12)
vspeed=0 hspeed=0
Spoilers Zitieren
var tid = e.find('a[id^="tid_"]').attr("id").match(/\d/);
Spoilers Zitieren
MT6572KK-
Spoilers Zitieren
var refresh = function() {
$.ajax().done(function(data) {
var dur = 1000;
var tnew = $(data).find("div > table.tborder");
var told = $("#content > div > table.tborder");
initNode(tnew);
oldheight = told.height;
var tidsnew = [], tidsold = [], topsnew = [], topsold = [];
var top = told.offset().top;
told.find(".inline_row").each(function(i, e) {
e = $(e);
var tid = e.find('a[id^="tid_"]').attr("id").match(/\d+/);
tidsold.push(tid);
topsold[tid] = e.offset().top - top;
});
told.replaceWith(tnew);
tnew.css("position", "relative");
tnew.find(".inline_row").each(function(i, e) {
e = $(e);
var tid = e.find('a[id^="tid_"]').attr("id").match(/\d+/);
tidsnew.push(tid);
topsnew[tid] = e.offset().top - top;
}).each(function(i, e) {
e = $(e);
var tid = e.find('a[id^="tid_"]').attr("id").match(/\d+/);
if(topsold[tid] > 0) {
e.css({position: "relative", top: topsold[tid] - topsnew[tid]}).animate({top: 0}, dur);
} else {
e.css({textIndent: 0, transformOrigin: "50% 0%"}).animate({textIndent: 1}, {step: function(now) {$(this).css({transform: "scaleY("+now+")"})}, duration: dur});
}
});
told.find(".inline_row").each(function(i, e) {
e = $(e);
var tid = e.find('a[id^="tid_"]').attr("id").match(/\d+/);
if(typeof topsnew[tid] == "undefined")
e.appendTo(tnew.children("tbody"))
.css({position: "absolute", top: topsold[tid], textIndent: 1, transformOrigin: "50% 100%", width: "100%"})
.animate({textIndent: 0}, {step: function(now) {$(this).css({transform: "scaleY("+now+")"})}, complete: function() {$(this).remove();}, duration: dur});
});
});
}

refresh();
Spoilers Zitieren
if (hspeed=0)=false then
   {
   if (keyboard_check(vk_left))=false then
       {
       if hspeed<0 then
           {
           if hspeed<-0.99 then
               {
               hspeed+=1
               }
           else
               {
           hspeed=0
               }
           }
       }
   }
if (keyboard_check(vk_right))=false then
   {
   if hspeed>0 then
       {
       if hspeed>0.99 then
           {
           hspeed-=1
           }
       else
           {
           hspeed=0
           }
       }
   }
if x<0 then
   {
   x=0
   }
if y<-7 then
   {
   y=-7
   }
if x+16>room_width then
   {
   x=room_width-16
   }

if y>room_height then
   {
   show_message("You Died")
   room_restart()
   }
   
//No Health
if health<0.1 then
   {
   show_message("You Died")
   room_restart()
   }
Spoilers Zitieren
[Bild: b42.gif]
Spoilers Zitieren
Kaneki
Spoilers Zitieren
Da ich das Thema 2 WK generell interessant finde
Spoilers Zitieren
Wohl weil es da ein schönerer Effekt ist, weiß mit normalen Halogenlampen zu blenden, die nicht hart an- und ausgehen. Mit LEDs ist das zwar auch realisierbar, aber immernoch recht teuer
Spoilers Zitieren
DEr Mama & die Papa, die finden dat nicht gut xD
Spoilers Zitieren
Bitte!!!!!!!!!!!!!!1elf ._.
Spoilers Zitieren
RADIAL SB-6
Spoilers Zitieren
var refresh = function() {
$.ajax().done(function(data) {
var dur = 1000;
var tnew = $(data).find("div > table.tborder");
var told = $("#content > div > table.tborder");
initNode(tnew);
oldheight = told.height;
var tidsnew = [], tidsold = [], topsnew = [], topsold = [];
var top = told.offset().top;
told.find(".inline_row").each(function(i, e) {
e = $(e);
var tid = e.find('a[id^="tid_"]').attr("id").match(/\d+/);
tidsold.push(tid);
topsold[tid] = e.offset().top - top;
});
told.replaceWith(tnew);
tnew.css("position", "relative");
tnew.find(".inline_row").each(function(i, e) {
e = $(e);
var tid = e.find('a[id^="tid_"]').attr("id").match(/\d+/);
tidsnew.push(tid);
topsnew[tid] = e.offset().top - top;
}).each(function(i, e) {
e = $(e);
var tid = e.find('a[id^="tid_"]').attr("id").match(/\d+/);
if(topsold[tid] > 0) {
e.css({position: "relative", top: topsold[tid] - topsnew[tid]}).animate({top: 0}, dur);
} else {
e.css({textIndent: 0, transformOrigin: "50% 0%"}).animate({textIndent: 1}, {step: function(now) {$(this).css({transform: "scaleY("+now+")"})}, duration: dur});
}
});
told.find(".inline_row").each(function(i, e) {
e = $(e);
var tid = e.find('a[id^="tid_"]').attr("id").match(/\d+/);
if(typeof topsnew[tid] == "undefined")
e.appendTo(tnew.children("tbody"))
.css({position: "absolute", top: topsold[tid], textIndent: 1, transformOrigin: "50% 100%", width: "100%"})
.animate({textIndent: 0}, {step: function(now) {$(this).css({transform: "scaleY("+now+")"})}, complete: function() {$(this).remove();}, duration: dur});
});
});
}
Spoilers Zitieren
https://soundcloud.com/c-o-m-t/comet-gre...e-download
Spoilers Zitieren
fek disch isch haben gaze zwai tege niht gespilt
Spoilers Zitieren
Er redet schon wie ein Ausländer, aufgrund der Entzugserschenungen D:<
Spoilers Zitieren
https://media4.giphy.com/media/mlxxCLvNVpkME/200.gif
Spoilers Zitieren
$(window).focus(function() {$("#test").val("Focussed");});
Spoilers Zitieren



Nach oben Bronies.de