Re: [Flashcoders] Dynamic fonts and Tweens

2009-06-07 Thread Steven Sacks

Did you choose the characters you wanted to embed on the TextField?


John R. Sweeney Jr wrote:

After I attach the mc, I position both the _x and _y with no problem. The
_alpha does not function. I¹m now trying it in just a simple, new moving and
the alpha works if I attach the mc, but if I change the text with AS, then
it does not work.

John


on 6/5/09 9:47 AM, Jordan L. Chilcott at
jchilc...@interactivityunlimited.com wrote:


Did you set your embed properties (either in the property control panel
or with AS)?

jord


___
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


Re: [Flashcoders] Dynamic fonts and Tweens

2009-06-07 Thread John R. Sweeney Jr
Hi Steven,

I created a new font in my library and set the linkage, then created a new
dynamic text field in my mc in the library and embedded the 114 gylphs that
I need and set its linkage. Since its only one textfield, attached and
placed all over the stage, its still a small .swf. It worked great. :)

Thanks for your and everyone's suggestions.


MUCH appreciated,
John

on 6/7/09 12:21 PM, Steven Sacks at flash...@stevensacks.net wrote:

 Did you choose the characters you wanted to embed on the TextField?

John R. Sweeney Jr.
Interactive Multimedia Developer


OnDemand Interactive Inc
945 Washington Blvd.
Hoffman Estates, IL 60169
Office/Fax: 847.310.5959
Cellular: 847.651.4469
www.ondemandinteractive.com


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


Re: [Flashcoders] Dynamic fonts and Tweens

2009-06-05 Thread Glen Pike

Hi,

   Check this one out :)

   http://www.oddhammer.com/tutorials/alpha_dynamic_text/

   Glen

John R. Sweeney Jr wrote:

Howdy all,

Does anyone know of a solution to doing an alpha Tween on a movieclip that
contains dynamic text field.

This is AS2  CS3. I attach a linked mc from the library, populate that text
field, myMc.mySecond_mc.myTextMc.text. The font family Tahoma is stored in a
linked font symbol in my library. It attaches, populates and functions fine,
but the _alpha Tween has no effect on the mc.

Any suggestions?


Thanks in advance for any advise,
John



___
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


Re: [Flashcoders] Dynamic fonts and Tweens

2009-06-05 Thread Jordan L. Chilcott
Did you set your embed properties (either in the property control panel 
or with AS)?


jord

John R. Sweeney Jr wrote:

Howdy all,

Does anyone know of a solution to doing an alpha Tween on a movieclip that
contains dynamic text field.

This is AS2  CS3. I attach a linked mc from the library, populate that text
field, myMc.mySecond_mc.myTextMc.text. The font family Tahoma is stored in a
linked font symbol in my library. It attaches, populates and functions fine,
but the _alpha Tween has no effect on the mc.

Any suggestions?



  

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


Re: [Flashcoders] Dynamic fonts and Tweens

2009-06-05 Thread Zeh Fernando
It's likely it's not using an embedded font (whether it's embedded on the
library or not is just a detail and doesn't say much about your actual
textfield). Can you rotate the mc?

If you can't, it's not using it. If you use embedded fonts you'll be able to
change its _alpha.

If you *can* rotate it it means it's using embedded fonts. Then you are
supposed to change its _alpha normally. If you can't, there's something else
on your code that's preventing the _alpha change from taking place, or doing
so with a value that produces no result.

There's no difference between an _alpha tween from a _x, _rotation, or
_xscale tween.

Zeh

On Fri, Jun 5, 2009 at 11:34 AM, John R. Sweeney Jr
jr.swee...@comcast.netwrote:

 Howdy all,

 Does anyone know of a solution to doing an alpha Tween on a movieclip that
 contains dynamic text field.

 This is AS2  CS3. I attach a linked mc from the library, populate that
 text
 field, myMc.mySecond_mc.myTextMc.text. The font family Tahoma is stored in
 a
 linked font symbol in my library. It attaches, populates and functions
 fine,
 but the _alpha Tween has no effect on the mc.

 Any suggestions?


 Thanks in advance for any advise,
 John



 ___
 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


Re: [Flashcoders] Dynamic fonts and Tweens

2009-06-05 Thread John R. Sweeney Jr
After I attach the mc, I position both the _x and _y with no problem. The
_alpha does not function. I¹m now trying it in just a simple, new moving and
the alpha works if I attach the mc, but if I change the text with AS, then
it does not work.

John


on 6/5/09 9:47 AM, Jordan L. Chilcott at
jchilc...@interactivityunlimited.com wrote:

 Did you set your embed properties (either in the property control panel
 or with AS)?
 
 jord

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


Re: [Flashcoders] Dynamic fonts and Tweens

2009-06-05 Thread John R. Sweeney Jr
I'm not sure what you mean by embed. I created in the library a ³New Font²,
selected Tahoma, set the linkage ³export in first frame², gave it a name
³myTahoma². The I went to my dynamic text field and selected for its font
³myTahoma *². Then I set the linkage for the mc with the textfield inside of
it and called it ³myNav_mc². Then attached myNav_mc, positioned it on the
screen, attached rollover and rollout functions to it (that work fine). But
when I set the _alpha, nothing. :(

I¹m I missing a step?

Thanks,
John


on 6/5/09 9:47 AM, Jordan L. Chilcott at
jchilc...@interactivityunlimited.com wrote:

 Did you set your embed properties (either in the property control panel
 or with AS)?
 
 jord

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