IDE :: Gradient Masks - Edges Gradually Transition 0 Alpha

Mar 31, 2011

Is it possible to get a 'feathered' mask in Flash CS4 where the edges of the mask gradually transition to 0 alpha? I tried to set this up by creating drawing a shape with the pen tool, turning into a movieclip, then filling the original outline with a white (or lime green) center to black on outside, with the outside fading to an alpha value of zero. When I apply this as a mask, however, the borders are completely sharp rather than the layer below being 'partially' masked.

View 2 Replies


Similar Posts:


Actionscript 3.0 :: Alpha Gradient Masks An Object Which Will Contain Text And Images

Jul 9, 2009

I want to mask an object which will contain text and images. I want the mask to be feathered at the bottom end, for a nice smooth effect when it animates into place. For my masking object, I've created a movie clip with a gradient, using a matrix fill. When I apply the mask, it works, but only as a rectangle. The feathered area (the grey bit) still masks completely. I'm stumped with this one. I've searched around for an explanation, but can't get it to work. Does anyone know of any examples of this working?

[Code]...

View 6 Replies

ActionScript 3.0 :: Alpha Keeps Gradually Increasing

Apr 1, 2009

I have a MovieClip, "my_mc", that is hidden and shown when you MouseOver a grey block that is on the stage, similar to a tool tip. Inside of this MovieClip is a TextField, "my_textbox", and another MovieClip, "my_box". "my_box" is underneath the textbox and will hold the graphics for the tooltip.

What I am trying to do is add a Sprite to "my_box" and set it's alpha to 50%, or 0.5 AS3. Well, I accomplished doing this, however, when you Mouse Out then Mouse Over again, the alpha increases by 50%, to what seems 75% alpha now, instead of staying at 50%. Do it again and it goes up another 50%, so on and so forth.

I have tried setting the "my_box" alpha, as well as the alpha of the Sprite that is drawn inside, and it still does it. Also another piece of info, when I trace the alpha, I get 0.5, even though it appears to be solid red on screen, after a few MouseOver/MouseOuts. The source files are attached, but for those who don't want to download, here is the AS3 code:

[ode].....

View 3 Replies

Professional :: Gradually Fade In A Movie Clip Using Alpha Values?

Mar 22, 2011

I'd like to know how to gradually fade in a movie clip using alpha values? I'd like it to go from 0 to 1 in about 2 secondsish

View 5 Replies

ActionScript 2.0 :: Setting Alpha Of Dynamic Masks

Oct 15, 2009

I am having problems with the _alpha property of dynamic masks. For some reason they don't seem to accept it. I have a holder mc that I use as a mask and the holder is full of dynamic mcs for which I would like to set apha properties. My code is:

[Code]...

View 6 Replies

ActionScript 2.0 :: MovieClip Alpha Property Of Dynamic Masks

Oct 15, 2009

I am having problems with the _alpha property of dynamic masks. For some reason they don't seem to accept it. I have a holder mc that I use as a mask and the holder is full of dynamic mcs for which I would like to set alpha properties.

