Filed under Site-seeing

New Prius Site is Hot! (Also, it uses KitchenSync)

by


The new Prius site by Saatchi & Saatchi and Bad Assembly looks awesome, has great sound design and feels really smooth. Oh, the car looks pretty hot too.

I caught word that KitchenSync was used for some of the animation! *Blush*

Lolz Days of XMas

by

lolz

A few things are right here:

1. Making something creative every day.
2. Cute animals
3. Viral self-promotion
4. Lolz LLC is an awesome compnany.

lolz days of xmas

AS3 Performance comparison tool

by

I ran across an interesting performance comparison tool at businessintelligence.me

This could be very useful for code optimization and for a general understanding of what’s going on behind the scenes.

performace comparison tool

Perhaps the most striking comparisons in this tool are the ones that compare Vectors to Arrays. Looping Vectors appears to be about 60x faster than looping through Arrays. Someone recently asked me when you would want to use Vectors and my response was whenever you possibly can. And if you think about it, the times which you need an untyped Array are (should be) almost never.

Eagle Eye Free Fall

by

…was a pretty cool example of integrating flash, video, and the real world. It still didn’t make me want to see the movie though.

http://eagleeyefreefall.com/

Tagged

Tweening timeline animations with KitchenSync

by

One of the new features in KitchenSync 1.5 is the ability to tween animations on a MovieClip’s timeline… and I’m not just talking about gotoAndPlay(), I’m talking about controlling the starting and stopping points, speed, and easing functions of an animation on the timeline with code. It does this by incrementally controlling the current frame number of the MovieClip using a KSTween and a special ITweenTarget (a class used to control the values of an object) called TimelineController.

Take this FLA animation.

MovieClip animation

As you can see, there is a simple animation using a guide layer and labels on the key frames.

Continue reading

Tagged