wildgoosespeeder
Code Helper
Tiers are for strangers!
Posts: 530
wildgoosespeeder said 161 great things
|
Post by wildgoosespeeder on Feb 8, 2011 12:07:53 GMT -8
DangerKart has an avatar that you can't catch! Can I have permission to use this code? The idea: Nobody is going to lay a finger on my Butterfinger:
|
|
|
Post by Wormopolis on Feb 8, 2011 12:43:01 GMT -8
I have no idea what you are talking about... are you saying his avatar moves when you try to catch him?
|
|
wildgoosespeeder
Code Helper
Tiers are for strangers!
Posts: 530
wildgoosespeeder said 161 great things
|
Post by wildgoosespeeder on Feb 8, 2011 13:43:24 GMT -8
Well you created it! The reason I ask is because "do not steal" is in the code's header. Just want to make sure I have permission before I use it. <script type="text/javascript"> <!-- // cant catch me // by Wormopolis - Do not steal
for (pics=document.getElementsByTagName('img'), p=0; p<pics.length; p++) { if (pics[p].src=="http://i733.photobucket.com/albums/ww337/DangerKart2/Avatars/GreasedUp.gif") { pics[p].onmouseover=function() {this.style.position="absolute"; this.style.top=(document.body.scrollTop+(document.body.clientHeight-this.height)*Math.random()); this.style.left=((document.body.clientWidth-(this.width))*Math.random()); }; } } // --> </script>
|
|
|
Post by Wormopolis on Feb 9, 2011 7:10:17 GMT -8
lol.. fine dont play along then.
you can use it.
|
|
wildgoosespeeder
Code Helper
Tiers are for strangers!
Posts: 530
wildgoosespeeder said 161 great things
|
Post by wildgoosespeeder on Feb 9, 2011 12:00:33 GMT -8
|
|