tttP5 said:hahhah how do the make the window do that?
Dexter said:^^^^^^
Code:function shake(n) { if (self.moveBy) { for (i = 15; i > 0; i--) { for (j = n; j > 0; j--) { self.moveBy(0,i); self.moveBy(i,0); self.moveBy(0,-i); self.moveBy(-i,0); } } } }