Search
Most common:
center
,
hide
,
special someone
,
text
,
panel
,
scroll
,
center panels
Login
Right Click Shaking
45885 views
imvucodesAds
Added by
productions
This will make the window shaking when the user hits the right mouse button. The shake effect may work for IE users only. You can modify the msgtext using the customize tool.
»
Discuss about this code snippet on imvuboard.com
<script type="text/javascript"> /* by productions published on http://imvu.at/ic31 under CC-Share-alike license */ var copiedfrom='www.imvucodes.net'; var msgtext='Shake it, baby!'; function shakewindow() { var x=10 if (document.all||document.layers) { for (i=0;i,i<20;i++){ window.moveBy(0,x) window.moveBy(x,0) window.moveBy(0,-x) window.moveBy(-x,0) } } alert(msgtext); return false; } document.oncontextmenu=shakewindow; </script>
Click the code to select, press CTRL+C to copy and CTRL+V to paste at the wanted location.
Adjust code
Popup Message
Update code above!
Share:
Preview:
Try this code
Problem?
Report
Comments
Ask a Question on imvucodes