Archive for November, 2009

amazing function returning function in javascript

Tuesday, November 24th, 2009

i just got some actionscript/javascript code where function returns the function. Confusing at first but really provided with amazing function call syntax:<script>outer=function(a,b){alert(a+b);inner=function(a,b){ alert(a+b); return inner}return inner;}outer(12,12)(12,3)(1,1)(1,1)(12,23);</script>

new Carousels in flash

Friday, November 13th, 2009

here is my new carousels in flash  with some 3d and z sorting