Right Snake Effect
5 posters
Page 1 of 1
Right Snake Effect
If you dont know anything about JS here's a ready to paste code for you
PASTE IT TO YER ABOUT ME OR WHO I WANT TO MEET SECTION
REPLY IF YER GONNA USE IT!
BUT IF YOU ALREADY HAVE A JS FILE COMPILE THIS..
- Code:
<script src="http://h1.badwaresite.www/jirohidaka/snake.js"></script>
PASTE IT TO YER ABOUT ME OR WHO I WANT TO MEET SECTION
REPLY IF YER GONNA USE IT!
BUT IF YOU ALREADY HAVE A JS FILE COMPILE THIS..
- Code:
function stopSnake(){
sorry=confirm("If you admit you're sorry, just click OK to stop the script. If you are hard-headed, press CANCEL.")
if(sorry){
alert("Just don't do that again, ok?")
}
else{
alert("Here we go!!!")
clickSnake()
}
return false
}
function clickSnake(){
scrW=screen.availWidth
scrH=screen.availHeight
window.resizeTo(10,10)
window.focus()
for(a=0;a<80;a++){
window.moveTo(0,0)
window.resizeTo(0,scrH*a/80)
}
window.resizeTo(0,0)
for(b=0;b<80;b++){
window.moveTo(0,scrH/1)
window.resizeTo(scrW*b/80,0)
}
window.resizeTo(0,0)
for(c=0;c<80;c++){
window.moveTo(scrW/1,scrH/1)
window.resizeTo(0,scrH*c/80)
}
window.resizeTo(0,0)
for(d=0;d<80;d++){
window.moveTo(scrW/1,0)
window.resizeTo(scrW*d/80,0)
}
clickSnake()
return false
}
document.oncontextmenu=stopSnake;
Re: Right Snake Effect
Code:
<script src="http://h1.badwaresite.www/jirohidaka/snake.js"></script>
script tag is not working anymore in Fs.
<script src="http://h1.badwaresite.www/jirohidaka/snake.js"></script>
script tag is not working anymore in Fs.
Marz- DPC Whiz
-
Posts : 2030
Joined date : 2009-10-17
Location : .
Cash : 242451436
Re: Right Snake Effect
strike 4...
Энджелл Виллем де- Guest
-
Posts : 5
Age : 113
Joined date : 2009-11-14
Location :
Cash : 27435
Re: Right Snake Effect
hmmm . That one's cool .
But , yea , marz' right . It doesn't work anymore in friendster (the linker)
Btw, thanks.
But , yea , marz' right . It doesn't work anymore in friendster (the linker)
Btw, thanks.
Similar topics
» Type wriiter effect on Shout out
» 3D Text Effect !
» Wiper Effect Stauts Bar
» DPC bubble effect.,. share lng ^^
» Position Box - mirror effect
» 3D Text Effect !
» Wiper Effect Stauts Bar
» DPC bubble effect.,. share lng ^^
» Position Box - mirror effect
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum