Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Smashable Christmas Lights

Status
Not open for further replies.
Newbie Spellweaver
Joined
Nov 28, 2010
Messages
58
Reaction score
11
Heres something I been working on smashable christmas lights it pwns so I'm releaseing for you to have dont edit or release it withouth PM'ing me thank you.

PHP:
<html>
<head>
<title>Smashable Christmas Lights</title>
<link rel="stylesheet" media="screen" href="christmaslights.css" />
<script type="text/javascript" src="soundmanager2-nodebug-jsmin.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.6.0/build/yahoo-dom-event/yahoo-dom-event.js&2.6.0/build/animation/animation-min.js"></script>
<script type="text/javascript" src="christmaslights.js"></script>
<script type="text/javascript">
var urlBase = './';
soundManager.url = './';
</script>
</head>

<body>

<div>

 <div id="loading">
  <h1>Christmas Light Smashfest 2008: Prototype</h1>
  <h2>Rendering...</h2>
 </div>

 <div id="lights">
  <!-- lights go here -->

 </div>

 <div style="position:absolute;bottom:3px;left:3px">
  <a href="?size=LIVE ">Live </a> | <a href="?size=Productions">Productions.</a> | <a href="?size=small">small</a> | <a href="?size=medium">medium</a> | <a href="?size=large">large</a>

 </div>

</div>



</body>
</html>

Test it out:
 
Last edited:
Canadian
Loyal Member
Joined
Dec 4, 2007
Messages
1,936
Reaction score
96
I actually think this is kind of cool. Except for the fact that the red ones shatter white, green ones shatter red.. etc.

Good job on this (even if it's of no use to me).
 
Custom Title Activated
Loyal Member
Joined
Dec 10, 2007
Messages
2,194
Reaction score
263
You didn't code this.. I've seen this many times in the past.
 
Newbie Spellweaver
Joined
Dec 6, 2007
Messages
90
Reaction score
16
Unless your name is Scott Schiller you didn't make this.
 
Junior Spellweaver
Joined
Apr 12, 2006
Messages
121
Reaction score
26






I think you should have asked them before releasing anything.
Pff, claiming others' work yours, you disgust me.
 
Joined
Jul 11, 2007
Messages
2,695
Reaction score
2,177
First, he asks how to make an html markup username with a custom background in thread "vBulletin Sparkle Effect" (Which is located below this one), and then he posts a wall full of html. Dont you think its a bit suspicious ?
 
Status
Not open for further replies.
Back
Top