Archive for September, 2005

BTTD: The story of physical interaction…

Wednesday, September 21st, 2005 by Luis

I would like to make things (Teleo), no matter which language I speak (Phidgets), then one day, I will be like him (David Rokeby).

Toolkit for interacting with the physical world:

Director: repeat loop problem

Monday, September 19th, 2005 by Carsten Schneider

I am updating a ten year old project so it runs on OS X.

To get optimal performance I kept everything inside one big repeat loop, with smaller repeat loops nested inside (e.g. while the mouseDown, etc.), instead of using go to the frame.

It seems though that now this is seen by the operating system as an unresponsive process, and therefore produces the ‘wait’ cursor.

You can test this with a very basic script:

on exitFrame me
repeat while 1=1
cursor 200
updateStage
end repeat
end

I’m not really up for stripping the code from all the repeat loops (i.e. rewriting everything), if you have a workaround let me know.

Flash: EFFECTiveness in Flash 8

Monday, September 19th, 2005 by Luis

Well, probably this is not as fancy as ‘fire’, ’smoke’, ‘particles’, ‘3d’, but I would like to highlight this post from Tinic Uro where he gives some ideas of how to use the new ‘Flash 8 features’ in a different and practical way.

Worth to read: Using Flash Player 8 filters for good.

More ideas around this topic:

I think, since the new Flash Player has access to the pixel data of a webcam, we are close to the possibility of creating hands free devices that will enable many disable people to use their computers, such as Mouse Vision.

Related post: Flash 8 and webcams.

Flash: Force Download… No more dirty tricks in Flash 8

Friday, September 16th, 2005 by Luis

Following up our post Force Download where we discussed a few tricks to download a picture directly from flash using getURL and a simple php script, I feel like continue the post adding how you can achieve the same or even better by using the FileReference.download method in Flash 8.

Cleaner better and simpler:

Actionscript:
  1. import flash.net.FileReference;
  2. var myPic = "url to my picture";
  3. var fileRef:FileReference = new FileReference();
  4.  
  5. function bringmethePicture(){
  6.     fileRef.download(myPic, 'IMG_0200.jpg')
  7. }


Sample swf: (just right click the picture to download the image): [flash]http://www.blog.lessrain.com/wp-content/upload/download2.swf,350,200[/flash]

BTTD: Revolution

Friday, September 16th, 2005 by Carsten Schneider

Awesome.

Check the video. And read this.

Flash: Cast to Array

Thursday, September 15th, 2005 by Thomas

Now that's weird: it seems to be impossible to cast to an Array in AS2!

The "natural" way of doing it for me would be this:

Actionscript:
  1. var a:Array = [ [1, 2], [3, 4] ];
  2. var b:Array = Array(a[0]);
  3. trace(b[0]);


I'd expect the output to be "1", but it actually prints "1,2"!

Read the rest of this entry »

Flash: Transformation Matrix in Flash 8

Thursday, September 15th, 2005 by Luis

Senocular has put together a comprehensive tutorial about the Transformation Matrix in Flash 8.

Worth to take a look.

Flash: More Small things in Flash 8

Wednesday, September 14th, 2005 by Luis

Another small but useful improvement is in the actionscript editor, finding and replacing text in the current file. Now you can find or replace the selected text like in any other text editor:

Flash 8

f8

Flash MX 2004

fmx2004

Flash: Small things in Flash 8

Wednesday, September 14th, 2005 by Luis

I haven't work in any single project all this years where the new Flash 8 effects were indispensable, this is why I would like to focus in other aspects of the new Flash 8 rather than bitmap data manipulation which I think it is fantastic but it is being covered everywhere.

One of my favourite things in this new version is the drop down menu in the library panel where you can jump between different libraries. I think this is a huge improvement.

library panel

The lesser-known new features of Flash Professional 8 (Part 1)

Flash Racer

Tuesday, September 13th, 2005 by Luis

A project to produce a racing game in flash including advanced physics, handling, 3d graphics and real life tracks.

Via Hidden Resource

Event: DJ Yoda goes to the movies

Tuesday, September 13th, 2005 by Carsten Schneider

Scratching movies with his DVJ machine, at the Curzon Soho, 18th September, 6pm. More on the Curzon website.

Event: Hexstatic, Sat 17th, 9pm, London Eye.

Tuesday, September 13th, 2005 by Carsten Schneider

Featuring a 45 x 25m spray screen in the middle of the Thames. Saturday 17th September, 9 - 10pm, at the London eye.

More info: Thames Festival site. Hexstatic.