Movie Clips With Text Fields Ignore Alpha Settings?

Jul 28, 2009

I'm working on a simple movie clip that shows a few lines of outline text.  Audio will eventually accompany the text, and to make the clip more "interesting" from a viewer perspective I've been asked to fade in the text line by line as the clip progresses.  I hadn't expected any trouble with this...I created the text clips individually, converted them to symbols, then applied alpha=0 at appropriate points, then inserted a motion tween to transition to the same clip with alpha = 100.

The problem I'm seeing is that when I publish the swf and open it, it just shows me all the text immediately, no fade in, no nothing.  When I click Control->Play while in editing mode in Flash, the clip behaves as I'd expect.  Is there some feature of text clips that prevents them from behaving as expected in this context? 

View 1 Replies


Similar Posts:


Actionscript 3 :: Share Embedded Fonts With Text Fields In Multiple Movie Clips?

Oct 25, 2010

After a lot of experiments and reading many articles, Q&As, I still didn't find the answers to my problem, then I decided to ask my question at great stackoverflow forum:-)

The setup of my project is as follows:

- Create an AS3 project in Flash Builder 4 (Main.as3proj), and write source code in it;
- Create graphical assets in Flash CS5;
- Load the graphical assets in the AS3 project;

In the graphical assets (swfs), there are text fields, we would like to use Embedded fonts for the text fields. But we don't want to embed the fonts in all swfs, we want to create a swf as a font library (FontLib.swf), that embed all the fonts needed across all the graphical assets (swfs).

After loading or embedding the FontLib.swf to the main application (Main.swf), the embedded fonts is availabe: TextField.isFontCompatible(myFontName, myFont)

is true. And when I create a TextField with the embedded font at runtime, it works fine. But besides this, I want to use the embedded fonts for the TextFields in other graphical assets like what I described at the begging, but when I try to change the text for the dynamic text field in a movie clip, the text field will disappear. (Before changing the text, it can be displayed because Flash CS5 automatically embed the fonts for the characters already input in the fla/swf file).

I tried to clone the text field with the same properties of the text field in the movie clip and replaced the old one, as I said, this works as other text fields created at run time. But I have other problem with cloning and replacing the text fields in movie clip. I wonder if there is a way to instruct the flash player to use the externally loaded embedded fonts for the text fields in movie clip.

View 2 Replies

ActionScript 2.0 :: For Loop With Array And XML - Populate Dynamic Movie Clips And Text Fields

Aug 10, 2007

I have a Flash site I am developing that feeds in XML into various arrays and populates dynamic movie clips and text fields. I am having trouble making a for loop that works with my movieclips and text fields. I am probably only missing one step and if I can figure it out I will cut my lines of code about 10X. I have attached the fla and image files in a zip file.

View 1 Replies

ActionScript 2.0 :: Changing Alpha On Multiple Movie Clips?

Jan 7, 2010

I know how to change the alpha of one movie clip at a time on rollover, rollout, and release. But I'm a bit stuck trying to figure out how I would change the alpha of multiple movie clips, when one is clicked. It's for a simple photo gallery and I want all the thumbnails to darken once one has been clicked & the image is loading. I can't just fake it by having a somewhat transparent black movie clip appear over everything, because I need the alpha of each thumbnail to be able to change again once people roll over a new thumbnail.(a section of my code is included for reference but there are like 30 thumbnails so I didn't include it all, the code is the same for everything)

Code:

