December 2011
2 posts
The Wormworld Saga, Chapter 2 →
Dec 29th
Test2 →
function cache_image ( imgName, src_on, src_off, width, height ) { eval ( imgName + "_on = new Image (" + width + ", "+ height + ");" ); eval ( imgName + "_on.src = \"" + src_on + "\";" ); eval (...
Dec 7th