ActionScript 2.0 :: Change Alpha When Background Appears?
Sep 2, 2010
I made a form and i want it to be invisible until the background's alpha is 100% and dissappear when the backgrounds alpha is anything other than 100.
reserv_form is the form reservations_box is the background
this is what i have but it dosent work:
Code:
reserv_form._alpha = 0;
if (reservations_box._alpha = 100){
reserv_form._alpha = 100;
[Code]....
View 0 Replies
Similar Posts:
Aug 31, 2009
I have created a CoverFlow Carousel and would like to put a gradual fading (black to white) background directly behind it. In other words the background should be visible behind each of the images in the carousel. I have tried creating a new layer and inserting a rectangle with a gradual fill on it and have made sure this layer is positioned underneath the layer where my carousel is on but when I play the flash clip my background appears over the carousel. I also tried creating a container around the carousel but I don't quite know how that works. I attached my main class, the coverflow class and the container class which I tried to create but which doesn't seem to do anything.
View 2 Replies
Jan 17, 2012
I cut up parts of a web page background to do some menu animating in Fireworks on the left side, and the right side to have a slideshow on top of a transparent PNG background. Then I bring both together in a Dreamweaver file, within a DIV so it looks seamless. This has worked fine before, and it exports okay, but I noticed that putting the two "parts" back together side by side that the SWF background is somewhat faded compoared to the Fireworks HTML. I've tried changing the Publish Settings and I've tried changing the PNG file property in the library to both "enable smoothing" and "Lossless Compression", but nothing seems to fix it. My next option is to make the PNG the background image of the page when I bring it all in to Dreamweaver, but I'd like to know if this can be fixed for future reference.
View 1 Replies
Mar 29, 2010
The site opens with a SWF file. This is my first attempt at Flash. He did not have the fla file so i used a decompiler to generate it and we were able to make most of the changes he wanted. We have one thing left and I am scratching my head trying to figure this out. There are 7 buttons, and when you place your mouse over each button an image appears in the top right of the screen. This image is different depending on what button you are over. He wants to update and change a couple of these images.
View 1 Replies
Sep 26, 2009
I've bought a component on flashden. This is a text component that makes it possible to load CSS & Html on your flash project. Check the included zip for the source. What I want is that the background of the component is transparant. Now it has a linear gradient. I've tried to set the drawing in the component to zero alpha but that didn't do the trick. How to edit the background (if nescessary by actionscript)?
View 2 Replies
Sep 24, 2009
I've bought a component on flashden. This is a text component that makes it possible to load CSS & Html on your flash project. Check the included zip for the source.What I want is that the background of the component is transparant. Now it has a linear gradient. I've tried to set the drawing in the component to zero alpha but that didn't do the trick.The file is to big so I've uploaded to http:[url...
View 1 Replies
Apr 25, 2005
i just wanna know what do i have to do to make the text field i have on my movie to be transparent instead of white with black borders...
its a dynamic textfield, on flash mx 2004 pro
View 2 Replies
Jan 27, 2010
The menu is like this http:[url]... (the site is in portuguese but it doesnt matter), when I click in on menu the actual menu does an alpha to 0 and the next menu appears using the alpha from 0 to 100 (and some animations like the cellphone going up).Now, how can I do a menu like that, whatever the menu I choose, it does that alpha animation ?
View 1 Replies
Oct 19, 2011
Can we fetch the alpha value from a canvas( i have a canvas in flex, setting background color with alpha, can i read the alpha from the canvas directly again later ? ) for example we can read the background color like canvasId.getStyle(backgroundColor) same way, any method for alpha as well?
View 1 Replies
Aug 10, 2011
Maybe the title is not self explanatory but in most iphone games eg you click the correct example and you see a +100 points mc appear and rise and alpha out. I did this with a png done in photoshop BUT not all goes well - it doesn't work.
[Code]...
It seens perfct but I can't see it work. The funny thing is that the custom currentBubble - with a dot after you see the code hints but a dot after pb100 - you see no code hints. Well not normal.
View 2 Replies
Apr 14, 2010
I want to fade in a background with a alpha tween after it's loaded in by an UILoader. Everything seems to be working great when I do a Test Movie (in Flash) or view it in IE. However, I encounter a problem when viewing in Firefox. Somehow the alpha does'nt come up to 1(100%). Sometimes my background image is barely visable and sometimes it's at ~90%. It seems to be completely random.
Quote:
//load random background (1 to 10)
var randomNumber:Number=Math.ceil(Math.random()*10);
trace(randomNumber);
[code]....
I've tried increasing the final value (Regular.easeOut,0,1,2,true) and this will change something but doesn't solve the problem. I've also tried instead of fading in the background to fade out a overlaying vectorshape, but same result.Is it possible it has something to do with other script/my background img size/??.
View 2 Replies
Nov 15, 2010
I am trying to change the background color and alpha of a link bar in a Flex/Flash 4 application. No matter what properties I define, the background of said link bar is always white.[code]
View 1 Replies
Sep 27, 2009
Is it possible to make a dynamic textfield's background color alpha set to .5 and not affect the alpha of the text?
View 3 Replies
Oct 23, 2010
I tried to playing around with the augmented reality. Therefore I watched the tutorial (http:url....) and all works like a charme to me. I replaced the kramer.m4v with my own video. It works perfectly.But I want to have my own video on a transparent layer.So that I can see myself not within the background of my video.Therefore I did a video on a greenscreen and keyed the background. All seems to be ok!I exported the video in an .mov with the alpha channel. It works so far, but the black background is still there if i hold the marker to the camera.so my question is: Is it not possible to export a mov with the alpha channel to let the background go away?
Any hints or workaround? I just want to have a video with me speaking on a transparent background and not with teh black background. I changed the kramer.m4v in the HELLOFlar.as to kramer.mov (its with my own video, just the name is the same) but the background isnīt gone
View 11 Replies
May 9, 2005
I have created a finite menu and it works fine, the only problem is that now I want to have the menu set to 50% alpha and when the user moves the mouse over the menu it gradually increases to 100%
View 14 Replies
Apr 16, 2010
I am trying to dynamically change the alpha value of a set of movieclips on a timer. The timer works but I get an error message from the function. This is the error:
TypeError: Error #1010: A term is undefined and has no properties. at piedacoulisse_timer_fla:MainTimeline/zoom/piedacoulisse_timer_fla:onT ime()[piedacoulisse_timer_fla.MainTimeline::frame1:124] at
[Code].....
View 5 Replies
Apr 26, 2010
Im very new in the flash business and i started making a gallery after this videoi get 2 errors when i write te action code for alpha change. Is it because i use ActionScript3 instead of 2? because i made it with flash CS3.
View 8 Replies
Jul 12, 2010
Basically, I want to change the alpha value on my movieclip. I start my mc with an alpha of .08 (8%).
mc.alpha = .08;
What I then want to do is increment it to .9 (90%) and when it hits that, decrement it back to .08, and then when it hits that, increment it again to .9 etc.
I have tried
if(mc.alpha==.9){
mc.alpha -= .01;
}else{
mc.alpha += .01;
}
View 7 Replies
Jan 20, 2012
From what I understand you can change the alpha value of a textfield to be fully transparent. I would like to have chat output that fades after a while. I was wondering if there was a way to change just a portion of the string inside of a text field to transparent. The textColor does not have an alpha value. I could just use multiple text fields but I would like to avoid doing that if possible for efficiency sake.
View 1 Replies
Jun 18, 2009
I'm making a drawing API for my homepage. My homepage is exclusively created in Flash AS2... But I have a problem with my brush for the drawing API... I would like to change the opacity/alpha value of the brush, with keypress LEFT and RIGHT... But i can't get it to work!
Here is my code:
ActionScript Code:
lineThickness = 0;
selectedColor = "0x000000";
[Code]....
View 0 Replies
Jul 3, 2009
Ok. I am new again so I hope I am describing this correctly. I don't know the best way to do this but this is what I've dreamed up so far: I have a number of movie clips on my screen, all thumbnail sized images, each with an instance name (ex: tw_lifeoftheparty, tw_xmen, tw_xfiles, tw_diehard, etc.).
In each movieclip there are 2 layers: the thumbnail image(bottom layer) and a black border(top layer). The black border is an object named wk_border and isin each of the thumbnail movieclips.
I have given wk_border the same instance name in each thumbnail movieclip "border"
[Code]...
View 5 Replies
Nov 5, 2009
Let me try to explain what I'm doing. I have multiple movieClips (mc_aitkin, mc_anoka, there will be a lot more) on the stage that I want to change their alpha using data from an xml when it loads. I can isolate the info I want and trace it so it shows in output, but I'm not sure how to use it from there.
I've tried to convert the xml data to a number and do an if/else as shown below, but the only output I get is "not" (from a trace). So I'm guessing the if/else isn't recognizing the xml data as a number?
If I can resolve that, the next step will be to apply this function to the large number of mc's I'll have on the stage. Would that be with something like e.currentTarget.alpha = .5; ?? I don't think I can put it in the same changeAlpha function because there the property of 'e' would be undefined.[code]...
View 8 Replies
Jan 18, 2010
How can i change the alpha value of a movieclip through actionscript?
View 1 Replies
May 22, 2010
I want to make a button to change the alpha of an instance but I dont know how to make it.
Thats what I want: When I click the button, then the movie clip appears (alpha 100)When I click the button again, then the movie clip disappears (alpha 0)
View 2 Replies
Sep 24, 2010
I am making a website/online gallery. I have all my buttons assigning a frame number or value eg. [code]...
and then have all different movie clips loading depending on the the 'frameno'
My problem is that i want the button alpha to change when you are on that page. So i am assuming it would be something along the lines of.[code]...
View 9 Replies
May 6, 2004
I've been trying to change an MCs alpha with actionscipt. the movies FPS is 30. Here's the as:
onClipEvent(load) {
var alpha = blue._alpha;
alpha = 50;
var forwardA = true;
var changeA = true;
[Code] .....
Btw, "blue" is the MC that I want to change the alpha of, and this code is on that MC.
View 6 Replies
Feb 26, 2005
how to script a alpha change on roll over!
View 2 Replies
Jun 7, 2003
Is there a way to change Alpha settings on MC using AS? Something like this:
[Code]....
Im trying to duplicate the window effect on this weeks site of the week: [URL]
View 3 Replies
May 7, 2010
I am quite new to actionscript 3 here is what I want to do: When the mouse hovers over a movieclip I want another movie clips alpha to go from 0% to 100% then when the mouse moves off of the movie clip the reverse happens.
View 2 Replies
Feb 26, 2005
I do wonder how to script a alpha change on roll over!
View 2 Replies