thumb_001.onRollOver = over;
thumb_001.onPress = down;
thumb_001.onRollOut = out;
thumb_001.onRelease () {

[code]....

View 2 Replies

IDE :: Controlling Movie Clips Using Alpha On Its Own Timeline With A Stop(); At The End??

Sep 10, 2009

I have created a website on the time line. There is actionscipt contolling which frame to play via a button. Within this button is a movieclip with a fade in using alpha on its own timeline with a stop(); at the end.The problem is I only want it to play when you first see it from moving to that page from the main timeline. Currently if i move over the button it plays the movie again which i dont want to happen. I do however want to retain the over states etc for the button.

View 2 Replies

ActionScript 3.0 :: Set Up A Simple Enter Frame Loop To Adjust The Alpha On A Grid Of Movie Clips?

Aug 25, 2009

I've set up a simple enter frame loop to adjust the alpha on a grid of movie clips ("bubbles") using a distance formula from the mouse pointer.I've got a hunch that while this works fine, there's a more efficient or processor friendly way to do it.

grid of mc's created here....and pushed into an array
 stage.addEventListener(Event.ENTER_FRAME, loop);
 function loop(e:Event):void{    for each (var j in bubbArray)[code].....

View 1 Replies

ActionScript 3.0 :: Make A Slider Bar Reveal Movie Clips On Stage As Drag It Along And Alpha Values

Feb 25, 2010

I'm looking to make a slider bar reveal movie clips on my stage as you drag it along. I've written some sloppy code that works, but isn't smooth by any means. I basically put MCs on different frames on the timeline, and I want those MCs to fade in or out relative to where the pointer is on the bar. This was a workaround, what I think I need is a boolean solution, but I'm not familiar enough with AS to write one from scratch. Here is the code I have so far. Does anyone have any ideas?

[Code]....

View 5 Replies

ActionScript 2.0 :: Changing Alpha Settings?

Apr 28, 2003

i made text into a movie clip and put in this code to adjust the alpha.

onClipEvent (load){
this._alpha=100;
i=1;
}
onClipEvent (enterFrame) {
if(this._alpha=0 && i==0){

[Code]...

The alpha is going down.I think, because the text isnt there. What i'm having trouble with is getting it to go back and forth. Increasing and decreasing the alpha when it gets to it's maximum or minimum. I hope I'm making some sense.Does anyone have any ideas? And no I cannot do this with a simple motion tween because there are things happening in the background.

View 3 Replies

ActionScript 2.0 :: [MX] Change Alpha Settings On MC?

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

ActionScript 2.0 :: Alpha Settings In Overlapping Movieclips

May 30, 2010

I need a way to blend two movieclips each with an alpha between 0% and 100%, and instead of adding the two overlapped parts together, i need the colour to be an average of the two overlapped parts.

Ive been looking for a few different ways to manage this. The reason I need this effect is to do a realistic motion blur for a moving ball (which can be in any direction).

View 4 Replies

Professional :: Default Colors In Flash CS4 With Alpha Settings?

Mar 15, 2010

In Flash CS3 you could set a default color with an alpha setting.  I have not found a way to do this in CS4.  Is there a way?  Its nice to have some default colors for shading that are easy to get to.

View 6 Replies

ActionScript 2.0 :: Movie With Text Fields + Changing That Text?

Jul 10, 2002

I just started playing with scripting and here is a question i got. I got 1 button.A movie with containts 3 graphics , graph1 , graph2 , graph3 Each graphic contains a Dynamic Text field. The var of that field within graph1 = text1, graph2 = text2 etc. On release should put the text "test" in each of the textfields and should play the whole movie wich contains the graphics with textfields. this is the code i made

Code:
on (release) {
set ("_root.movie.graph1.text1", test);

[code]....

View 2 Replies

IDE :: Movie Clips Contents Alpha At Different Rate During Tween Class Tween

Mar 4, 2010

If i have a clip with a bunch of stuff inside it (on layers) like other clips, bitmaps, etc. and perform a tween on that clip (via tween class), the stuff inside the clip seems to alpha at different rates.

For instance, i have a clip with an empty movieclip which loads a bitmap image and on top of the bitmap image, i have a gradient feathered edge (.png) bitmap and on top of that I have some dynamic text (embedded fonts).

The bitmap is supposed to create a feathered edge on the photo but since they alpha at different rates, you always see the hard edge of the photo...

is there a solution like cacheAsBitmap which would let the whole clip alpha at once? If it's cacheAsBitmap, i must be using it incorrectly, b/c it's not working!

View 1 Replies

Professional :: PNG Alpha Banding - Checking The Colour Space Settings In All Apps Involved

Apr 6, 2010

I've been trying to export some png assets for flash from photoshop and keep getting this weird banding issue (see attached image). As you can see, the image on the bottom is the png loaded into photoshop and placed on a white background. Then, on the top is how the png looks when placed on a white background in flash. WHY?! Just to rule out some of the more obvious responses, I've already tried the following:

- Exporting as a 24bit+alpha png from photoshop (interlaced and non-interlaced)
- Exporting as a 32bit alpha png from fireworks
- Exporting as an 8bit alpha png from fireworks
- checking the image properties in flash (losless, no smoothing)
- checking the colour space settings in all apps involved

View 6 Replies

ActionScript 3.0 :: Get Dyanmic Text Fields To Work In Flash Movie

Oct 4, 2009

I am trying to get some dyanmic text fields to work in my flash movie. I got one to work and have had trouble getting more than one. I think I kinda got it but it works but works funny. I am trying to load text in two different places. When I click on the first instance (Philosophy Section) nothing shows up. When I check the other instance (Eco_Conscience) the text shows up and then when I go back to the Philosophy Section it works. BUT it doesn't work on the first try. I am attaching code and link.

[Code]....

View 3 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 :: Create Random Text For Movie Clips / Drag And Drop Dynamic Text?

Jan 20, 2009

I have been making a memory game, where words are shown to the user. Once they have memorised the words they go to the next screen where the words that they have memorised are shown. They then have to drag each word into a "correct" place and a "wrong" place. I now want to edit it so that I can use two arrays one for correct words and one for wrong words. I want to generate random words from each of these arrays. I have sort of worked out how this is possible to do but using dynamic text, but am I correct in thinking that the whole dragging the words thing is not possible with dynamic text. (I may be wrong though, I am quite new to flash).

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

ActionScript 2.0 :: Alpha Tween - Quality Of The Text Shown As The Movie Clip Is Not The Same As How It Looks In FLASH

Sep 8, 2006

1) In the attached file, I have a movie clip that quickly comes across the top of the screen (following a short distance). I want it to start out with 0 alpha and i want it to fade in to 100 alpha. However, I want to do this using Actionscript while I'm EASING the movie clip. I'm trying to NOT use the timeline and do automated tweens for this function. If I combine them, it compliles but the output gets all messed up.

2) The quality of the text shown as the movie clip is not the same as how it looks in FLASH. I jacked up the quality of the output to 100% and it's still the same. any reason why?

View 6 Replies

ActionScript 2.0 :: Function For _root - Control A Movie Clips Current Frame By Another Movie Clips?

Sep 13, 2009

I'd like to control a movie clips current frame by another movie clips action script.I realise the following controls the outside (root) frame time line:

on(release){
_root.gotoAndStop(1);
}

but I'm not sure how to apply that to my other movie clip. I'm guessing it would be something like this:

on(release){
_*movie_clip_name*.gotoAndStop(1);
}

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

Professional :: Movie Clips Grid And Text

Sep 23, 2011

I am creating a grid of MovieClips through loop [ rows and cols vary as it is user input value ]
 
I want to enter Text along outer movie clips and text between spaces (outside) as rows and cols are dynamically so there can be many rows and cols

Is that possible to add text like in the image at the time of grid creation ?

View 1 Replies

ActionScript 2.0 :: Flash8 - Attaching Movie Clips To Already Attached Movie Clips?

Jun 5, 2011

As most of you don't know, I've been creating an rpg game. And, after several tries of art making, etc, I have finally moved back into coding the game. And now, I'm stuck on the equipment system idea. At first, I thought I would just place a bunch of goToAndStop's for each movie clip to go to a frame that has that certain armor piece. This was my first idea for an equipment system. However, after doing some research, and realizing how much lines of code could be saved, I started looking into simply adding and removing movie clips from the character as my new equipment system idea. Now.... on to the problem.

Basic want/ overall achievement wanted: Create an equipment system, which will basically attach movie clips (items) onto characters, which themselves will already be attached movie clips on the stage.

Problem: What is the exact code to do this? And Is there a better way to do this for an equipment system (a less laggy or more efficient way perhaps that I'm not seeing; Check the code below to get a better idea of what I'm talking about)?

Part of the code (or basic idea of code; see comments for extra details

code:
//Don't worry I have an OnEnterFrame function here;
//attachedObj= the character; figure= the MC name of the character;
attachedObj = attachMovie("figure", "figure"+1, 1);

[Code].....

View 2 Replies

Multiple Movie Clips On Stage - Buttons Not Working In Movie Clips?

Jul 15, 2009

I have multiple movie clips on stage (all in separate layers, of course) as well as buttons on stage to play each movie clip. There are buttons inside each movie clip. The problem is that the buttons inside the top layered movie clip work, but the others in the movie clips below don't.

View 2 Replies

ActionScript 2.0 :: Flash Ignore Text Characters?

Mar 19, 2010

I've created a quiz in flash that reads in questions and answers from an external xml file. E.g (xml).

<question q="allons-nous? = are we going/do we go?"
ans_a="allons-nous?"
right="a">

I have been asked to develop the quiz further so it ignores the case the answer is typed in (which I guess is possible using toLowerCase) and also to ignore any ! or ? symbols the user might type in .I assume the only way to accomplish this is to check the answer against a range of possible answers in the XML eg.

<question q="allons-nous? = are we going/do we go?"
ans_a="allons-nous?"
ans_b="allons-nous"
right="a",right="b">//this lines probably wrong

Does anyone know if there is any way of getting flash to ignore symbols if they are typed in?

View 1 Replies

ActionScript 3.0 :: Ignore Comments In Html Text?

Sep 25, 2009

I have an html file that includes some comments <!-- --> and when I load it into a textField in a Flash movie, there is an empty line where the comment is. How to eliminate the empty line, if I want to keep the comment in the HTML file?

View 2 Replies

ActionScript 3.0 :: Making A Text Field Ignore The Cursor?

Oct 7, 2008

I am creating a dynamic text field in the IDE and putting it on top of a simple one-color square movie clip. I've attached a listener to the movie clip in AS 3, to make it act like a big button. However, since the text field is on top, it blocks the button from reading the cursor, within the text field. I set "selectable" to false in the IDE, on the text field, but that didn't seem to work. Any ideas? Do I have to add a listener to the text field, also?

View 2 Replies

ActionScript 3.0 :: Scale Movie Clip And Ignore Mask Dimensions?

Nov 28, 2010

Is there a easy way to scale the part of a masked movieclip that the user sees to a specific height? I want to ignore the masked part but scaleX scales using the dimensions of the mask.I'm assuming you can do this using bounds and getting the difference but am having trouble figuring this out.

View 1 Replies

ActionScript 3.0 :: Static Text Looks Much Better Than Dynamic Text With The Same Font Settings?

Nov 21, 2009

I have exactly the same font settings for Static Text and Dynamic Text but the Static Text looks much sharper. Anyone knows why?Font: Trebuchet MSSize: 30 ptAnti-Alias for readability

View 3 Replies

ActionScript 2.0 :: Make Movie Clips Point At Other Movie Clips?

Jan 4, 2009

I'm making a shooting game but there won't be much of a challenge without enemies that point and shoot. Is there an easy way to make them do that?

View 5 Replies







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