Create A Feathered Edge On A Mask?

Nov 19, 2009

how do i create a feathered edge on a mask?

View 13 Replies


Similar Posts:


ActionScript 3.0 :: Realize Mask Edge Transparence?

Nov 30, 2010

I use Loader to load a picture,such as 1.jpg ,

_p1=new Pic("1.jpg");
Then I draw a circle as _p1 mask,such as _c
_c=new Sprite();

[code].....

View 2 Replies

ActionScript 2.0 :: Get Soft Edge Or Blurred Mask?

Nov 10, 2006

I was wondering if it is possible to have a mask applied through the setMask(); and have 2 out of the 4 edges blurred. That way you can can get kind of a soft wipe transition.

View 9 Replies

Create Own Mask Around A Jpg Image By Drawing Around It On The Mask Layer

Dec 4, 2009

maybe point me towards a better way to mask. png file is way too big. I have been using the mask layer option to create my own mask around a jpg image by drawing around it on the mask layer. There has to be a fetter and faster way to do this. Is it possible to maybe have a specific color range have an alpha value of 0. Similar to green screening whereas If I put the item I want to clip on a green background flash will auto take out the green for me. and by auto I mean action script maybe. I think this can be done but im not finding it.

how are these guys clipping these images [URL] they have the movie clips set up where the black background on the 3 layers of shoes is getting masked out. When I go into the shoe movie clips I see there is a black background but it just disappears when I go back to main timeline.

View 3 Replies

Actionscript 3 :: Bitmap Crop With Feathered Edges (blur Edges)?

Mar 11, 2011

I have been trying to figure out a good strategy to perform a bitmap crop using Actionscript3. For example: I have a picture of a car and I want to crop out the car from the image alone and feather the edges so that they do not look jagged.

I am a flash noob and have only been using it for a couple of weeks. I've tried a couple of options and here is the last one that I have come up with it: I place red dots on stage that are draggable so that you can outline the object you want to crop and the dots are the bounds for a gradientFill that is used as the bitmap's mask. (I am using a radial gradient ... so the results are far from what I want, since the car is not an oval).

[Code]...

1) How can I fade just the edges of this custom-shaped fill outlined by the red dots?

2) I want to save the image out to a file once it's cropped. What strategy would be better for doing this using a BitmapFill or a GradientFill as a Mask (If it's possible with both)?

3) I may be using this strategy to crop faces later on.. anyone know of any good face detection APIs for as3? (also edge detection APIs)

View 1 Replies

ActionScript 3.0 :: Create Mask Using It Only?

Jan 4, 2010

I have been doing a search to find out how to create a simple mask using only AS3 but I am not having any luck. Would you be willing to to give me a quick example of how to create a mask with AS3?

View 4 Replies

ActionScript 3.0 :: How To Create A Dragable Mask

Jan 10, 2010

im trying to create a dragable mask in actionscript 3 but can only find tutorials for actionscript 2. Is there anything i could do to make it compatable with actionscript 3.0? codes below