My code is:
_root.createEmptyMovieClip('holder',_root.getNextHighestDepth());
function init() {
for (i=0; i<100; i++) {
holder.attachMovie("msk","msk"+i,i,{_xscale:0, _yscale:0});
_root.holder['msk'+i]._x = (550*Math.random());
_root.holder['msk'+i]._y = (380*Math.random());

View 3 Replies

ActionScript 2.0 :: Alpha Gradient Mask_in A Container?

Jan 1, 2010

Im using a movie clip to mask out another movieclip(layer).This works fine with below code:

maskee.cacheAsBitmap = true;
maskMC.cacheAsBitmap = true;
maskee.setMask("maskMC");

but when that swf is imported into a container in my main movie the masking does not work.

View 7 Replies

ActionScript 3.0 :: Showing Alpha / Gradient In Text

Jun 2, 2010

We need to show transparency (around 70%) in the text in textarea and other components in Flex 3.5 SDK. I checked up and found these: I could use an embeded font (only ttf) and make it transparent. Now as per client requirement we have to use different sizes of Verdana only. Even If I download Verdana font in ttf format then how will I make it transparent? Using gradient boxes around the text - I found a link but this seems a heavy procedure.

View 2 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

Rounded Edges For His Page Vs. The Typical Square Edges?

Feb 26, 2007

Recently a client of mine decides he wanted rounded edges for his page vs. the typical square edges. This was after the initial design and at the point where it is almost complete.I told the client that in order to do this we would have to go to a full Flash web page meaning a full browser Flash page (everything is already flash).Now I told him that we could do this but because it was a new design and as you know that there is much involved in doing something like this i.e. all the paths will have to be changed because it will have to reside inside a mc etc.if there is an actual way to make the stage rounded only for future knowledge.I know I can make a round edge square or rectangle but it still has square edges at outer edge of the stage.

View 5 Replies

ActionScript 2.0 :: Transition Alpha Between External Swf?

Jun 11, 2006

I did a flash movie with this code

////inizializzo le movie clip gallery_target 1 e 2
gallery_target1._alpha = 0;
gallery_target1.attivo = false;
gallery_target2._alpha = 100;
gallery_target2.attivo = true;//non sarebbe necessario settarla perch� se � attiva la 1 ovviamente non lo la 2..

[Code]...

View 1 Replies

ActionScript 2.0 :: Unload With Alpha Transition?

Jun 22, 2006

gary_btn.onRelease = function(){
imageLoader.content._visible = false;
nailLoader.content.unloadMovie();
empty_mc.unloadMovie();

for the either of the following unload lines (or perhaps the above .visable=false) is there a way to actionscript so that the movie (swf), unloads with a transition from 100 alpha to 0 alpha, (opaque to transparent) and therefore create a smooth transition out, as opposed to a rapid disappear? perhaps a 1/2 or 2/3 of a second or 15-20 frames at 30 fps?

nailLoader.content.unloadMovie();
empty_mc.unloadMovie();

View 1 Replies

ActionScript 3.0 :: Cursor Stops Alpha Transition?

Nov 10, 2009

I have an alpha transition on a series of buttons.  There are no eventListeners.  But for some reason, the transition stops when the cursor moves over buttons while in mid transition.  I don't undersand it.  There is no code to change the buttons or even to listen for the cursor or buttons.

View 1 Replies

ActionScript 3.0 :: Alpha Transition Not Working With Dynamic Fields?

Oct 23, 2008

I understand from reading various forums that if you do not embed the font in to the movie the dynamic field
won't fade with alpha. But when I try to enbed the font or setting embedFonts = true the text just disappears.

I have the text now with a tween just to show that the tween is working while the alpha is not.

This is the link to the SWF:

[Code]...

View 1 Replies

ActionScript 2.0 :: Get A Alpha Transition To Work When Select Another Picture

Jan 20, 2006

I have this actionscript which works perfectly for a little xml gallery. But What I am trying to do is get a simple alpha transition to work when you select another picture.

[Code]....

View 3 Replies

ActionScript 3.0 :: Removing Child Movie Clip With Alpha Transition?

Sep 27, 2009

I've been trying to find this topic on the internet for what seems like forever but haven't had any luck. What I'm trying to do is remove a child movie clip and have an alpha transition when it is removed.

What I have so far can be found at: [URL]

Basically what I'm trying to do is when the video player is closed, instead of simply disappearing, I want it to fade to an alpha value of zero

this is the code I have so far:

ActionScript Code:
stop ();
MC_btn.addEventListener(MouseEvent.CLICK, vimeo_embed);
function vimeo_embed (e:MouseEvent):void {
var OpenEmbedPlayer:Vimeo_MC_PU = new Vimeo_MC_PU();

[Code].....

View 3 Replies

Flash :: Create A Vertical Color Gradient (or Any Other Angle Besides A Flat Horizontal Gradient)?

Mar 2, 2010

my first time trying to draw a multi-color gradient in actionscript 3. So I got this code from the help docs, but I can't seem to get a vertical gradient, whatever formula or number I use for rotate, it stays stuck on the default horizontal gradient :(

[Code]...

View 3 Replies

ActionScript 3.0 :: Flash : Create Gradient Fill, Transparent Background And Radial Gradient?

Dec 26, 2011

I'm trying to create spinning rays in actionscript to use in my website.Below is the rough idea of what i'm trying to create.Is it possible to create absolutely with 0 images.Following is the actionscript code in which i couldn't figure out how to add gradient, transperant background and little radial gradient to create glow effect.

Code:

function CreateRays():Shape {
var ray:Shape = new Shape();
ray.graphics.beginFill(0xFF9900,.5);
ray.graphics.lineStyle(1,0xFF9900,.5);

[code]....

If you paste above code in 1st frame of your scene with nothing on your scene, it will give you sweet rotating rays!

View 2 Replies

ActionScript 3.0 :: Add A Squeeze Transition Effect Between Frames Using The Transition Manager Class?

Nov 16, 2009

How can I add a Squeeze transition effect between frames using the transition manager class on a simple slideshow using the goBack and goForward functions in ActionScript3? Below is the code I have so far:

stop();
function goBack(event:MouseEvent):void
{[code].....

View 0 Replies

Flexbuilder :: Flex Transition Effects Work On 2nd And After Transition

May 18, 2010

i have a flex app that transitions between 2 states with the toggle of a button. my issue is that the effect of fading only seems to work on the 2nd transition and after. However, for my first transition... going from State1 to studyState... there is no fade effect whatsoever, in fact the components in state1 disappear completely (the footer fills the empty gap where the "body" use to be) and then the flex recreates the studyState (without any fade refilling the "body" with components only in studyState). After this first transition however, going between studyState and State1 working COMPLETELY fine.. why does this happen and how can i make it so that crossfade works STARTING FROM THE VERY FIRST TRANSITION?[code]

View 1 Replies

IDE :: Transition Slides With The Behavior Slide Transition Options?

Oct 25, 2009

I have a presentation using the "presentation" template that comes with flash. I am trying to transition slides with the behavior slide transition options. but I've learned that it works find while going into a slide and doesn't go to the next slide when leaving.So basically I want it so that on right arrow first play out transition then go to next slide.

View 2 Replies

ActionScript 3.0 :: Position Mc's Along X Gradually

Sep 8, 2009

I don't know which is the best way to explain this, but I am making an accordion-style xml menu and I would like to position my items from left to right so that their "x" and "alpha" property increase gradually, as if it was calculated from Strong.easeIn, if you know what i mean.How would one go about this in actionscript?

View 2 Replies

Gradually Increase Speed Of Objects?

Nov 10, 2010

I'm creating an animation where I want to simulate the increased velocity of particles with increased temperature. I was planning to just gradually have fewer frames per distance travelled on the screen, but I thought I'd check here to see if there's a less tedious way of doing this.

View 1 Replies

Flash :: Gradually Enlarging Text?

Apr 9, 2010

I want to create a Flash or animated video that starts with a red dot on a black background. Gradually the dot increases in size and is actually text which says something such as "Buy American". How can this be done?

View 1 Replies

Actionscript 3.0 :: Game Slows Down Gradually

Feb 6, 2012

My game starts to slow down when you play it more than 2 minutes or so. Not adding the enemy bullets seems to solve the issue, but I'm sure there's nothing wrong with my bullet class![code]...

View 6 Replies

ActionScript 2.0 :: Rotating A Movie Clip Gradually?

Aug 23, 2009

I'm trying to create a puzzle/platform game where the environment flips (180 degrees) rotates (90 degrees) by increments when the player touches a power-up so to speak. The code I have for the power-up is:

onClipEvent (enterFrame) {
if (_root.powerup, hitTest(_root.player)) {
gotoAndStop(2);

[code]....

View 1 Replies

ActionScript 3.0 :: Gradually Smaller Or Bigger While Turning?

Mar 26, 2012

I can make a circle (filled) turn. I want it to go gradually smaller or bigger while turning.

View 2 Replies

ActionScript 2.0 :: How To Make Speed Gradually Halt?

May 10, 2010

I have a as2 scroller button that drags 'clip' MC:[code]how do I make the speed gradually (say 1 second after release to) halt?

View 4 Replies

ActionScript 3.0 :: Gradually Showing Images From An External Swf?

Aug 9, 2010

Im trying to load an external swf(a gallery of images) and I want the images to show up on the website as they load so for example if the swf is 10% loaded, it should have loaded a few images but they dont show up unitl the external swf is 100% loaded

So instead of the viewer having to wait until the external swf is 100% loaded, I want the viewer to be able to see the images of the external swf as they load.

My external swf has images on frames 1 15 or so..

View 4 Replies

ActionScript 2.0 :: Gradually Attaching MovieClip From Library

Jan 25, 2006

I just need to gradually attach mc one by one into stage then get bounce...What I have so far is I just attach the all the total mc simultaneously..so how's to attach one by one then get bounce...

Here's the code...
springSpeed = .9;
springDamp = .6;
xscale = 120;
yscale = 120;
function bounce() {
[Code] .....

View 1 Replies







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