Articles about tweener’

Feb 25, 2008

Tweening Silverlight with JSTweener

Posted by Dennis in Uncategorized 5 comments

I do most of my ActionScript tweening with the easy-to-use Tweener class. Tweener has been ported to JavaScript so that means it can be used with Silverlight 1.0. This port is called JSTweener and its syntax is identical with Tweener for ActionScript. The most basic tweening example looks like this: JSTweener.addTween( myObject, { x: 30, [...]


Aug 1, 2007

Sandy 3D, Tweener, pulling vertices

Posted by Dennis in 3D, ActionScript, Flash 19 comments

There was a rumor that the new Sandy AS3 version and Tweener could not be combined. That would’ve been a real shame … if it was true Fortunately, it isn’t. Since I just made a minor change to Sandy’s Collada parser (now it also reads vertex normals) I decided to combine these things into a [...]