Re: [Flashcoders] Q: Mootools morph text effect

2007-08-08 Thread Dan Efergan
As Eric says, you'll want to run a setInterval (or place the code onto some suitable onEnterframe holder, such as a containing movieClip). The code you'll want to look at is updating the TextFormat of the text field. Using this you can update the fonts colour/size/ spacing. You'll

[Flashcoders] Q: Mootools morph text effect

2007-08-07 Thread moveup
Hi Does anyone know a way to morph 2 textfields as they are done using the (quite amazing) Mootools javascript framework? http://demos.mootools.net/Fx.Morph [e] jbach at bitstream.ca [c] 416.668.0034 [w] www.bitstream.ca ...all improvisation is life

Re: [Flashcoders] Q: Mootools morph text effect

2007-08-07 Thread eric e. dolecki
use a quick interval and change the background, text size, padding, etc. during it. On 8/7/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Does anyone know a way to morph 2 textfields as they are done using the (quite amazing) Mootools javascript framework?