31.08.2015 |
Shibanu
Changeling
Beiträge: 942
Registriert seit: 27. Jul 2013
|
RE: Poste dein STRG-V
(/'-')/ $$$ \('-'\)
|
|
|
31.08.2015 |
Rapti
Brinkhoffskadse
Beiträge: 1.713
Registriert seit: 19. Jun 2012
|
RE: Poste dein STRG-V
/*
* 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();*/
|
|
|
31.08.2015 |
Dead Puffy
Enchantress
Beiträge: 675
Registriert seit: 06. Jul 2012
|
RE: Poste dein STRG-V
move_contact_solid(direction,12)
vspeed=0 hspeed=0
Gesendet von meinem Nintendo 3DS
|
|
|
31.08.2015 |
Rapti
Brinkhoffskadse
Beiträge: 1.713
Registriert seit: 19. Jun 2012
|
RE: Poste dein STRG-V
var tid = e.find('a[id^="tid_"]').attr("id").match(/\d/);
|
|
|
31.08.2015 |
Laser Gurke
Royal Guard
Beiträge: 2.515
Registriert seit: 31. Mär 2014
|
RE: Poste dein STRG-V
MT6572KK-
Version 1.0.0 ||| last update: 20.08.2017 08:10PM
(\__/) (='.'=]
(")_(")
|
|
|
31.08.2015 |
Rapti
Brinkhoffskadse
Beiträge: 1.713
Registriert seit: 19. Jun 2012
|
RE: Poste dein STRG-V
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();
|
|
|
31.08.2015 |
Dead Puffy
Enchantress
Beiträge: 675
Registriert seit: 06. Jul 2012
|
RE: Poste dein STRG-V
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()
}
Gesendet von meinem Nintendo 3DS
|
|
|
31.08.2015 |
Dead Puffy
Enchantress
Beiträge: 675
Registriert seit: 06. Jul 2012
|
RE: Poste dein STRG-V
Gesendet von meinem Nintendo 3DS
|
|
|
31.08.2015 |
Nerymon
Kaffeetante
Beiträge: 3.547
Registriert seit: 20. Mär 2012
|
RE: Poste dein STRG-V
Kaneki
|
|
|
31.08.2015 |
Der Freiwild
Enchantress
Beiträge: 525
Registriert seit: 29. Mai 2015
|
RE: Poste dein STRG-V
Da ich das Thema 2 WK generell interessant finde
Its so dark...
|
|
|
31.08.2015 |
FlaK
AAA
Beiträge: 1.976
Registriert seit: 02. Apr 2013
|
RE: Poste dein STRG-V
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
|
|
|
31.08.2015 |
Der Freiwild
Enchantress
Beiträge: 525
Registriert seit: 29. Mai 2015
|
RE: Poste dein STRG-V
DEr Mama & die Papa, die finden dat nicht gut xD
Its so dark...
|
|
|
31.08.2015 |
Shibanu
Changeling
Beiträge: 942
Registriert seit: 27. Jul 2013
|
RE: Poste dein STRG-V
Bitte!!!!!!!!!!!!!!1elf ._.
|
|
|
31.08.2015 |
FlaK
AAA
Beiträge: 1.976
Registriert seit: 02. Apr 2013
|
RE: Poste dein STRG-V
RADIAL SB-6
|
|
|
31.08.2015 |
Rapti
Brinkhoffskadse
Beiträge: 1.713
Registriert seit: 19. Jun 2012
|
RE: Poste dein STRG-V
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});
});
});
}
|
|
|
31.08.2015 |
Noizogeddon
Changeling
Beiträge: 795
Registriert seit: 06. Okt 2014
|
RE: Poste dein STRG-V
fek disch isch haben gaze zwai tege niht gespilt
|
|
|
31.08.2015 |
Der Freiwild
Enchantress
Beiträge: 525
Registriert seit: 29. Mai 2015
|
RE: Poste dein STRG-V
Er redet schon wie ein Ausländer, aufgrund der Entzugserschenungen D:<
Its so dark...
|
|
|
31.08.2015 |
Laser Gurke
Royal Guard
Beiträge: 2.515
Registriert seit: 31. Mär 2014
|
RE: Poste dein STRG-V
Version 1.0.0 ||| last update: 20.08.2017 08:10PM
(\__/) (='.'=]
(")_(")
|
|
|
31.08.2015 |
Rapti
Brinkhoffskadse
Beiträge: 1.713
Registriert seit: 19. Jun 2012
|
RE: Poste dein STRG-V
$(window).focus(function() {$("#test").val("Focussed");});
|
|
|