Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Masking Dynamic Text?


After spending the most of this day doing the tutorial by Patrick on scrolling text (the easy one without the scroll bar) I finally got it.....BUT???? the scrolling text is in a masked layer whish evidently keeps the text from apearing? When I drag the layer out from the mask everything works fine and I can see the text and scroll it but as soon as i put it back under the mask the dynamic text doesn't show? the text is written in the action script of the movie clip object as described in the tutorial? HELP?




FlashKit > Flash Help > Flash Newbies
Posted on: 04-04-2002, 08:25 PM


View Complete Forum Thread with Replies

Sponsored Links:

Masking Dynamic Text
A simple qustion... is masking dynamic text one of those unexplainable things that you just can't do?

View Replies !    View Related
Dynamic Text And Masking
When I mask and object (MC) that has dynamic text, the dynamic text does NOT show through the text -- what do I need to do to make the dynamic text show through the mask?

View Replies !    View Related
Masking Dynamic Text
How do u mask dynamic text...Is it possible at all

View Replies !    View Related
Masking Dynamic Text
hey guys,
I was just wondering it was possible to mask dynamic or input text. I tried doing it and it didnt work. But when I changed the text to static everything worked fine. Any ideas. Thanks for the help guys
Don

View Replies !    View Related
Masking Dynamic Text
is there any way you can use a mask layer on dynamic text? every time i attempt it the mask layer always seems to be ignored when it is made into a swf file.......

please tell me someone knows what i'm talking about....

View Replies !    View Related
Dynamic Text Masking
i m trying to mask a dynamic text field in mx..? but it isnt working
thnx
aLi

View Replies !    View Related
Masking Dynamic Text
You've got to be kidding!. Is it true you cannot mask dynamic text without embedding??

View Replies !    View Related
Masking Dynamic Text?
At least it's seems its being done on this site -->
http://www.code-media.com/home.htm

(in the leftdown corner)...
How is it done? Is it done using a pixelfont? Or maybe err... AARGH, pls help me out... I'm trying to
make sharp looking (like dynamic text is) fonts (preferable arial) mask. Thus far I have not succeeded

View Replies !    View Related
Masking Dynamic Text
Is it not possible to mask dynamic text fields? My text just dissappears when I place a mask layer above it... If I change the text to static it appears... I need to use dynamic text so I can use a scoll bar on it!

Cheers,

GP
gp@1lg.com

View Replies !    View Related
Masking Dynamic Text
Hello,

i have a movie with 2 layers
one is a mask animation the other contains a dynamic text field
on playing a movie i dynamic set text for the text movie but the text only shows once then vanishes then the masking animation plays

Can you mask dynamic texts?

Kendall

View Replies !    View Related
Masking Dynamic Text? Is It Possible?
Well I was wonderring if it is?
Regular layer masking is ignorred is there any other way?

View Replies !    View Related
Dynamic Text Box's Masking
Please Tell me how can i mask a dynamic/input text box.

i am using Flash MX, and when i mask a Dynamic / Input Text Box, Nothing is Displayed.

If some one can send me sample fla, i will be thankfull to him.

Thank u

View Replies !    View Related
Dynamic Text + Masking
Is there a way to get a mask layer to stay on top of text that loads dynamically? Since the mask is premade, I've got it over everything except the text and a curveto movie clip which load at run-time. I tried making the mask into a movieclip and setting a depth for it to stay on top (which works for graphics but not masks apparently).

View Replies !    View Related
Masking Dynamic Text? Is It Possible?
Hi, Is there any possible way to mask text that is in a dynamic text box using flash MX?

It seems to look like its working until you test the movie then all the text dissapears altogether!

View Replies !    View Related
Masking Dynamic Text?
Hi..

I have a movie with a clip that has dynamic text.

I have set up a mask for the layer with the clip in it, and when I have the project opened on the stage, it looks fine, but when I test the published movie, the dynamic text disappears.. Any ideas? Is this a "known issue" with Flash MX or a bug?

If I change the text to static text, the mask works correctly.

Thanks,

Rich

