设计|生活|发现新鲜 » 街头霸王现实版         function dochange(){ event.srcElement.style.background = "#f3f3f3"; } function doRes(){ event.srcElement.style.background = ""; }                  //'); //]]>           .editComment, .editableComment, .textComment{ display: inline;}.comment-childs{border-top: 1px solid #dddddd;border-bottom: 0px solid #000;margin: 5px 10px 10px 80px;padding: 5px 0 0 0;background: #ffffff;}     总算回来了~ 很无辜被卷入“移动机房IP门”中断访问达4天之久,感谢期间联络84询问的朋友们~2009.11.28              /* */      街头霸王现实版Saturday, December 12th, 2009 

 借助超炫的“光涂鸦”摄影技法,街头霸王里电闪雷鸣的攻击成了现实世界里真实闪现,视觉效果真是不亚于游戏里的画面特效~查看全文更多图片。

 

 

 

 也许相关的创意:  超级跑车与光涂鸦

 不错 (10)一般 (1)无聊 (3) Posted in 有趣新鲜 | No Comments »

   订阅到 | ,收藏到QQ书签 | del.icio.us | Google     上一篇:藏在脚垫里的体重秤 下一篇:柱状图和饼状图巧克力                                     var EYES99 = { MAX_DIST : 20, // furthest pupil can move from center EYE_RADIUS : 39, // half the width of the eye image PUPIL_RADIUS : 2, // half the width of the pupil image pupils : [], init : function() { var app = EYES99; // setup our mousemove handler if (document.addEventListener) { document.addEventListener("mousemove", app.moveEyes, true); } else if (document.attachEvent) { document.attachEvent("onmousemove", app.moveEyes); } // grab references to the pupils app.pupils = [ _gel("EYES_pupil099"), _gel("EYES_pupil199") ]; // Call uninit when leaving page to cleanup the handlers _IG_AddEventHandler("unload", app.uninit); }, uninit : function() { var app = EYES99; // clean up our handlers if (document.addEventListener) { document.removeEventListener("mousemove", app.moveEyes, true); } else if (document.attachEvent) { document.detachEvent("onmousemove", app.moveEyes); } }, moveEyes : function(e) { if (!e) e = window.event; var app = EYES99; for (var i = 0; i < app.pupils.length; i++) { var pupil = app.pupils[i]; // The middle points of the eyes var midx = app.getPagePos(pupil.parentNode,true) + app.EYE_RADIUS; var midy = app.getPagePos(pupil.parentNode,false) + app.EYE_RADIUS; // The distX/distY from eye middles to the mouse var distX = e.clientX + document.documentElement.scrollLeft - midx; var distY = e.clientY + document.documentElement.scrollTop - midy; // The absolute distance from eye middles to the mouse var dist = Math.sqrt(Math.pow(distX, 2) + Math.pow(distY, 2)); if (dist > app.MAX_DIST) { // mouse out of eyeball, scale distX/distY to be at eyeball edge var scale = app.MAX_DIST / dist; distX *= scale; distY *= scale; } // Place the pupil appropriately pupil.style.left = parseInt(distX + app.EYE_RADIUS - app.PUPIL_RADIUS) + "px"; pupil.style.top = parseInt(distY + app.EYE_RADIUS - app.PUPIL_RADIUS) + "px"; } }, // get page coords for an element getPagePos : function(el, left) { var val=0; while(el != null) { val += el["offset"+(left?"Left":"Top")]; el = el.offsetParent; } return val; } }; EYES99.init();       也来说几句?(哪有卖?去搜搜看!)   

 名号*:  E-mail:  URL:  Please note:如果您的评论包含链接,防Spam插件可能推迟您的评论显示的时间,请等待84的审核,在此期间您无需重新提交相同的回复.

   

 

点击取消评论 /* */                Catelogs 有趣新鲜 (1055)  产品设计 (842)  创意生活 (312)  创意家居 (288)  创意广告 (54)  先锋数码 (42)  store (26)  分享生活 (18)  小游戏 (11)   浏览月份归档  

   Recent Design 

















 Timeless Design 我们的blog已持续更新近三年时间,很多好的设计分享几乎被时间遗忘,翻翻这里随机出现的旧文吧:

 











 Recent Comments  1当当 说:买回去当装饰墙倒是不错Cat 说:印广州的也行啊>_<kukr 说:第三张真好kukr 说:乒乓球在上面弹得起来吗?s.y.jerry 说:印不下 - -!!! 所以虽然呼声很高却迟迟没有发行。emma 说:同意4楼的观点,不知道一般人穿上是什么效果EMMA 说:最爱第3、4张,很有感觉Emma 说:真的很棒!ww 说:上海地铁的话印得下么?东子 说:为什么没有西安的呢dynatop 说:非常实用的设计,喜欢!!!喷绘 说:这个东西不错,可做商务礼品。pdgg 说:不太实用 视觉冲击效果也不是很强设计|生活|发现新鲜 » Blog Archive » 神奇的影子 说:[...] 这是84两年前分享的另一组类似创意,点此查看更多。 也许相关的创意: Flash小游戏: Shadow FactoryShadows Art: [...]Greeen 说:好有型,不过也可能是Model穿起来就是好看    如果你是设计师,可以将作品提交至我们的网站发表让更多人看到你的大作;如果你是设计爱好者,可以将看到的新鲜资讯提交给我们,与更多人分享。

         function change(){ if(arguments[0]==1){ $("recommend_div").style.display = ""; $("hot_div").style.display = "none"; $("recommend_li").className = "on"; $("hot_li").className = ""; $("more_btn").style.display = ""; } else if(arguments[0]==2){ $("recommend_div").style.display = "none"; $("hot_div").style.display = ""; $("recommend_li").className = ""; $("hot_li").className = "on"; $("more_btn").style.display = "none"; } } function change1(){ if(arguments[0]==1){ $("new_div").style.display = ""; $("friend_div").style.display = "none"; $("new_li").className = "on"; $("friend_li").className = ""; } else if(arguments[0]==2){ $("new_div").style.display = "none"; $("friend_div").style.display = ""; $("new_li").className = "" $("friend_li").className = "on"; } } function change2(){ if(arguments[0]==1){ $("man_div").style.display = ""; $("women_div").style.display = "none"; $("man_li").className = "on" $("women_li").className = ""; } else if(arguments[0]==2){ $("man_div").style.display = "none"; $("women_div").style.display = ""; $("man_li").className = "" $("women_li").className = "on"; } } function displayA(num){ for(var i=1;i<=10;i++){ if(i!=num){ $("width_li_a"+i).style.display = "none"; $("narrow_li_a"+i).style.display = ""; } else{ $("width_li_a"+i).style.display = ""; $("narrow_li_a"+i).style.display = "none"; } } } function displayB(num){ for(var i=1;i<=10;i++){ if(i!=num){ $("width_li_b"+i).style.display = "none"; $("narrow_li_b"+i).style.display = ""; } else{ $("width_li_b"+i).style.display = ""; $("narrow_li_b"+i).style.display = "none"; } } } function displayC(num){ for(var i=1;i<=10;i++){ if(i!=num){ $("width_li_c"+i).style.display = "none"; $("narrow_li_c"+i).style.display = ""; } else{ $("width_li_c"+i).style.display = ""; $("narrow_li_c"+i).style.display = "none"; } } } function displayD(num){ for(var i=1;i<=10;i++){ if(i!=num){ $("width_li_d"+i).style.display = "none"; $("narrow_li_d"+i).style.display = ""; } else{ $("width_li_d"+i).style.display = ""; $("narrow_li_d"+i).style.display = "none"; } } }       function showDiv(objectID) { var theElementStyle = document.getElementById(objectID); if(theElementStyle.style.display == "block"){ theElementStyle.style.display = "none"; }else{ theElementStyle.style.display = "block";} }    88425人已订阅                                  Blogroll                    ChouDou              Creative Commons  本站内容采用共享.网站类转载请务必以超链接形式标明文章出处和作者信息.传统媒体内容合作请联系84.                    分享本文至:          推荐:五百色铅笔团购进行中! 下一篇:藏在脚垫里的体重秤 觉得好看就点左边的图标推荐本文哈!     function myGod(id,w,n){ var box=document.getElementById(id),can=true,w=w||1500,fq=fq||10,n=n==-1?-1:1; box.innerHTML+=box.innerHTML; box.onmouseover=function(){can=false}; box.onmouseout=function(){can=true}; var max=parseInt(box.scrollHeight/2); new function (){ var stop=box.scrollTop%18==0&&!can; if(!stop){ var set=n>0?[max,0]:[0,max]; box.scrollTop==set[0]?box.scrollTop=set[1]:box.scrollTop+=n; }; setTimeout(arguments.callee,box.scrollTop%18?fq:w); }; }; myGod('div4',1500);              |   var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));   try { var pageTracker = _gat._getTracker("UA-568114-2"); pageTracker._trackPageview(); } catch(err) {}