Re: [Flashcoders] TWeener custom class property tweening

2007-09-14 Thread Jiri Heitlager
Thanks Zeh, that is exactly what I want to achieve. My apologize that I didn't tested the most obvious first :) Jiri Zeh Fernando wrote: Hey Jiri, I'm not sure if I'm getting it right; but if you want to animate a property of a class, you don't need to register anything. The "special propert

Re: [Flashcoders] TWeener custom class property tweening

2007-09-13 Thread Zeh Fernando
Hey Jiri, I'm not sure if I'm getting it right; but if you want to animate a property of a class, you don't need to register anything. The "special properties" are meant only to wrap around features that aren't directly acessible (like data that is only acessible through methods and functions

[Flashcoders] TWeener custom class property tweening

2007-09-13 Thread Jiri Heitlager
I tried to use the Tweener class to 'animate' a property of a class, but it doenst seem to work. Can somebody point me out, what it is I am doing wrong. Here is my code /** * ... * @author Default * @version 0.1 */ import caurina.transitions.Tweener; import org.dadata.utils.Proxy; class Test.t