PDA

View Full Version : Dynamic boxes=static ones?


dina
03-07-2002, 07:30 PM
Dina
when we use dynamic for our regular static text boxes the texts look more clear, is there any problem doing so?

Thanx all
Dina

Tink
03-07-2002, 07:39 PM
try making sure ur static text is position x & y on a whole pixel. ie. x = 100, y = 50 as opposed to x = 100.8, y = 50.2.

also that u haven't scaled ur text so that it's size isn't a whole number.

not sure whether using dynamic text instead will cause a prob but i don't think it can b a good habit to get into

cheers

BLEEDA

zickan
03-08-2002, 02:16 PM
There's a little button that looks something like: [...] in the same dialouge box as where you select dynamic.

That should make your text look like it should.

mad_A
03-28-2002, 03:33 PM
Static text becomes a graphic object when it is published inflash - and it is anti-aliased, so it is slightly less clear. There is no poblem using dynamic fields, just be carful that you do not reassing their instance names anywhere else in the movie.
For total assurance assign the text to them from the timeline or, even better (for filesize) an external file.

A