ActionScript 3.0 :: Keep Alpha From Fading EVERYTHING

Mar 24, 2011

Here is a graphic I've been working on --[URL]

Ignore the black thing in the corner -- it's my measuring tool.

The problem is that whenever you click on one of the states (all movie clips), everything else on the frame takes on the alpha fade too!

How do I make the alpha attribute apply ONLY to the state?

View 8 Replies


Similar Posts:


ActionScript 2.0 :: Alpha Fading Up And Down - Root Function?

Sep 15, 2004

I've been trying to put together a function that I can reference through various symbols in a movie to fade their alpha properties. So far all I've found is code that forces me to reference the specific symbol in the function, however I have to do this to a BUNCH of symbols over different periods within my timeline, part of which will be triggered by a loaded movie. Any function that will fade up or down that can sit on the _root. and be referenced by any symbol whenever needed?

View 10 Replies

ActionScript 2.0 :: Alpha Fading In/out Loaded External Image?

Jan 4, 2009

i will like to create an alpha in effect when i load my external jpg, and alpha out when i close it..on this?below are my script

PHP Code:
this.createEmptyMovieClip("container_mc",this.getNextHighestDepth());
var mclListener:Object = new Object();

[code].....

View 5 Replies

Professional :: Gradual Image Fading Via Changing Alpha Values?

Dec 18, 2010

I'm doing this via the motion editor.  But, is it possible to fade an image gradully from left to right instead of the whole image at once?

View 8 Replies

ActionScript 3.0 :: Mouse Events - Keyframe That Plays A Movie Clip By Fading From 0 Alpha To 1

Apr 29, 2010

I have a gallery made of 3 layers : actions, buttons, and images. Fore every image i have a keyframe that plays a movie clip by fading from 0 alpha to 1. I made a new keyframe that has no image so the page doesnt display the big photo from the start just the thumbs(which are the buttons). What i want to do is that the big images to be dispalyed only while i hold the mouse button, and on release to go back to the first frame state (no image).

View 3 Replies

ActionScript 2.0 :: 2nd Time Movieclip Loads Tweens - Half Fading In / Out And Half Jumping From One Alpha Value To Another

Jun 18, 2006

I have a movieclip with an image fading in and out (using an actionscript tween class set to yoyo). This movieclip is loaded into a dummy movieclip when a button is pressed. The first time you click the button the fading movieclip plays as it should, fading in and out continuously. However, the second or subsequent times the button is clicked the fading movieclip goes crazy, half fading in/out and half jumping from one alpha value to another.

View 7 Replies

ActionScript 2.0 :: Alpha - Fade One Image Out While Fading Another Image In?

May 29, 2002

What I want to do is fade one image out while fading another image in. The script that I am using fades one image to alpha 0 then fades the next one in to alpha 100.The script that I am using is this.On first frame of main timeline

