Archive for October, 2005

Flash: Video Tutorials [UPDATED]

Friday, October 7th, 2005 by Luis

Flash Extensions

New set of Video Tutorials by flashextensions.

Updated, Flash 8:

Previous related entries:

Games: Watercooler Games

Tuesday, October 4th, 2005 by Carsten Schneider

Check watercoolergames.org, a “forum for the uses of videogames in advertising, politics, education, and other everyday activities, outside the sphere of entertainment”:

Animation: Tokyo Plastic - Opera Dude

Monday, October 3rd, 2005 by Carsten Schneider

New animation on Tokyo Plastic, the Opera Dude.

HTML: Search Engine Ranking Factors Overview

Monday, October 3rd, 2005 by Carsten Schneider

A list of factors that influence your page ranking in search engines, over at SEOmoz.org. Very comprehensive, everything listed by importance, and includes techniques you maybe didn’t know they get you banned.

Illustration: TV Boy, site updated

Sunday, October 2nd, 2005 by Carsten Schneider

www.thetvboy.com

Funny: Japanese Condom Packaging

Sunday, October 2nd, 2005 by Carsten Schneider

via BoingBoing.

Flash: PerlinNoise+DisplacementMapFilter+WebCam

Sunday, October 2nd, 2005 by Luis

Dirty underwater simulation using perlinNoise, DisplacementMapFilter and a webCam:

SWF sample (You need a wbcam connected to your computer):

If you don't have a webCam, just click here to see the same effect apply to a static picture.

[flash]http://www.blog.lessrain.com/wp-content/upload/myperlinnoise_01.swf,250,250[/flash]

Quick And Dirty Source Code:

Actionscript:
  1. import flash.display.BitmapData;
  2. import flash.geom.*;
  3. import flash.filters.*;
  4.  
  5. var myVideoContainer:MovieClip=this.attachMovie("myVideoContainer","myVideoContainer",10);
  6.  
  7. var my_cam:Camera = Camera.get();
  8. myVideoContainer.video.attachVideo(my_cam);
  9.  
  10. var myNoise:BitmapData = new BitmapData(myVideoContainer._width, myVideoContainer._height);
  11. this.createEmptyMovieClip("bmp_mc", 9);
  12. bmp_mc.attachBitmap(myNoise, 1);
  13.  
  14. var offset:Point = new Point(0, 0);
  15. var p:Point = new Point(0, 0);
  16.  
  17. myVideoContainer._x=myVideoContainer._y=-30
  18.  
  19. onEnterFrame = function () {
  20.  
  21.     offset.y -= 15;
  22.     offset.x -= 9;
  23.    
  24.     myNoise.perlinNoise(myVideoContainer._width, 200, 1, 500, false, true, 1, false, [offset]);
  25.     displaceMap = new DisplacementMapFilter(myNoise, p, 1, 1, 100, 100, 'WRAP');
  26.     myVideoContainer.filters = [displaceMap];
  27. };


Flash: ContextMenu, ‘Open’ and ‘Save’ captions are ignored

Sunday, October 2nd, 2005 by Luis

I heven't found any information about this, but must be a strong and logical reason (conflicting issues) to do not show certain words such as 'Open' and 'Save' as context menu items.

If you try the following script you will see what I'm talking about (Maybe is just me...):

Actionscript:
  1. var my_cm:ContextMenu = new ContextMenu();
  2. my_cm.customItems.push(new ContextMenuItem("Open", oHandler));
  3. my_cm.customItems.push(new ContextMenuItem("Save", sHandler));
  4.  
  5. function oHandler(obj, item) {
  6.     trace("Open...");
  7. }
  8. function sHandler(obj, item) {
  9.     trace("Save...");
  10. }
  11. this.menu = my_cm;


Event: Less Rain Shop opening

Saturday, October 1st, 2005 by Carsten Schneider

The Less Rain Retail Empire is expanding, with our new shop opening its doors mid October. Lots of LR T-Shirts, Japanese snacks that should be banned (like the infamous dried wasabi peas), and other schnick-schnack.

Ron Jonzo, our Man with Pen (TM) will unveil a new series of paintings at the opening party, a limited edition silk-screen poster will be available, too!

Less Rain Super Centre
Linienstrasse 154a
10115 Berlin

Opening party: 14th October
Exhibition: 14th October till end of this year

Shop opening hours: Monday-Friday, 10am - 8pm, from 16th October

Event: Good Shit from Germany

Saturday, October 1st, 2005 by Carsten Schneider

Check out the Fertilizer Festival, running from 20th to 23rd October in and around Shoreditch, London. With Seed, Jan Jelinek, T Raumschmiere, FSK, Chicks on Speed, B. Fleischmann, and more...