Re: [Flashcoders] Applying tween class to textfields

2005-12-07 Thread erixtekila

FYI, I made another tween engine build on a new concept.
I just have published some source code on my site :
http://www.v-i-a.net/blog/archives/2005_11.html

For the none frenchist, here is an overview.
If you find it interesting, I'll put this in osflash site.


Here is the idea behind this implementation :
Flash mathematic calculation is slow.
And Tween rely on heavy calculation, even though Robert Penner 
optimized them as much as possible.


But once you've done the all equation, why should you begin again ?
So I made a cache system available that intelligently serve 
precalculated values.

That's all.

Moreover, instead of using an onEnterFrame, I use setInterval.
What th deal ?
setInterval is able to force rendering the screen 1 times faster than 
the framerate.
So if your tween needs a must render every step algorithm, it's 
available.


I've also rethink the API to make it more easy for (/me).
There is an exemple of use on the blog.

As usual, you are not slave with MovieClip properties, you could tween 
Color values, as soon as they get some accessor methods.



Cheers.
---
erixtekila
http://blog.v-i-a.net/


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Applying tween class to textfields

2005-12-06 Thread Mattias Johansson
What are you trying to tween? I know I was trying to tween the alpha with
the Zigo engin but couldn't get it to work until I embeded the fonts. Have
you tried that?

Have you tried MC tween2?
http://hosted.zeh.com.br/mctween/index.html

Or fuse kit:
http://www.mosessupposes.com/Fuse/

They are related to Zigo but later versions.


2005/12/3, [EMAIL PROTECTED] [EMAIL PROTECTED]:

 Sorry its still early ;)  This is the movieclip tweening prototype I am
 using.
 It says it works with textfields as well but no luck so far.

 http://laco.wz.cz/tween/


 Thanks

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Applying tween class to textfields

2005-12-03 Thread mikeb
I am trying to apply a tween class to a textfield.  Nothing I do to it seems to
work.  Ive tried using the class on the textfield itself as well as placing it
in a movieclip first and applying the class to that.  Is there something im
missing?

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Applying tween class to textfields

2005-12-03 Thread Zeh Fernando
I am trying to apply a tween class to a textfield.  Nothing I do to it 
seems to
work.  Ive tried using the class on the textfield itself as well as 
placing it
in a movieclip first and applying the class to that.  Is there something 
im

missing?


It depends on the class. No one can tell you in advance without knowing what 
you're using and how.



- zeh 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Applying tween class to textfields

2005-12-03 Thread mikeb
Sorry its still early ;)  This is the movieclip tweening prototype I am using. 
It says it works with textfields as well but no luck so far.

http://laco.wz.cz/tween/


Thanks

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders