Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript" src="http://konami-js.googlecode.com/svn/trunk/konami.js"></script>
- <script type="text/javascript">
- konami = new Konami()
- var woonMoving = 0;
- konami.code = function changeImg(){
- if (woonMoving == 0)
- {
- woonMoving = 1;
- woonPos = -48;
- moveWoona();
- }
- konami.load()
- var woonTime;
- var woonPos;
- function moveWoona()
- {
- document.getElementById('woona').style.left = woonPos;
- woonPos = woonPos + 1;
- woonTime = setTimeout("moveWoona()",34);
- }
- </script>
- <img id="woona" style="position:fixed;top:40%;left:-48" src="http://scootaloo.srb2.org/woonaskip.gif" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement