Age/Gender: 19, Male
Location: England
Job: Student
Student on a Media: Video Production degree Freelance Video Editor Freelance Cameraman Full-time gamer.
Newgrounds Stats
Whistle Status: Normal
Exp. Points: 75 / 100
Exp. Rank #: 308,954
Voting Pow.: 3.18 votes
BBS Posts: 2 (0 per day)
Flash Reviews: 15
Music Reviews: 11
Trophies: 0
Latest News
<script language=JavaScript>
<!--
//Disable right mouse click Script
var message="Function Disabled!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementB yId&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN );
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementByI d){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>