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
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
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
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?
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 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
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, 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
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
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
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
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
|