eBoy pixel art
Posted by phillip Sat, 30 Aug 2008 09:57:00 GMT
click the image to start the storm.
Posted by phillip Sat, 30 Aug 2008 09:57:00 GMT
click the image to start the storm.
<script type="text/javascript">
//<![CDATA[
var villageImages = ['prestorm-16k-1', 'poststorm-11k', 'reconstructed-05k'].map(function(name) {
// too lazy to use regexes ...
return 'http://me.phillipoertel.com/files/shp-village-' + name + '-tm.jpg';
});
// preload images
villageImages.each(function(url) { (new Image()).src = url; })
Event.observe('eboy-village', 'click', function() {
var img = $('eboy-village');
var currentImageNr = villageImages.indexOf(img.src);
var newImage = villageImages[currentImageNr + 1] || villageImages[0];
img.src = newImage;
});
//]]>
</script>
Posted in css & javascript, coding | Tags art, pixel | no comments | no trackbacks
Use the following link to trackback from your own site:
http://me.phillipoertel.com/trackbacks?article_id=eboy-pixel-art&day=30&month=08&year=2008
| · | j | f | m | a | m | j | j | a | s | o | n | d |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 02 | 6 | |||||||||||
| 03 | 7 | 1 | 2 | 1 | 5 | 2 | 4 | 2 | ||||
| 04 | 2 | 1 | 1 | 2 | 1 | 1 | 3 | 2 | ||||
| 05 | 1 | 1 | 4 | 2 | 1 | 1 | 2 | |||||
| 06 | 8 | 5 | 2 | 3 | 3 | 4 | 1 | 4 | 3 | 2 | 9 | |
| 07 | 5 | 4 | 10 | 2 | 4 | 1 | 6 | 6 | 2 | 6 | 13 | 5 |
| 08 | 1 | 10 | 4 | 2 | 10 | 11 | 6 | 9 | 6 |
