Re: [Flashcoders] Swish-type text animation

2006-04-21 Thread elibol
Sweet idea Jesse, real original.

There is also the Yugo style from back in the days of Monocraft where you
would create a movieclip that contained a textfield which would embody a
single letter. You would tween this dynamic letter, and through external
means, generate, kern, break lines and such manually to generate a neat
effect.

There is another method to do this too, with just dynamic textfields. You
have to be creative though, I mean, the most basic form of this is to just
run an onEnterFrame loop that populates a textfield with each letter in a
string. I've written some things that combine both methods, where you would
create a dynamic letter effect and destroy the movieclip and replace it with
a letter in a text field once it was finished tweening.

Here is a really old example of the first style I mention, it uses random
positioning and rotation with the Yugo style, I wrote it in AS 1.0 from
flash 5 days:

http://anticipatechange.com/huseyin/letloose.html

I really should rework that one, the text in the input field is not even
embedded >.<

Example of the latter is the dynamic type at the bottom on this page:
http://anticipatechange.com/huseyin/wtf/

Don't be frightened, I'm just weird.

Another example of the latter style is how Yugo handles type on his
experimental site:

www.yugop.com

My two cents: I think it's important to try and be original if you have at
dynamic type tweening.

Hope this helps,

M.

On 4/20/06, Ettwein, Josh <[EMAIL PROTECTED]> wrote:
>
> Just curious... I haven't endeavored to use a 3p tool like this in
> years, so I'm wondering what, if anything people are using to generate
> text effects nowadays? Short of hand-animating it yourself, of course.
>
> Josh
>
>
> ___
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Swish-type text animation

2006-04-20 Thread Ettwein, Josh
Lol... I was there for 3 weeks surfing last summer and became obsessed
with the language - it's very fun to learn and speak. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Merrill,
Jason
Sent: Thursday, April 20, 2006 3:33 PM
To: Flashcoders mailing list
Subject: RE: [Flashcoders] Swish-type text animation

>>I forgot I was writing to the list in
>>indonesian though... My bad! :)

Yeah, don't sweat it, I almost make the same mistake every day myself.


Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Swish-type text animation

2006-04-20 Thread Anggie Bratadinata

Merrill, Jason wrote:

I forgot I was writing to the list in
indonesian though... My bad! :)


Yeah, don't sweat it, I almost make the same mistake every day myself.


You almost forgot you were writing to the list? or you almost forgot you 
were writing in Indonesian? :-D


--
Anggie Bratadinata
Web|Graphic|Flash
Jl. Raya Langsep 21
Malang - East Java
I N D O N E S I A
http://design.ibshastautama.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Swish-type text animation

2006-04-20 Thread Anggie Bratadinata
Well, when I replied to your query, I mistakenly put your name in the 
"TO:" field (... I definitely need more sleep). I found it out when I 
saw your response in this list, hence my apology.


And, yeah, Satori's TS is kewl. :)

--
Anggie Bratadinata
Web|Graphic|Flash
Jl. Raya Langsep 21
Malang - East Java
I N D O N E S I A
http://design.ibshastautama.com


Ettwein, Josh wrote:

Sorry, I forwarded it to the list, I figured everyone might want those
resources you mentioned. I forgot I was writing to the list in
indonesian though... My bad! :) I tried the second one, works pretty
well.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anggie
Bratadinata
Sent: Thursday, April 20, 2006 3:18 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Swish-type text animation

Sama-sama, Mas Josh :)

Dan, maaf saya tidak sengaja mengirim email langsung ke alamat Mas Josh,
bukan ke Flashcoders.


--
Anggie Bratadinata
Web|Graphic|Flash
Jl. Raya Langsep 21
Malang - East Java
I N D O N E S I A
http://design.ibshastautama.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Swish-type text animation

2006-04-20 Thread Merrill, Jason
>>I forgot I was writing to the list in
>>indonesian though... My bad! :)

Yeah, don't sweat it, I almost make the same mistake every day myself.


Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com







NOTICE:
This message is for the designated recipient only and may contain privileged or 
confidential information. If you have received it in error, please notify the 
sender immediately and delete the original. Any other use of this e-mail by you 
is prohibited.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Swish-type text animation

2006-04-20 Thread Ettwein, Josh
Sorry, I forwarded it to the list, I figured everyone might want those
resources you mentioned. I forgot I was writing to the list in
indonesian though... My bad! :) I tried the second one, works pretty
well.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anggie
Bratadinata
Sent: Thursday, April 20, 2006 3:18 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Swish-type text animation

Sama-sama, Mas Josh :)

Dan, maaf saya tidak sengaja mengirim email langsung ke alamat Mas Josh,
bukan ke Flashcoders.


--
Anggie Bratadinata
Web|Graphic|Flash
Jl. Raya Langsep 21
Malang - East Java
I N D O N E S I A
http://design.ibshastautama.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Swish-type text animation

2006-04-20 Thread Anggie Bratadinata

Sama-sama, Mas Josh :)

