IDE :: Text Mask Not Working?
Apr 6, 2010
I am trying to do some text effects by using a text mask but I can't get the mask to work. I can successfully mask a circle over a rectangle, and even mask a rectangle over text, but text over a gradient rectangle just doesn't work - I end up with the rectangle moving across the stage, but no text mask.
View 2 Replies
Similar Posts:
Feb 16, 2009
i have the AS setting the mask, and my fonts are embedded.. but the dynamic text doesnt mask my other movieclip.my dynamic text is "fly_in" MC with the text field inside. the MC label is: "headerTxt_mask" the sheen is labeled "sheenMC" and put in a layer below "headerTxt_mask" in the same "fly_in" MC then on the first frame of my scene i have:
ActionScript Code:
fly_in.sheenMC.setMask(fly_in.headerTxt_mask);
The dynamic txt field is supposed to be the mask for the sheen, so all you see is the sheen...
View 2 Replies
Apr 4, 2012
I download "scrollbar_vfinal_2004 from this site and use it my own movie but when I test the movie, the text is not showing. Without text lay mask, the scrollbar works.
View 2 Replies
Apr 8, 2010
ive gotten one movie clip to mask another in the actions frame but i cant seem to be able to mask the flames which are a shape with a movieclip in this as file. im not getting any errors but the mask isnt covering anything look near the bottom at s.mask=mask_mc; there are about 20 "s" shapes spawning per second if that has anything to do with it
Code:
//this package turns an mc into a flaming button that calls a javascript function
package
{
import flash.display.MovieClip;
[Code].....
View 3 Replies
Apr 3, 2007
why my masking effect is not working,i mean on Library display is displaying correctly[Type:Movie],i just did draged into main pannel the movie clip,and when i run it,it just show static text,why?
View 13 Replies
Jan 31, 2011
[code]The problem is that the mask isn't applied. Now, if I just add mask_container it adds to the stage just fine. If I mask mask_container with square, it masks just fine. They're both Sprites so both are on the display list.
View 3 Replies
Aug 19, 2009
I've tried to make an alpha mask using a photo and a mask containing a alpha gradient. Using this code:
ActionScript Code:
maskee.cacheAsBitmap = true;
maskMC.cacheAsBitmap = true;
maskee.setMask("maskMC");
But it's not working? The 'blob' mask in the center should motion tween bigger. I can see the alpha mask in action, but the motion tween doesn't do anything. The image is freezing.
View 6 Replies
Nov 8, 2005
I have a mask with a MC with 9ss and for some reason when I resize that MC it doesnt use the 9ss. Does anyone have a fix for this?
View 12 Replies
Dec 22, 2010
I've hit a wall trying to get this to work: - I've created a movie clip that contains 14 layers, each layer is a 3D Y-rotation using a motion tween on a movieclip object (just a solid rectangle) - Trying to emulate a venetian blind transition effect When I put this "mask" movie clip on my timeline, it won't allow me to use this as a mask!! - I tried setting up the mask in AS3 as well, using imgMC.mask = maskMC; Does Flash allow this? Can I use 3D motion tweens as masks? it doesn't seem to allow it. I was hoping maybe I missed something.
View 2 Replies
Jul 27, 2010
I am creating a very simple mask using motion tweening. I created some text on a layer and made it a masked layer. Then I created a mask layer which consists of a circle that will span across the text. When I play the movie the circle does not show up at all in the frames the mask layer spans (it's purple on a black background) and the circle does not move across the text like I told it to with the motion tweening. I don't know why it's not working. For some reason the circle isn't showing on the stage at all and it's not moving across the text. I don't know if I have it set up wrong on the timeline or what. Here's the steps I followed to create the mask:
1.insert a new layer in which I named it mask and click frame 1 on this layer
2. select the oval tools on the tools panel and set the stroke to none
3. set the fill color to purple
4. draw a circle and click the selection tool and drag a marquee around the circle to select it.
5. click insert on the menu bar, click motion tween then click ok in dialog box about converting it to a symbol to be tweened
6. click the last frame in the mask layer and drag the circle to the end of the line of text
7.click mask on the timeline to select the mask layer, click modify on the menu bar, point to timeline then click layer properties
8. verify the show check box is selected in the name section, click the lock check box to select it, click the mask option button in he type section, then click ok.
9. play the movie in which the circle object covers the text on the masked layer as it moves across the stage.
View 1 Replies
Dec 21, 2011
So I've made a circular preloader made with some shapes and masks. Everything like this works. What I want to do now is add a movieclip of animations to the stage and make it look like this movie clip is in the progress circle of the preloader. So what I did is create a movieclip container to hold all of the shapes that animate on loading. I then used that movieclip container to mask the movieclip of animations.What happens when published is the movieclip of animations (the particles) loads over the shapes, but all of their masks are gone. So it's as if when I applied the mask to the container, all of it's children and their masks stopped working. Is there a way to correctly do this?
View 2 Replies
Jun 24, 2006
Why the following doesnt work:
Code:
for (var i = 1; i < 6; i++) {
var mc = "mc"+i;
var mask = "mask"+i;
mc.mask._xscale = 50;
}
But, if I change the line mc.mask._xscale to mc1.mask1._xscale, it will work. I also put a trace(mc) and trace(mask) and it spits out mc1, mc2..mc5 and mask1 to mask5.
View 3 Replies
Oct 22, 2009
i have an object that that I would like to apply a mask to like:
myObject.mask = theMask
this works fine but when I alter the rotationX property like so
myObject.rotationX = 10;
the mask no longer works, any ideas
View 10 Replies
Feb 16, 2010
flash mask working - transparency (wmode) is not
[Code].....
View 1 Replies
Jun 9, 2006
I've got some code that reveals a mask in that swooshy/wavy style, which starts of nice and smooth at the top of the reveal but as it gets further down the page it speeds up and doesn't look smooth.Here is the code. I've also attached the example of what it is doing.I've been looking at this code blankly for a couple days now and I'm still no furher forward.
Code:
//Global vars
mWidth = 600;
[code].....
View 1 Replies
Oct 26, 2003
I have a jpg that I load dynamically into my swf. When I try to set a mask to it doesn't work?
[AS]mymovieclip.setMask(mymask);[/AS]
View 5 Replies
Dec 22, 2003
I have a movie clip that is a motion tween with a shape with fade... Now I want to put this mc as a mask .. and showing a part of an image with lot of this mc's I know that I have to use duplicate movie clip, but the mc as mask isn't working
View 2 Replies
Apr 1, 2010
I've read through umpteen Flash threads of frustrated users who export SWF and anything visible outside the stage appears in the SWF when opened in a browser.None of the solutions have worked for me.My file is called statement_onlineheader.fla.URL...I have my mask layer above a folder containing all other layers.I have also tried moving the mask layer above individual layers.Stuff outside the stage appears in the exported SWF.
View 5 Replies
Mar 1, 2005
I really need to make this work [URL]. My problem is that when I add an animation to the mask, the buttons that I have inside a movieclip, they stop working as a button.
View 14 Replies
Aug 7, 2005
i am facing a problem with dynamic text and mask,when i use a dynamic text and i am trying to mask the text area it's not showing in swf
View 7 Replies
Jun 27, 2009
i wasn't sure whether to post this in CS3 or AS2,I know it's possible to make the text of an Input Box glow, i have seen it here:
View 1 Replies
Jun 10, 2011
I'm creating a mobile app in which I need to show a calendar with months at the top. The months are part of a component that extends from SkinnableDataContainer (and has some custom scrolling/behaviour - which is why I did'nt use a spark list). I need the months to be shown as a 'trapezium' shaped tab and so I'm using a png image as a mask in the item renderer for the component.
When the mask is not applied, it all works well - the months render, the list/data container selection works when I click on a month and so on.When the mask is applied, it renders well, scrolling and everything else seems to work well - but when I click on a month, nothing happens visually. And from the trace statements in my code, it appears list item selection is not changing. Looks like mouse clicks are not working.
Code:
public class TopCalendarMonthRenderer extends LabelItemRenderer {
[Embed(source="/assets/trapezium_alpha.png")]
private static var TrapeziumMask:Class;
private static var trapeziumMaskInstance:BitmapAsset;
[code]...
View 1 Replies
Apr 5, 2010
I want to add a line of text to a small mask - the mask reveals a portion of an image underneath - the user drags the mask around the stage
2 movie clips
1. an image that fills the 900x700 stage
2. a 200x200 rect with blur that acts as a "window" to the image
The code below works fine (almost - see comment) but how do I add text to the mask?
img_mc.mask = mask_mc;mask_mc.buttonMode = true;img_mc.cacheAsBitmap = true; // for the blur
mask_mc.addEventListener(MouseEvent.MOUSE_DOWN, dF);
mask_mc.addEventListener(MouseEvent.MOUSE_UP,
[Code].....
View 8 Replies
Oct 28, 2004
i have a dynamic text block which is inside a movie clip, is i grouped with other elements.This movie clip sits behind a mask. when i am in the movie clip i can see the text field, when i am on the root level (and the mask is disabled) i can see the text, but when i preview the movie the text IS GONE or I CAN'T SEE IT.
View 1 Replies
Mar 27, 2007
I'm working on making a news scrollpane thingamagig. I have a movieclip called "entry" with textfileds (basically it's just a header bar and a bottom border bar with two textfields). These are dynamically attached based on the number of xml nodes into a holder clip and I have that holder clip masked and for some reason the entry movieclips will show, but the actual text doesn't. when I get rid of the mask then the text shows.
View 3 Replies
Apr 18, 2008
I was planning on making a scrollable blog thing within a mask. But when I setMask, the text in the blog items disappears.
View 2 Replies
Apr 7, 2009
Hello Flash World, Ok, I may have posted this question before but I am still confused. I have a Master Movie Clip that has a Mask over it. By having that mask I can't view my dynamic text box that is scrollable. How do I embed a font so I can view my dynamic text box? (Im using AS2) attach is a file that explains my problem.
View 1 Replies
May 12, 2009
I'm trying to set a mask on a mc containing dynamic text. But, the only thing that are visible, are graphics, not text.
When i remove the mask, the text comes back.
i heard that i have to embed my fonts for that, but how can i do it?
View 6 Replies
Oct 28, 2004
i have a dynamic text block which is inside a movie clip, is i grouped with other elements. This movie clip sits behind a mask. when i am in the movie clip i can see the text field, when i am on the root level (and the mask is disabled) i can see the text, but when i preview the movie the text IS GONE or I CAN'T SEE IT.
View 1 Replies
Jan 25, 2005
I've been trying to dynamically change some text for a titlebar that is behind a mask
However, I find that when I change the text of the dynamic text field (whose containing movieclip is masked by a graphic), the text no longer appears at all.
When i remove the masking, the text changes properly when asked, but when it it masked, the text does not show at all.
View 3 Replies