onClipEvent(load)
{
_root.createEmptyMovieClip('square',0);
function drawSquare()

[code]...

View 2 Replies

ActionScript 3.0 :: How To Create Mask - SignalBuildClip Not Seen?

Jan 4, 2012

I am trying to create a mask. I don't even see the mask clip. Using this code, I don't see the mask at all.

var signalBuildClip:SignalBuilderClip = new SignalBuilderClip;
signalBuildClip.buttonMode = true;
signalBuildClip.addEventListener(MouseEvent.CLICK, launchSignalIndicator)
signalBuildClip.y = 509;
signalBuildClip.x = 489;
addChild(signalBuildClip);
[Code] .....

If I were to add this line before the addChild it I wouldn't be able to see the signalBuildClip.

View 6 Replies

ActionScript 2.0 :: Create A Fading Mask?

Mar 31, 2010

I am trying to create a slideshow of pictures, but I want to get rid of the sharp edge that is a result of a mask. I would like the movement of the slideshow pictures to be smoother, that it smooths out when it gets closer to the edge of the mask.

View 0 Replies

ActionScript 3.0 :: Create A Mask At Runtime?

Sep 8, 2009

I was wondering if it was possible to create a mask at runtime. To clarify, I have an image that I would like to reveal as a user starts to draw on it.

View 3 Replies

IDE :: 3D And Masking - Create A Different Shaped Mask?

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

ActionScript 3.0 :: Create Irregular Mask From Bitmap

Apr 26, 2010

I am trying to create irregular Mask from Bitmap (Who has Alpha) and then apply it to Sprite. Then register mouse hover on sprite. My mask should be made considering bitmap Alpha, I need irregular shape Mask. I read somewhere that I should set cacheAsBitmap = true for Mask, then it will consider Alpha, but I can`t get it to work.

[Code]....

View 0 Replies

ActionScript 3.0 :: How To Create A Fullscreen Mask Transition

Jan 31, 2012

how to create a fullscreen mask transition like the example of - www(dot)hellohikimori(dot)com/#/home - If you hover over the "works" menu link then choose a project, you can see the transition effect

View 0 Replies

ActionScript 2.0 :: Create A Draggable Mask With An Image Around It?

Feb 13, 2010

I am trying to create a draggable mask with an image around it. More specifically an iPhone that looks as if it has X Ray cappability. I know how to make a draggable mask but can't seem to figure out how this situation might work.

View 1 Replies

Actionscript 3 :: Create A Mask For Both Component Textinput And Datefield?

Mar 5, 2012

I'd like to create a mask for both component textinput and datefield.

I'd like to do something like that [url]...

View 1 Replies

ActionScript 2.0 :: Possible To Create Empty Movieclip, Mask, And Move It?

Oct 9, 2005

I was wondering how you could move an empty movieclip that is set as a mask?

PHP Code:
this.createEmptyMovieClip("mask", 1);
mask.setMask(square);

[code]......

View 8 Replies

ActionScript 3.0 :: Alpha Mask - Area Of The Loader Outside Of The Mask Will Visible When The Mouse Is Down

Sep 10, 2010

I have a startDrag function set up on a loader and mask that when the mouse is down on the loader it drags, when not it doesn't. There is also 2 buttons that control whether mask1 or mask2 is used. What i would like however is when the mouse is down - the area of the loader outside of the mask is visible but only by about 10/20% alpha, that way the user can see where all the image is while dragging. Is this possible? Full code can be seen below and i have attached the zip with the .fla file:

[Code]...

View 2 Replies

ActionScript 2.0 :: Scriptable Mask - Large Mask Behind The Whole Of Flash Site?

Aug 19, 2003

what i am doing is to make something along the lines of the "scriptable mask" tutorial Inigo was kind enough to put up.My idea is to have a large mask behind the whole of my flash site, this masks a colour image with a black & white one (nothing tricky). The image I am using is actually 5 separate images combined, and each is a pic of certain parts of the site.I also have a very basic set of buttons along the bottom... each corresponding to each section.

All I want is to set it up so that when I mouse over the buttons, the _x of the mask moves to correspond with the correct image... really very basic... or so I thought .If anything it should be easier to do than what is in Inigo's tut (where he uses the _x of the mouse to move the mask)... i just cant seem to get it to work with a nice easing effect (its easy to get the mask to simply snap to each coordinate, but I need it to smoothly move).

View 4 Replies

ActionScript 3.0 :: Shape.mask=mc.mask In As File Not Working

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

ActionScript 3.0 :: Possible To Mask Multiple MC Or Sprites Under One Mask?

Nov 26, 2009

I was wondering if its possible to mask multiple MC or Sprites under one mask, when using AS3.abc.mask = a;cba.mask = a;something like that

View 2 Replies

Actionscript 3 :: Get Edge Coordinates?

Feb 2, 2011

I'm trying to move movieclip Ball along the borders of movieclip Ground. You would move the Ball with the arrow keys which would increase and decrease its x value, but the y value will always be equal to the top edge of the Ground movieclip.

To do this I need to find the y value of the points on the edges of movieclip Ground. How is this possible?This is what the Ground MovieClip would look like. It is an irregular shape. What I want is for any x point a y point at the top edge of this shape.

View 5 Replies

IDE :: White Edge To Animation?

May 27, 2009

I have written, based on some internet tutorials, a simple header for my website to display a slide show of images. I have set my animation dimensions to 845x295, the same as each of my images. The DIV tag I then embed this into is set to the same dimensions but when the animation runs I get a white border down the right and across the bottom.

View 1 Replies

ActionScript 2.0 :: Easing Off The Edge?

Mar 22, 2004

Using Voetsjoeba's golden formula, I've made some panels that ease into place. But why can't they start at 0,0? It seems I have to start the panels from the middle of the stage or else they drift off the edge, even with x and y specified in the code.

View 8 Replies

Flash8 :: Blur The Edge Of Letters?

Mar 10, 2009

I am having problem with the text tool on flash version 8 the problem is that I am seen some blur letters when I preview my swf on explorer using dreamweaver version 8. I trying to find out what could cause the blurring the properties of the text is arial size 10 and verdana size 10. For example the period on the small i in some words look different.

View 3 Replies

AS3 :: Flash - Find Edge Of Movieclip?

May 21, 2011

movieclips in flash have a Rectalge Zone . if we have a Circle shape and covert to movieclip , have a Rectagle Area.with empty area.

i want terminate this area when az drag any moveclip on my target movieclip. when i use hitTestObject do now work good.

View 1 Replies

ActionScript 2.0 :: Center Offset From Edge?

Sep 1, 2010

How do I determine where an MC's center is relative to its edges?

I'm developing a tool that a variety of noobs (as if I'm not still a noob) will be using, and I don't trust them to keep art with 0,0 being the top left corner.

How do I figure out that the left edge is now at -111px, and the top at -52, and the right at 12, and the bottom at 334?

Or what if they draw it so the left edge is at 56px and the right edge at 583?

Essentially, I want to determine the center of my artwork, wherever it is relative to the center of the MC

View 1 Replies

ActionScript 2.0 :: Tooltip Goes Off Edge Of Screen

Dec 6, 2005

I have a tooltip that follows the mouse, but i need to to figure out where the edges of the screen are and always keep the tootip on the screen. Its something to do with screen width and height.

View 3 Replies

ActionScript 2.0 :: Align To The Edge Of An Object?

Dec 6, 2006

Im working on a system that loads text from an external source and scrolls the information across the screen. I've figured that part out but what I need to know how to do is get the loaded elements(which are textboxes in movie clips) to align to the right of each other respectively when loaded since they all will have different widths based on how much text is in there.

Example: [Loaded movie clip with text here number 1][Loaded movie clip with text here number 2][Loaded movie clip with text here number 3]

View 3 Replies

ActionScript 3.0 :: Stop An Image At Edge Of Stage?

Jul 12, 2011

I'm creating a navigation bar for a website, and the client wants a little car to roll back and forth as you mouse over the buttons. Ok, that's easy enough, I say to myself, but I've run into a hitch.

When the page loads, (before you mouse over anything) the little car is sitting half off the stage, that is, only half the car is visible. I fixed that by putting the car symbol's registration point along the left side, but then the car's left edge is whats following the mouse. I need the cars center to be whats following the mouse, but at the same time, not be able to slide off the screen.[code]...

View 1 Replies

ActionScript 3.0 :: Extending A Vector To The Edge Of The Window?

Oct 31, 2011

I'm trying to draw a line from a point, in a direction to whichever edge of the window it hits first.

I've really only come up with the most brute force solutions to this problem (getting the vector, finding intersections with the all edges, choosing the shortest) but I can't help but feel that some much more elegant solution is JUST out of my vision.

A followup:

This one is a similar problem in that I know there's got to be a really nice solution hanging out on the web somewhere that I haven't found, yet.

If I have a series of points along multiple edges of the window (up to all four) how can I sequence them to be connected to each other, and any window corners along the way?

In other words, let's say I have a series of points (generated at runtime, so without any order) along 2 edges of the screen and I want to draw the triangle that they make up. How can I connect them in order (so as not to get any of that ugly intersecting polygon nonsense) AND include the corner?

This one I really have very little insight on. The best I've managed is picking a point at the center of the stage and comparing the angles formed when drawing lines to each point. It's ugly, and requires that one find the largest angle between two of those vectors, first (making two passes necessary). It even breaks when the points extend to three sides as the largest angle is not always between the two outside vectors.

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved