ActionScript 3.0 :: Tweening A Preloader And The Outline Gets Fatter?
Nov 19, 2009I am trying to do is make a preloader bar and for some reason when I try and tween a symbol out 100 frames the outline width gets SUPER FAT ...
View 2 RepliesI am trying to do is make a preloader bar and for some reason when I try and tween a symbol out 100 frames the outline width gets SUPER FAT ...
View 2 RepliesI was wondering how to go about doing a preloader that slowly reveal a building outline line by line.
View 1 RepliesI am trying to add an alpha tween to my UILoader that is linked to a folder of images so that they fade between images when you click on the "next" or "prev" buttons, as well as a preloader status for each image as it loads in (although that is less important, as most connections load in the images fast enough, but perhaps a preloader for the initial image would be good)... Here is what I have, as of now everything is set up to work without a tween or preloader...
[Code]...
I'm getting the following error: Motion tweening will not occur on layers with ungrouped shapes or on layers with more than one group or symbol. I don't have any ungrouped shapes (it's all text), each layer has 5 instances of only one symbol (keyframes), no objects are grouped and text is all static text.
When watching the animation, the first word (web) looks fine, on the second word (design) the tween fails on the last couple of frames of that clip (the blur filter disappears), the third word (and) is OK, and on the forth word (development) the blur filter is not applied to the last 16 frames of that clip.I broke each animation into its own MC thinking that was causing the issue, but that didn't fix anything.
It has me perplexed. Okay, when you draw a shape in Flash, let's say a circle, it draws a 'fill' and adds an 'outline' automatically. Now let's say I deleted the 'outline' part of it, and am left with just the 'fill'. Is there a way to add the 'outline' part back to the shape afterwards? I have a non-standard shape that I need to add an outline to, but can't seem to figure out how to do it
View 2 Replieswhen you draw a shape in Flash, let's say a circle, it draws a 'fill' and adds an 'outline' automatically. Now let's say I deleted the 'outline' part of it, and am left with just the 'fill'. Is there a way to add the 'outline' part back to the shape afterwards? I have a non-standard shape that I need to add an outline to, but can't seem to figure out how to do it...
View 4 RepliesI've been trying to change the color of some static text using Flash Pro 8, and I can't figure out why, when I publish the file, the text looks like it's outlined in white. Almost like the stroke is white but the fill is the color I'm looking for.
View 1 RepliesIf I have a circle shape, or any else shape, what I should do to make a nice simple outline to that shape. Is there any way to make this simple. I tried to make this with the pen tool, bun it wasn't very precise. I want to use something else.
View 1 RepliesI have created 4 buttons so far and when pressed they change the color of a box on the screen. I will be putting more buttons on the page. When a button is pressed, how can i get a black outline to show around the button to let the person know that was the button they selected--it would then go off when the next button is selected.
red_btn.onRelease = function() {
var boxColor_color = new Color(box_mc);
boxColor_color.setRGB(0xFF0000);
[code]......
I really am a Flash newbie, and don't use Flash on daily basis but the client for whom i'm working at the moment would like a simmilar logo effect on their site.
View 10 RepliesI would like to perform a hit test on a movie clip which contains a closed outline, but no fill colour.
Unfortunately it doesn't seem to work in my code. Is it possible or do I have to work around this?
I just upgraded from Flash CS3 to CS5 and when I draw something and try to convert it to a movie clip, duplicate it, etc. the entire drawing's outline just disappears.
View 5 RepliesI have a circle on top of an image that's fading in and out. When I tween the image, a white border appears around the circles on top of the image. This doesn't happen when the circle is below the image layer, and it doesn't happen with a square. Any idea what's going on?
Below is an image of the hairline white border around the black and blue circle.
[Code]...
Why is it that now if I've got an alpha 0 movie clip on a layer and set the layer to outline, I can't see the movie clip? Outline mode used to ignore alpha!
View 1 RepliesI tried using:
btnname._focusrect = false;
It did kill the yellow outline but then I can't navigate using the up/down/right/left key anymore.
I'm trying to learn Flash CS5, but having a bit of trouble with the basics. I start a new actionscript3 project and, whenever I try to draw anything, no matter what I select, it always comes out as a plain, green outline. For example, say I want to draw a red, dotted circle It should look something like this, but it will always come out like this
View 3 RepliesI run a school lab with a few users on each machine. One students came up with a problem. She is always in outline view, even when the outline button in the layers panels is not punched. When I log in to the same machine, I do not have the problem. I assume the problem is in the user preferences file. We are on Windows 7. I went into AppData and deleted what I thought was the preferences file, but it continues to return. Anyone have any ideas why I can't get her out of outline view? Adobe Flash CS5
View 3 Repliesanimate the drawing of the outline of a circle over a set period of time, say 5 seconds?
View 1 RepliesI've added some movieclips using addChild and it was working perfectly, and then the next day I loaded it back up and now only an outline, which I guess is the stroke part of the movieclip, is loaded and my collision detection using hitTestPoint also quit working on them.If I instead use gotoAndStop in place of stop and use frame 3 or later then it shows the proper frame and the collision detection starts working again.
View 2 RepliesActionScript Code:trace(1*0.000001)results1e-6 instead of 0.000001 How do I add a stroke or outline to the images loaded by my XML?
View 2 Repliesdrawing out line that will serve as a mask im tryin to animate a drawing out of a line, but the line wont be an animation itself, itll be used as a mask that will reveal outline of a rectangle i'm starting right now and im on this stage so far, the problem is i dont understand why this line is not drawing out horizontally, while it should variables xpos and ypos are coordinates of the position i want to start drawing it from, xcor and ycor are the cooridnates that will be used to stop drawing once it reaches this point, then jump is how fast i want the line to draw(amount of pixels) ps:the type is there because i will also make another case for vertical line.
Code:
lineDraw = function(type, xpos, ypos, xcor, ycor, jump){
this.createEmptyMovieClip("temp", this.getNextHighestDepth());
this.temp.lineStyle(5, 0x003300,100);
if(type=="horizontal"){
[code]....
I thought that in the past I had seen a tutorial on this site teaching how to have a outlined box scale smaller and larger when a button is clicked, and the size of the box scales to a certain size depending on what loads inside the box. When this happens the outline does not change either. This all being done in most likely actionscript?
Well I have searched extensively and have not found it on this site, which I thought is where I had seen it. Anyway I was wondering if anyone knew of the tutorial or if they could tell me how to do what I have exlained above that would be really awesome!
I need to make the font on the flash page have a white outline and a red fill and also on another font a white outline with no fill. I cannot seem to work out how to do this?
View 1 RepliesFor a project I wanted to create something, that resembles something like this:- a very detailed waterdrop- some kind of ooze- some kind of amoebaSomething like that. A roughly round organically animated thing, with a darker outline. Now I wondered how to realize this. I basically had three ideas so far.a) I draw the outline with actionscript, using drawing function to create dynamically a shape out of curves, fill it with a fitting color and make the outline more distinct using the linestyle. The problem: I'm not sure if there is any realistic chance to also animate this without using thousands of lines of code.
b) I create several round shapes that are close to each other. All of them have the same color, and I move them slowly around, so that they look like a single shape with a curved border slowly animated. Then I add an outline by creating a thin but very strong glow effect. Problem: These filters take up a lot of processing power, and the Glowfilter will be slightly blurry (beeing a glow filter after all), which is not the effect I want.c) I draw the shapes by hand, give them manually an outline and animate the thing using tweens and stuff. Problem: I don't think I can animate them fluently enough that way.
I have a movie clip representing the state of Missouri. I'm changing its fill color based on data from an xml file. I'd like its outline color to be black. I've tried applying a glow filter, but it doesn't seem to work.
View 12 RepliesHow can I create an outline for dynamic text in Flash AS3. I have been trying around with Glow Filter but the result aren't that good..
View 3 RepliesI want to have a different coloured stroke (outline) used on the pie wedge under the mouse from the outline used on the other wedges.
The PieSeriesItem referenced by the mouseover event doesn't have a stroke parameter, and it looks like it is an all or nothing deal with the outline colour on the whole pie.
Is there any way of specifying the stroke parameter on a specific wedge?
I develop some components where I use movie clips as skin. In the scene I have 2 movie clips with width 200px and height 100px, one of them I change the width to 200px and height to 100px, well, it should remain the size as nothing happens but it doesn't. The movie clip that I change the size through as3 it's actually getting smaller, and more strange, it only happens when the movie clip has an Outline. The file is attached. It's Flash CS4.
View 2 RepliesI am struggling with an issue where I want to create a function that draws an outline of any object and I want to use this outline as curve path so I can animate objects on this path using Tweener. Like that:
Code: Select allvar path = new Array();
path.push({x:300, y:0});
path.push({x:200, y:400});
[code].....
I found this code in AS2. It draws an outline of a circle:
[Code]....
I'm only just embarking on making the move to AS3