Dan, maaf saya tidak sengaja mengirim email langsung ke alamat Mas Josh, 
bukan ke Flashcoders.



--
Anggie Bratadinata
Web|Graphic|Flash
Jl. Raya Langsep 21
Malang - East Java
I N D O N E S I A
http://design.ibshastautama.com


Ettwein, Josh wrote:

Mas Anggie,

Terima kasih banyak... ini sempurna!

Josh


-Original Message-
From: Anggie Bratadinata [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 20, 2006 10:43 AM

To: Ettwein, Josh
Subject: Re: [Flashcoders] Swish-type text animation

A friend of mine uses this pretty flash plugin:
http://www.redgiantsoftware.com/textfxinfo.html

I'm still learning how to use this one:
http://www.actionscript.com/Article/tabid/54/ArticleID/TextScript--The-T
ext-Effect-Infrastructure/Default.aspx

--
Anggie Bratadinata
Web|Graphic|Flash
Jl. Raya Langsep 21
Malang - East Java
I N D O N E S I A
http://design.ibshastautama.com


Ettwein, Josh wrote:
Just curious... I haven't endeavored to use a 3p tool like this in 
years, so I'm wondering what, if anything people are using to generate



text effects nowadays? Short of hand-animating it yourself, of course.

Josh

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



--
--
Anggie Bratadinata
Web|Graphic|Flash
Jl. Raya Langsep 21
Malang - East Java
I N D O N E S I A
http://design.ibshastautama.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Swish-type text animation

2006-04-20 Thread Ettwein, Josh
Mas Anggie,

Terima kasih banyak... ini sempurna!

Josh


-Original Message-
From: Anggie Bratadinata [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 20, 2006 10:43 AM
To: Ettwein, Josh
Subject: Re: [Flashcoders] Swish-type text animation

A friend of mine uses this pretty flash plugin:
http://www.redgiantsoftware.com/textfxinfo.html

I'm still learning how to use this one:
http://www.actionscript.com/Article/tabid/54/ArticleID/TextScript--The-T
ext-Effect-Infrastructure/Default.aspx

--
Anggie Bratadinata
Web|Graphic|Flash
Jl. Raya Langsep 21
Malang - East Java
I N D O N E S I A
http://design.ibshastautama.com


Ettwein, Josh wrote:
> Just curious... I haven't endeavored to use a 3p tool like this in 
> years, so I'm wondering what, if anything people are using to generate

> text effects nowadays? Short of hand-animating it yourself, of course.
> 
> Josh
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Swish-type text animation

2006-04-20 Thread JesterXL
Extremely time consuming, and even worse, the more flexibility you give the 
designer to use it, the more time you have to spend

- Original Message - 
From: "Ettwein, Josh" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Thursday, April 20, 2006 2:00 PM
Subject: RE: [Flashcoders] Swish-type text animation


Ahhh, that's pretty slick, Jesse. Nice. Like you said though - it's
time-consuming to say the least. :)

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of JesterXL
Sent: Thursday, April 20, 2006 10:52 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Swish-type text animation

JSFL if you have the patience:
http://www.jessewarden.com/archives/2004/09/jsfl_jxlwithrow.html

- Original Message -
From: "Ettwein, Josh" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Thursday, April 20, 2006 1:28 PM
Subject: [Flashcoders] Swish-type text animation


Just curious... I haven't endeavored to use a 3p tool like this in
years, so I'm wondering what, if anything people are using to generate
text effects nowadays? Short of hand-animating it yourself, of course.

Josh
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Swish-type text animation

2006-04-20 Thread Ettwein, Josh
Ahhh, that's pretty slick, Jesse. Nice. Like you said though - it's
time-consuming to say the least. :) 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of JesterXL
Sent: Thursday, April 20, 2006 10:52 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Swish-type text animation

JSFL if you have the patience:
http://www.jessewarden.com/archives/2004/09/jsfl_jxlwithrow.html

- Original Message -
From: "Ettwein, Josh" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Thursday, April 20, 2006 1:28 PM
Subject: [Flashcoders] Swish-type text animation


Just curious... I haven't endeavored to use a 3p tool like this in
years, so I'm wondering what, if anything people are using to generate
text effects nowadays? Short of hand-animating it yourself, of course.

Josh
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Swish-type text animation

2006-04-20 Thread JesterXL
JSFL if you have the patience:
http://www.jessewarden.com/archives/2004/09/jsfl_jxlwithrow.html

- Original Message - 
From: "Ettwein, Josh" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Thursday, April 20, 2006 1:28 PM
Subject: [Flashcoders] Swish-type text animation


Just curious... I haven't endeavored to use a 3p tool like this in
years, so I'm wondering what, if anything people are using to generate
text effects nowadays? Short of hand-animating it yourself, of course.

Josh


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Swish-type text animation

2006-04-20 Thread Ettwein, Josh
Just curious... I haven't endeavored to use a 3p tool like this in
years, so I'm wondering what, if anything people are using to generate
text effects nowadays? Short of hand-animating it yourself, of course.

Josh


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com