Showing posts with label fun. Show all posts
Showing posts with label fun. Show all posts

Tuesday, February 20, 2007

1nk.us Games - Cool Online Games

Our new service is online flash games.
At this moment we have more than 1000 games and they will increasing.
We have different categories with many games in each: Action Games (358), Adventure Games (28), Arcade Games (169), Puzzle Games (153), Shooting Games (81), Sports Games (79), Strategy Games (19), Other Games Media (157).

1nk.us Games - Cool Online Games

Friday, November 10, 2006

Fun: Cool JavaScript code

I found a fun javascript code in the web. 
Open some site, for example www.1nk.us, and then paste this code in the address bar, hit Enter and enjoy.

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i<DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0);