back._visible=false;
function goPage(whichWay){
slides.alphaChange=-5;[code]....

This script works fine but I want to modify it.

View 12 Replies

ActionScript 2.0 :: Load In A 4 Second Alpha Fading Load Instead Of Just A Hard Load?

Sep 7, 2008

I'm loading a background into a background container with the following code:

loadMovie("backgrounds/bkg_wht.swf",bgContainer);

I'd like it to load in a 4 second alpha fading load instead of just a hard load. Any ideas what code I need to write?

View 3 Replies

ActionScript 3.0 :: Fading Out And Fading In 2 Flash Movie File

Mar 30, 2012

I'm trying to play 2 external flash movies. its already running ok but i need the scene to be somewhat to gradually become transparent so that the timebased scene2 will comeout to of the screen.

Here is the script of it:

var myLoader:Loader = new Loader();
var url:URLRequest = new URLRequest("scene2.swf");
myLoader.load(url);
addChild(myLoader);

[Code]....

View 2 Replies

ActionScript 1/2 :: Fading In An MC Works, Fading Out Doesn't?

Apr 7, 2009

I can't work out why - but when I try to fade out some text (by calling fadeoutSecondText), the text fades out, and then immediately fades back in. Fading in and out struggle against each other, resulting in rapidly flashing text!

[Code]...

View 7 Replies

ActionScript 2.0 :: [f5]fading Grid Not Fading?

Oct 11, 2003

when i test the movie all i see is a large grey box (border color) with a medium white box (box color) in the bottom right.when i edit the border and lose the grey box but leave its line borders then i get the image with the white box in the bottom right. i've got an image: instance named 'image', a box: instance named 'box' and a border: instance named 'border' and pasted in the actionscript in

View 5 Replies

ActionScript 2.0 :: Fading Grid Not Fading

Oct 11, 2003

i've done the Fading Grid tutorial that Voetsjoeba wrote but i seem to be de-railing somewhere when i test the movie all i see is a large grey box (border color) with a medium white box (box color) in the bottom right.when i edit the border and lose the grey box but leave its line borders then i get the image with the white box in the bottom right. i've got an image: instance named 'image', a box: instance named 'box' and a border: instance named 'border' and pasted in the actionscript in place but it still hangs.

View 5 Replies

ActionScript 3.0 :: Setting The Alpha Of MovieClip With Objects Changes The Alpha Separately For Each Object

Oct 23, 2010

[URL] i want the object to fade out but in the object there's a lot of overlapping pictures and each becomes half transparent. how to make the movieclip to change the alpha as it was without objects?

[Code]....

View 2 Replies

ActionScript 3.0 :: Curious Tip: Flipping Sprite.alpha=0 To Alpha=1 Back And Forth With No Logic?

Dec 15, 2011

just spotted this curious trick. If you want to flip something to go invisible on a click, and then reappear on another click (etc etc), try this:

create the sprite, setting alpha to either to 1 OR -1
mySprite.alpha=1; //OR
mySprite.aplha=-1;

[code]....

View 9 Replies

ActionScript 2.0 :: Loading A Movie A Solid Shape Is There With Alpha At 100% Then Over A Period Of 5 Secs Its Alpha Is Reduced To 0?

Jun 27, 2003

using AS, on loading a movie a solid shape is there with alpha at 100% then over a period of 5 secs its alpha is reduced to 0.

i'm new to this......please help if you want to if you don't have a good weekend but think of me struggling onwards and upwards...

View 14 Replies

Set Alpha For Whole Stage Down But Have 1 Mc Full Alpha?

Aug 2, 2011

I want to do aplpha = .5 for the whole app, but then have a MC display at full alpha, is there any way to do this?

View 6 Replies

ActionScript 2.0 :: Dynamic Text Alpha - Find A Component That Allows Alpha Control With A Dynamic Text Box?

Feb 26, 2005

As far as I know theres in no way to cahnge the alpha of a dynamic text box. I put one in a movie clip and when i try to change the alpha of it everything else in it changes its alpha but the not the DT box. Could someone plz verify for me that u can't change alpha and help me find a component that allows alpha control with a dynamic text box. thx in advance.

View 5 Replies

CS3 Fading Out Music?

Apr 11, 2009

so I have this scene in Flash where a song plays. However, once everything is done on the scene, the screen fades and it goes to the next one. I put a layer in the next one that stops the music, but it just suddenly stops without fade. Also it doesn't matter if I select FadeOut because it will still suddenly stop. If I put Event instead of Stop, the song just keeps playing.

View 1 Replies

Fading Words In And Out?

Jul 15, 2009

Anyway, I want to do something really basic and simple. I want to have a word fade in then fade out. Then another word in another place fade in and fade out.

View 1 Replies

ActionScript 2.0 :: Fading Out After 5 Sec?

Jul 22, 2010

how I might fade this banner out automatically after 5 seconds if it isn't clicked on by the user?

ActionScript Code:
import mx.transitions.Tween;
import mx.transitions.easing.*;
new Tween(main_image, "_alpha", Strong.easeIn, 0, 100, 1.25, true);

[Code].....

View 4 Replies

IDE :: Fading On Xml Gallery

Feb 21, 2009

Ive made myself an xml gallery already, i just wanted to put a fade on the thumbnails and main images after they are fully loaded, so they appear gradually. thought it would be simple using the onLoadStart, onLoadProgress and onLoadComplete functions that are envoked by my movieClipLoader, but having soe problems with the images and thumbs disappearing a short time after fading. a link to what ive got so far is here, have a look and wait a while and youll see the thumbs, mains disappearing [URL] my code for the gallery is such (all contained in one frame, no buttons involved):

[Code]....

View 4 Replies

IDE :: Xml Gallery Fading Out?

Mar 25, 2009

I'm trying to mix the simple photo gallery code with the xml gallery. i'm trying to get the images to fade in and out like the simple gallery, yet have all the features of the xml gallery. I'd like to do this without making two different movie clips/xml files, like the simple gallery. Again, any help would be terrific. I'll post the two codes.

simple gallery:

loadMovie(this.pathToPics+this.pArray[0], _root.photo);
MovieClip.prototype.changePhoto = function(d) {
// make sure pIndex falls within pArray.length
this.pIndex = (this.pIndex+d)%this.pArray.length;

[code]....

View 2 Replies

ActionScript 2.0 :: Fading In And Out In MX?

Sep 24, 2003

i am basically half way home, but I can't quite figure out how to make my movieclip gradually fade out. What I want is an arrow to appear and dissappear when the user is around some buttons. Here is my code:

stop();
speed = 5;
_root.onEnterFrame = function() {
greenArrow._x += (_xmouse-greenArrow._x)/speed;
if (_xmouse > 0 && _xmouse < 340 && _ymouse > 0 && _ymouse < 60) {
greenArrow._alpha += 10;

[Code]...

View 3 Replies

ActionScript 2.0 :: Fading A MC As A Solid?

Dec 16, 2007

I have a few movieclips that I am fading out alpha with actionscript

The problem is the MC is not a solid shape, it has layered shapes in it, so you can see all the shapes within it fading indivually

Is there a way of fading an MC as if it were a solid (bitmap?)

Is there an easy way of converting a vector mc into a bitmap in actionscript?

View 5 Replies

ActionScript 2.0 :: [CS3] Fading Between 2 Movieclips?

Feb 2, 2009

I've got two SWF files where one control what happens in the other using LocalConnect and would like to use opacity changes to make a nice transition between two movieclips in the receiving file. I want the two movieclips to fade nicely so I can't animate it because that would make a brake just as i hit the button.

This is the code in the SWF that sends the information.

Code:
btn01.onRelease = function() {
var sending_lc:LocalConnection = new LocalConnection();
sending_lc.send("lc_name", "methodToExecute", {targetName:"mc01", action:"play01"});
};

[code]....

View 1 Replies

CS3 Image Fading Not Smooth?

Apr 22, 2009

I created a slideshow where the images fade out and in using a motion tween from 0% alpha to 100% alpha in 15 frames. The fading doesn't look right to me it is very jagged. Is there a better way to do this. My files are too big to upload even when I tried to limit them to 3 images.

View 1 Replies

Fading Music With A Button?

May 13, 2010

So I have a button (currently loading a movieclip) and on the main stage there is a piece of music playing constantly while the user looks around the available options on the flash.

What I want to know, is there a way to fade out the music when the button is clicked?

Im using ActionScript 2.0 also :-)

View 2 Replies

Fading Text From Top To Bottom?

May 19, 2010

I have text that wraps around an image on a page and I want the text to fade in from top to bottom. I would have just made a gradient in Photoshop and then tweened it over the text. But the text wraps around an image and the gradient would cover the image.

View 2 Replies

ActionScript 3.0 :: Fading Out An Embedded Mp3

Feb 16, 2011

I have an mp3 on the timeline (which is 30secs long), but I'm looking to fade it out using actionscript as the timeline moves along... I was able to do this with AS2 using:

[Code]....

View 1 Replies

ActionScript 3.0 :: Fading Sound In And Out

Sep 2, 2008

I am putting a flash website together. It is a picture of a group of people standing outside and at random intervals a storm will fade in and out giving dynamic rain/wind/thunder sounds and lightning. The only problem I have is fading the sound out. The sound fades in fine with the movie clip but when the movie clip disappears the sound continue.Here is the code for that part of the flash. The "randomness" of the storm is set to very high probability on purpose for debugging reasons.

View 1 Replies







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