ActionScript 3.0 :: Masking Doesn't Change When The Mask Movieclip Changes?
Sep 13, 2009
I have a movieclip Planet which consists out of a backround (BG) and a mask (PMask). The mask will be changed during gameplay (I add shapes, then draw this to a bitmap and replace the shapes with the bitmap).But for some reason the mask doesnt change along with the mask movieclip(as if it makes a copie of PMask and uses that as the mask instead, so that every change to PMask isnt applied to the mask of BG)This is basically my Planet.as file (I removed the stuff that isn't related):
Code:
package
{
import flash.display.MovieClip;[code]....
I don't know why I would need the "cacheAsBitmap", but it doesn't seem to mask at all when I don't use it.
View 0 Replies
Similar Posts:
Nov 12, 2003
ok, here's the deal, i have a mask called [masker], and a movieclip called [fotoframe]
the fotoframe is masked by masker. now i do duplicatemovieclip(fotoframe, "fotoframe"+i, etcetc)and movieclip.setmask(masker) for the just created duplicate, (OK, inside a "while" thingy, among other things)because i want all my duplicates under this one mask. but when i run it, only the last duplicated movieclip is masked... How can i keep ALL duplicates under this one mask?
View 2 Replies
Apr 1, 2010
I'm dabbling with 3D tweens but I've hit a snag. The tween works fine on it's own and also with a simple mask on it. My issue is when I add a second keyframe to the mask layer to create a different shaped mask. When it reaches that frame my 3d tween goes crazy and flies off.
View 1 Replies
Jun 2, 2009
I'm making some banner ads. They work great on my staging site seen here:But they do not work great on my client's staging site. You can see that the masks are shown and there is flickering throughout:on how to solve this?I'm an expert-level user when it comes to creating artwork and doing timeline animation in Flash CS3.
View 2 Replies
May 30, 2010
Flash CS4 AS2 Okay -I have a flash movie, and I want to apply a mask to it. The mask I want to apply, or rather, the "shape" of the mask I want to apply is an external image that was made in photoshop. The shape is an irregular one with a bunch of jagged edges. the shape itself is solid, with a transparent background. I've tried saving it as a PNG with transparent b/g, and I've tried importing the PSD file directly into Flash - however - when I go to use this shape for a mask, the mask that is applied is an entire rectangle bounding the imported image - rather than along the edges.Hopefully you can see what I'm trying to do here, and perhaps offer some insight on how I can get this image into flash (let's stick with the idea that the jagged edged manner of the image is too difficult to recreate inside of flash).
View 13 Replies
Aug 14, 2009
I cannot get dynamic text fields to display when using a mask. Here is what I have done: Created a new Font object in Flash - Linkage: Export for Actionscript , class: Euro
[Code]...
View 4 Replies
Oct 16, 2009
I decided to try to use setInterval for myanimation, which is just a mouse trail.However, I'm trying to get teh mouse trail to be a dynamic mask.In my previous swf this was achieved by using a holder mc with the animation inside and then using this as the mask. But this time I just canpt seem to hit on the right way to get it to work. The code I am using for the mouse trail is:
Code:
var i:Number = 0;
var myInt:Number;
var t:MovieClip;[code].....
in the function, but now the trail doesn't resize and the mask still doesn't work.
View 1 Replies
Nov 5, 2005
I have a movieclip and I load a png file into it. then I want to put an onRelease on it and this won't work.. my cursor doesn't even change into a hand... Am I missing somthing here?
[Code]...
View 3 Replies
Dec 23, 2003
I took Kirupa's tutorial on how to make a grassy field (which can be found HERE and it worked out. But now I have a different problem: I need to get all those grassy blades out of my movie at a sudden point. They just need to go, but I can't figure out how to. I tried multiple things:
- Masking the layer doesn't work
- Creating a new layer on top of them all, and putting a black square on that one, which covers everything, doesn't work either
- Changing the alpha of the first blade...nope.
View 2 Replies
Aug 1, 2008
i have a move clip that is loaded through some action script and i would like to apply a mask to it but i cant seem to figure it out. here is my code and i have a movie clip that i need to use as a mask named "Main_Mask".
[Code]...
View 1 Replies
May 25, 2009
I have a as3 class that loads a number of images from a given location, they are all loaded dynamically with imageloader. However I'm trying to make a Xray screen for all of them, so when I click and drag the Xray screen around, it will reveal the images loaded under each picture, creating a sort of Xray effect.I tried using masks, however since the images are all loaded dynamically they are its own class with its own layers, I'm trying to make a mask that will work for all of them (I load 2 picture for each image, example car.jpg and carb.jpg, b.jpg being the inside image).so I have my stage ---> [MyXray Box, and my Images
View 4 Replies
Aug 11, 2009
I'm creating a playlist for a music player, and I've got the song names displaying correctly in my songTitle holder MC, but there's limited space for the song names to be shown in, and I'm going to eventually have it inside a scrolling movieclip. Problem is, the text inside the textfields disappear when I try to add a mask to the movieclip they're being loaded into. I've tried adding all combos of embedFonts, antialias, and blendModes I ran into, to no avail.how to mask dynamically created textfields with a non-dynamic (Flash IDE-made) mask.
Code:
for (var i:int = 1; i <= _size; i++) {
var pl_artist:TextField = new TextField;
//all embedFont = true and antiAlias commands no workie
}
View 4 Replies
Aug 19, 2009
I've used this code to apply a gradient alpha mask: bg_mc.cacheAsBitmap=true;mask_mc.cacheAsBitmap=true;bg_mc.setMask(mask_mc); Then I applied a motion tween to the mask_mc clip. But the motion tween doesn't happen? It only shows the first frame of the motion tween. It does apply the alpha mask though. Why doesn't it show the rest of the motion tween.
View 9 Replies
Mar 10, 2009
I�m in the process of creating a flash intro to my website. The problem is, whenever I preview one of my Mask layers by pressing Ctrl+Enter, the mask effect doesn�t work � it merely shows the masking object.
The puzzling thing for me, which leads me to suggest that the mask should work is that in the normal timeline view, when I lock both the mask and masked layers and press Enter or slide through the frames � the effect works perfectly. On Ctrl+Enter all of my other Masks work fine as well - the one in question has text as the mask content.
It only stops working when I view it as an .swf file or play the movie with Ctrl+Enter. Does anyone know why this is happening, how I can get around it, or whether it will be a problem when published?
View 1 Replies
Mar 14, 2009
I'm relatively new to Flash, and I�m in the process of creating a flash intro to my website. The problem is, whenever I preview one of my Mask layers by pressing Ctrl+Enter, the mask effect doesn�t work � it merely shows the masking object. The puzzling thing for me, which leads me to suggest that the mask should work is that in the normal timeline view, when I lock both the mask and masked layers and press Enter or slide through the frames � the effect works perfectly. On Ctrl+Enter all of my other Masks work fine as well - the one in question has text as the mask content.
It only stops working when I view it as an .swf file or play the movie with Ctrl+Enter. Does anyone know why this is happening, how I can get around it, or whether it will be a problem when published?
View 1 Replies
Feb 11, 2009
I have an animation that has mask in it. I'm using actionscript to set the mask.The problem I am having is all the mask after frame 1 doesn't work. When I trace the movie clip name it says null. I know it's because flash can't access movie clip's name because hasn't loaded yet.I have the AS in a .as. I have tried putting the as on the first frame, same thing.
View 1 Replies
Mar 16, 2009
why do my gradient color doesn't work as mask?
I thought I can use the gradient color to assign a different opacity level to my mask. isn't correct ?
It just works as a normal mask...
View 1 Replies
May 4, 2010
I have a movieclip which is being masked using another movieclip. In one condition I want to unmask the mc. But it seems, mask = null isn't working.can I remove mask dynamically.
a.mask = b;
a.width ++;
if(a.width > 10)
[code].......
View 2 Replies
Aug 20, 2011
Having a problem with part of a project that I know is something small that I omitted someplace relating to mouseEnabled or mouseChildren, but I think I have tried everything and nothing seems to work.I set up a demo FLA that replicates the issue somewhat here (remove spaces)- t i n y u r l . com/4429vbx
Basically, I have a little game that involves finding things in an image with a custom mouse cursor that is a magnifying glass. One large image over a smaller version of the same image, the cursor masks the large image. There's a bunch of Math figuring out the movement/positioning of the large image on MOUSE_MOVE to match up with what you are mousing over in the smaller one, and I have a Rollover/Rollout on the smaller image to swap the cursor in/out. The problem started when I put 5 invisible buttons down inside the large image. You get cursor flicker when rolling over the invisible buttons, because smallImage.rollOut is being triggered, then smallImage.rollOver, then out, then over, etc... and I have no idea why.
I can't use startDrag() because of the large image movement needed on MouseMove, and I tried it with EnterFrame and it's worse.Like I said, the demo isn't exactly what I have in my project, but it's close. There's no parallax math, and the project I have is class-based, but the demo is on the timeline. There are 3 levels - A is the root child, B inside of A, and 3 buttons AA, BB, CC inside of B. I have a simple circle Sprite as the mouse cursor.
View 2 Replies
Mar 2, 2009
I'm dynamically attaching a movieclip linkage to my root timeline. The linkage has two layers inside -- a graphic shape mask and an empty movieclip for loading images. The empty movieclip is masked by the graphic shape mask.I'm using a MovieClipLoader object to load and manage the preloader for the empty movieclip when it loads images.Why does the mask sometimes work and sometimes not? Would the image type have anything to do with it? Or is it something to do with the act of attaching the linkage and then loading images into the empty movieclip contained therein?
View 5 Replies
Aug 11, 2010
I have tried everything I can think of but I just can't get my mask to move with my content when my stage is resized.
I am using flex and I embed symbols/assets in an assets class then instantiate them in my main class and call addChild on them.
I have a Sprite (maskSprite) that is the same size as the content, and I use this as a mask, calling
Code:
this.mask = maskSprite in my main.
This works fine but when I resize the swf it stays at the top left of the window when my content moves (I am using stage.scaleMode = StageScaleMode.NO_SCALE). I have used maskSprite as a non-mask and it moves with the content fine, but when it is a mask it doesn't.
View 1 Replies
May 31, 2011
i am using Flash MX2004(AS 2.0), i need to mask the attached movieclip, totally i attached 3 movieclip(all are same one), i need to display first movieclip by using mask. one more thing is moving that mask by press button, when i press the button the mask will show the second movie clip and so on.
View 1 Replies
Jan 9, 2010
mc1.mask = mc2
mc2 is a movie clip that is 50% alpha. How can I mask mc1 and keep the alpha transparency? That's about it.
View 3 Replies
Apr 12, 2005
I have a MC with a text form with several input and combo boxes (flash <=> php) it as a scroll and it works fine, except when I put the MC under a mask. It still scroll's but nothing shows inside the input boxes when I type on it. Is this "normal" procedure for flash or It's a bug of some kind?
View 3 Replies
Apr 12, 2005
I wonder if you could help me with this:I have a MC with a text form with several input and combo boxes (flash <=> php) it as a scroll and it works fine, except when I put the MC under a mask. It still scroll's but nothing shows inside the input boxes when I type on it. Is this "normal" procedure for flash or It's a bug of some kind?
View 3 Replies
Dec 10, 2011
I wonder whether anyone could give me an idea of where I am going wrong with this.I am loading images into a sliding menu which will act as a thumbnail viewer, the structure of which is: "thumbsContainer" (movieclip) nested inside "galleryPane" (movieclip). The images are loaded into movieclips named "all_thumbs", which are added to the thumbsContainer stage.
I would like to mask the content of the thumbsContainer, so that only the images physically within the thumbsContainer border will be viewable. I have tried adding my coded mask to the thumbsContainer stage, and tying it to the thumbsContainer; and have separately tried the same with the all_thumbs movieclip - but no matter how I organise my code, I can't get this to work. If the mask is tied to the thumbsContainer mc - that element disappears; if the mask is tied to the all_thumbs mc, only the background to the thumbsContainer is visible. Either way, I cannot get thumbnails to display through the mask. No thumbnails at all will display on stage.
I've had a good look through the books I have and online, but with no joy so far.
I'd be really grateful if someone could give me a steer with this.
[Code]...
View 6 Replies
Dec 10, 2011
I am loading images into a sliding menu which will act as a thumbnail viewer, the structure of which is: "thumbsContainer" (movieclip) nested inside "galleryPane" (movieclip). The images are loaded into movieclips named "all_thumbs", which are added to the thumbsContainer stage.
I would like to mask the content of the thumbsContainer, so that only the images physically within the thumbsContainer border will be viewable.
I have tried adding my coded mask to the thumbsContainer stage, and tying it to the thumbsContainer; and have separately tried the same with the all_thumbs movieclip - but no matter how I organise my code, I can't get this to work. If the mask is tied to the thumbsContainer mc - that element disappears; if the mask is tied to the all_thumbs mc, only the background to the thumbsContainer is visible. Either way, I cannot get thumbnails to display through the mask. No thumbnails at all will display on stage.
Code:
all_thumbs.addChildAt( thumbLoader, 0 );
c = c + 1;
if ( c < totalPics ) {
all_thumbs.alpha = 0;
[Code]....
View 3 Replies
Dec 12, 2010
So basically I have a class which adds items and needs a drag and drop. I change the x value of the entire contianer class simply by this.x = something
By drag and drop all the items slide across the screen. When I trace the x value of the container class it has changed, but the x value of the items stayed the same (although their x value on the screen definitely changed).
View 1 Replies
Mar 12, 2010
Is there a way to mask a movie clip in a way that alters the width and height of the object? I have a child movie clip that is larger in width so I'm having issues manipulating the width, height and coordinates proportionally of the parent movie clip.
View 4 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 2 Replies