Difference between revisions of "NoteQuo"
Jump to navigation
Jump to search
(☻ creó la página NoteQuo usando un modelo de contenido no predeterminado "JavaScript") |
|||
Line 1: | Line 1: | ||
+ | <SCRIPT LANGUAGE="JavaScript"> | ||
+ | <!-- | ||
+ | function moverCocheAdelante () | ||
+ | { | ||
+ | if (coche.style.postleft < 400) | ||
+ | { | ||
+ | coche.style.postleft += 1; | ||
+ | window.setTimeout ("moverCocheAdelante();", 1); | ||
+ | } | ||
+ | function moverCocheAtras () | ||
+ | } | ||
+ | if (coche.style.posLeft > 0) | ||
+ | } | ||
+ | coche.style.posLeft -= 1; | ||
+ | window.setTimeout ("moverCocheAtras();", 1); | ||
+ | } | ||
+ | } | ||
+ | //--> | ||
+ | </SCRIPT> |
Revision as of 18:39, 22 June 2020
<SCRIPT LANGUAGE="JavaScript">
<!--
function moverCocheAdelante ()
{
if (coche.style.postleft < 400)
{
coche.style.postleft += 1;
window.setTimeout ("moverCocheAdelante();", 1);
}
function moverCocheAtras ()
}
if (coche.style.posLeft > 0)
}
coche.style.posLeft -= 1;
window.setTimeout ("moverCocheAtras();", 1);
}
}
//-->
</SCRIPT>