View Replies !    View Related
Masking Dynamic/no AA Text
Hey, everybody.

I've been using Flash since Flash 3, and I've finally gotten pretty good at it lately (as far as I'm concerned, anyway). I'm also a long-time FlashKit fan and this is my first visit to the forums (but I will definitely be a frequenter from now on).

My new website design is comprised of 100% Flash (here is a pic of what is done so far). Normally, if I run into a problem I can think of a way to fix it and do so.

However, this one's a doozy

Naturally, I do not want all of the text loaded into the content frame to be AntiAliased, because it's though on the system. Easy enough, just make it dynamic text. Well, come to find out, you can't mask Dynamic Text. With the scrollbar code I wrote I need to be able to mask the text.

So my question is this: is there any way to mask Dynamic Text, or to make Static Text not AntiAliased?

Thanks in advance, any help is greatly appreciated!

--AcidGoat

View Replies !    View Related
Masking Dynamic Text
Hi,

I know all about masking text using embedded font but I am trying to mask dynamic text and it does not work. I created a movieclip and named it content. There is only one frame with actionscript:

this.createTextField("actionText",1,0,0,420,220);
actionText.html = true;
actionText.type = "dynamic";
actionText.multiline = true;
actionText.font = "ArialEmbed";
actionText.embedFonts = true;
actionText.textColor = 0x000000;
actionText.wordWrap = true;

function loadExplanation(butText){
loadVarsText = new loadVars();
loadVarsText.load(butText);
loadVarsText.onLoad = function(success) {
if (success) {
actionText.htmlText = this.fieldContents;
}
}
}
loadExplanation("introduction2.txt");

As you can see I created a new font based on Arial.

Then on the main stage I put a mask (maskClip) and then this actionscript:
content.setMask(maskClip);

The text only shows up when I remove
actionText.embedFonts = true;
but is of course not masked. When the line of code is present the text is never visible.

Any ideas?

View Replies !    View Related
Masking Dynamic Text, Can It Be Done? Example:
I have not been able to use dynamic text under a mask layer? Can it be done?

Here's my example: http://www.proethic.com/flash.html

There is a little screen that animates from right to left and the text shows up once the animation is over. I would like to be able to animate the text along with it.

Thanks.

View Replies !    View Related
Masking A Dynamic Text Box..
I have a dynamic text box which I need because I have a scrollbar in it, but when i try to mask it, the text doesent show up.

I have searched the forums and people have been saying that you have to embed the font, so i tried this, but it still doesent show up. anyone know another way to do this?

Thanks,
Hollers

View Replies !    View Related
Masking With Dynamic Text
is there a way to mask with dynamic text, it works if you have static text but when its dynamic and you play the movie the text turns invisible.
can anyone help me?
Thanks
James

View Replies !    View Related
Masking Dynamic Text
Can it be done? I can't get it to work. The text works fine if I don't have the mask.

help!

Naomi

View Replies !    View Related
Masking Dynamic Text (I'm Sure This Has Been Here Before)
I want to mask dynamic text pulled in from a .txt file, although I can't seem to do it. I don't want to embed the fonts, because I want to use html tags to format the dynamic text. I tried using setMask(); but that didn't seem to help.

Ryan

View Replies !    View Related
Masking Dynamic Text
Is it possible to use a mask effect with dynamic text? I tried with no success. When I change the text from dynamic to static it works.

If I cannot mask dynamic text, can I use action script to change the text field to static text after loading dynamic text at run time? If so, can you provide sample code?

I would appreciate any advice,
Roachmoe

View Replies !    View Related
Masking Dynamic Text
Hey everyone,
I was just curious as to whether it was possible to mask dynamic text. Whenever I try and mask dynamic text, the text just doesn't show up.
Any ideas. Thanks
Don

View Replies !    View Related
Masking Dynamic Text
Is there a way to add a mask to a dynamic text field?

I have tried many different ways but I always end up with the same result. No visible Text!

View Replies !    View Related
Little Help With Masking And Dynamic Text
I have a mask that springs and follows the mouse, and masked a layer which i hope to have dynamic text on. Now the mask only works with static text. I attached a .fla where i have a button that has static text that shows up, but when you have the text dynamic, it does not show up.

View Replies !    View Related
Masking Dynamic Text
does anyone know why I can't use masking layers to mask a dynamic text box? I thought I had done it before but I can't get it to work... can anyone help?

View Replies !    View Related
Dynamic Text Masking?
Is there a way to mask dynamic text?

View Replies !    View Related
Masking Dynamic Text?
anyone know how? normal methods don't seem to work.

View Replies !    View Related
Masking Dynamic Text
Is there away i can mask dynamic text? I've tried the 'nomral' way and it doesn't want to work. Yet when i change it to static text, it works.

Help appreciated!

View Replies !    View Related
Masking Dynamic Text
how?

static text seems to be able to be masked, dynamic not. is there a workaround?



cheers

View Replies !    View Related
Masking The Dynamic Text
hi there,
I would like to learn if it is possible to mask a dynamic text.

Somehow after masking the dynamic text It dissapeares from my movie.

Thanks for your time

View Replies !    View Related
Masking, And Dynamic Text
okay, so i used embedded characters in my dynamic textfield (which loads text from an external TXT file) and now i can mask it and rotate it without the text disappearing, but now, the text won;t show up if it's aliased, and i can;t use HTML bold tags. heeeelp?

View Replies !    View Related
Dynamic Text And Masking
Hi,
i'm trying to add a mask to a dynamic text, and it seems that it's not working.
the dynamic text disapears completely when i publish the swf file
can anyone tell me how i can add a mask to dynamic text?
thx.
PS: i'm using flash MX

View Replies !    View Related
Masking Dynamic Text
Has anyone had any success masking dynamic text fields? I don't think it can be done, and I'm not sure why.

View Replies !    View Related
Masking Dynamic Text
I'm having trouble masking some movie clips containing text.

I create the mask and text like this ....
code:
mask_mc = space.attachMovie("mask", "mask_mc", 0);
var style_fmt:TextFormat = new TextFormat();
style_fmt.font = "Book Antiqua (embedded)";
style_fmt.size = 14;
for (var j = 0; j<submenu_length; j++) {
submenu_btn = submenu_mc.createEmptyMovieClip("submenu_btn"+j, j);
submenu_btn._x = btnPos;
btnPos += 100;
subText = submenu_btn.createTextField("subText", 10, -50, 0, 100, 16);
subText.text = submenuName[j];
subText.autoSize = "center";
subText.antiAliasType = "advanced";
subText.embedFonts = true;
subText.setTextFormat(style_fmt);
subText.textColor = 0x8AAFE0;
subText.selectable = false;
submenu_btn.setMask(_root.space.mask_mc);
}
.... and I have Book Antiqua embedded. But no luck with the mask. Can anybody see any problems? Or know why the buttons aren't being masked?

thanks
mark
studio8

View Replies !    View Related
Masking Dynamic Text
ok i have a problem i have a MC and within it is some dynamic text but the MC has to be masked when i do this the dynamic text does not show. is there a way round this.

View Replies !    View Related
Masking Dynamic Text
Anyone familiar with a technique that will allow dynamicly generated text, via the (createEmptyTextField), to be masked?

When I apply a mask to a menu and and maniplulate the mask to revleal the menu, the text is not viewable.


I remeber reading that dynamic text cannot be rendered behind a mask. Is there a way around this?

View Replies !    View Related
Masking Dynamic Text
Ok im workin on a project where i have an input text box and a dynamic text box. What ever you type in the input box is mirrored in the dynamic tect box. I got that part working.

If it helps here is the code:

---------------------------------------
_root.onEnterFrame=function()
{
dynText.text=inoutText.text
if(Key.isDown(Key.ENTER)){
ch=dynText.text
dynText.text=""
chArray = ch.split(" ");
chArray.splice(chArray.length, 0,"|");
for (i = 0 ; i < chArray.length ; i++){
dynText.text += chArray[i];}
dynText.text+= chArray.splice(chArray.length,"|");

}
--------------------------------------

Ok now the goal of this is what ever you type in the input box will STAY in the dynamic text box and the input box will dissapear. I've tried masking away the input box, alpha tweening it, and simply moving it off the screen.

But whenever it hits the new key frame the dynamic text resets, and with the mask it all shows or none of it works.

This may be solved in actionscript but i thought i'd see if I could figure it out in a non script form first and maybe have someone explain why it isnt working.

View Replies !    View Related
Masking Dynamic Text
hi every body,
I want to make a dynamic faq,
and i want that the answer appear when the cursor is over the question (onRollOver)and then disappear(omRollOut)
can some one help me to find a tutorial or show me a method to help me
thanks a lot

View Replies !    View Related
Masking Dynamic Text
Has Macromedia solved any of the masking issues with dynamic text in this version? I have a dynamic text box that loads an external .txt file. This file has html formatting and I need to mask it. Is this still impossible?

If I embed the fonts and don't render the text as html, it works fine but you obviously see all of the html tags.

If I embed the fonts and render the text as html, you see nothing.

If I don't embed the fonts and don't render the text as html, you see nothing.

Thanks.

View Replies !    View Related
Masking Dynamic Text
I've roamed around in the archives trying to find an answer.

I am trying to mask dynamic text. The archives say that I should either embed the font or place it in the library.

I tried embedding. That didn't work. Am I suppose to embed on every text box? I did select "All characters."

I tried placing it in the library as a symbol. I selected Export for runtime sharing, but what am I suppose to put for the URL? Is the font suppose to be placed in a totally different .swf? Or do I write something such as " _root.form_mc"?

Your suggestions are appreciated.

Cordially,
Jason

View Replies !    View Related
Masking Dynamic Text
Newbie here, so try not to be shocked if this is really dumb....

Is there anyway to use a mask on top of a dynamic text field. When I add a mask layer above my dynamic text field in author mode, it seems to work, but as soon as I test, the dynamic text seems to disappear. If I make the dynamic text field static, the masking works just fine. But I don't seem to be able to give an instance name to static text, and therefore can't access it in actionscript. Am I missing something here?

On a more general note, I read in a book called Flash 8 Cookbook that the TextArea component is pretty heavy weight and that you sometimes might be better off developing your own scrolling text field. Does anyone have thoughts on that?

View Replies !    View Related
Dynamic Text And Masking
I have Dynamic Text in a Movie Clip on the timeline. Text shows up just fine without Mask. When I add a Mask Layer to the Movie Clip the Dynamic text dissapears. Can anyone shed some light why?

Thanks

View Replies !    View Related
How To Masking Dynamic Text ?
how to masking dynamic text without embedded the font?
because the dynamic text contain ASIA language.

any idea?

View Replies !    View Related
Masking Dynamic Text
my questions i simple really, problem is i have a mask tweened so that i opens along side a window...but thats not the point. the maskied layer is supposed to have a dynamic text box with a scroll bar. but when i run it and the mask opens up all the way all i see is the scrll bar.

it works with static text though so im thinking maybe i shouldnt externally load the text...

View Replies !    View Related
Masking Dynamic Text
Is there any possible way to mask a dynamic text box?

-Nick

View Replies !    View Related
Masking Dynamic Text
i can't seem to mask dynamic text

is this the way it is?

View Replies !    View Related
Help Dynamic Text Box Masking
Hi all. So i have this weird problem. My main movie loads an external SWF. In this SWF is a MC which has a Dynamic Text box in it. I wanted it to animate in as the SWF is loaded on to the main stage. It starts off screen and slides on to the stage. However when I play the main movie and load the external SWF I can see the text that is supposed to be off screen now on screen because the main stage is larger. So, i tried to add a mask, but when i do that the text box just doesn't want to show up. I am guessing this is because the text is dynamic in nature.

Is there another method to mask it? Or make it 'slide out' from behind something?

Cheers

-Zey

View Replies !    View Related
Masking Dynamic Text?
Is it my version or something that is bugged or cant you mask dynamic text? Or is there some special way you have to do it? It just doesnt work :/

thanks for any help, I feel really stupid ><.

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved