Ricksmuseum

Flash 8 vs. Processing

Category: Processing, Flash, Tech, General — Rick Companje — 19 November 2005 @ 11:32

Since two months now I am a happy Processing user. But at the Spark Europe 2005 event in Amsterdam I found out that Flash 8 has become a really good alternative…

So there is a chance that this will be my last Processing app… snif…

See it work
View the source

It uses a nice trick to leave an alpha trail. It doesn’t clear the screen with background(0) but it draws a rectangle with an alpha of 20. So it takes 5 frames to clear the screen.

fill(0,0,0,20); // 20 is alpha
rect(0,0,width,height);

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

You must be logged in to post a comment.