»
EnglishFrenchVietnamese

Print - Shake Me! - JavaScriptBank.com

Full version: jsB@nk » Browser » Window » Shake Me!
URL: https://www.javascriptbank.com/shake-me.html

Shake Me! © JavaScriptBank.comEARTHQUAKE!!! That's what you'll be screaming after you see this script.

Full version: jsB@nk » Browser » Window » Shake Me!
URL: https://www.javascriptbank.com/shake-me.html



JavaScript
<SCRIPT language=JavaScript1.2>function shak(n) {if (parent.moveBy) {for (i = 10; i > 0; i--) {for (j = n; j > 0; j--) {parent.moveBy(5,i);parent.moveBy(i,5);parent.moveBy(5,-i);parent.moveBy(-i,5);parent.moveBy(5,i);parent.moveBy(i,5);parent.moveBy(5,-i);parent.moveBy(-i,5);parent.moveBy(5,i);parent.moveBy(i,5);parent.moveBy(5,-i);parent.moveBy(-i,5);parent.moveBy(2,i);parent.moveBy(i,2);parent.moveBy(2,-i);parent.moveBy(-i,2);parent.moveBy(2,i);parent.moveBy(i,2);parent.moveBy(2,-i);parent.moveBy(-i,2);parent.moveBy(2,i);parent.moveBy(i,2);parent.moveBy(2,-i);parent.moveBy(-i,2);parent.moveBy(0,i);parent.moveBy(i,0);parent.moveBy(0,-i);parent.moveBy(-i,0);parent.moveBy(0,i);parent.moveBy(i,0);parent.moveBy(0,-i);parent.moveBy(-i,0);parent.moveBy(0,i);parent.moveBy(i,0);parent.moveBy(0,-i);parent.moveBy(-i,0);         }      }   }}</SCRIPT><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->