Professional :: Make Lines In A Picture Uniform Width (stroke)?

Jan 3, 2011

Pretty much said it in the title. I have drawn a cartoon in flash (cs4) and because of zooming in and out my lines are different widths (thicknesses?)

Is there any way I can select the entire image (just lines) and somehow "uniform" them?

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Make Xml Gallery That Dynamically Resizes According To The Picture's Width And Height?

Oct 9, 2007

i am trying to make this xml gallery that dynamically resizes according to the picture's width & height. the function resizer() is hardcoded with fix values. i have tried to assign it from the array like below but it works wierd, the border just keep increasing in size.

Code:
menuHolder["but"+i].onRelease = function() {
imageLoader.loadClip(this.path,gallery.imageHolder);
gallery.imageBorder.tween("_width",this.width,1,"easeOutExpo");

[code]....

View 2 Replies

ActionScript 3.0 :: Make Speed Of Function Uniform

Jun 20, 2009

how to make the speed of this function uniform (same speed from start to end)var Move:Tween=new Tween(Bar_am, "x", Strong.easeInOut, 900, -1000, 10, true);

View 8 Replies

ActionScript 2.0 :: Make A Picture Gallery And Use Buttons That Move You From Picture To Picture And Backwards?

Apr 22, 2002

I want to make a picture gallery and use buttons that move you from picture to picture and backwards, but I don't want to tell button 1 to go to frame 2 and button 2 to got to frame 3 and so on (I hope you know what I mean)Can I use on button on a separate layer with the same action set? I tried something like that, but it didn't work:

on (release) {
thisframe =+1
}
[code]........

but it didn't work. I'm kind of new to any action script other than gotAndPlay, easy functions and all that.

View 2 Replies

Edit Stroke Width After Line Is Drawn?

May 29, 2009

In Flash CS4, I'm trying to change the stroke width of my line or shape, with it selected, but the stroke width slider is greyed out (thus, unadjustable). Is it possible to edit a stroke width after something has been created? If so, how can this be done? I've tried selecting the line in all kinds of crazy ways, but still can't edit it.

View 3 Replies

ActionScript 3.0 :: Keep Stroke Weight While Changing Width?

Mar 16, 2010

I have a movieclip 'cursor' with in it two rectangles. One of them is dark and one is light, so the cursor is blinking. Now, when I want to change the width of this cursor to 150 (where it was 30 before), I do:

Code:
cursor.width = 150;

This not only changes the width of this movieclip, but also the weigth of the (whole) stroke of the two recangles. How can I prevent this strokechange from happening?

View 1 Replies

ActionScript 3.0 :: Have A Movieclip (hairline Stroke) And After Changing Its Width Or Height It Disappears?

Jan 4, 2010

i have a movieclip (hairline stroke) and after changing its width or height it disappears...

View 1 Replies

Professional :: Make An Animation Of Electricity Going Through Power Lines?

Aug 26, 2011

[URL]I'm trying to make an animation of electricity going through power lines.. (and just drawing lines in general) and I like how it was done in this video. I'm just not sure how to go about doing it.

View 1 Replies

Professional :: Make Use Of A Bitmap Picture, Size 1920 X 1080?

Feb 23, 2011

I make use of a bitmap picture, size 1920 x 1080, as my stage background.  That image never moves ... well I may add mask to it later on, I'm not sure yet.

Nonetheless, since it is static, is it a good idea to cache it as bitmap? is it only for vector artworks?

View 1 Replies

ActionScript 3.0 :: Make Every Picture Go To A URL When The Picture Is Clicked?

May 27, 2011

I made a simple picture slideshow with a timer, prev/next buttons, pause/play buttons and jump buttons. Everything went good so far.Now i'm trying make every picture go to a URL when the picture is clicked but only the link on the first frame goes to the URL when clicked the other 5 buttons do nothing when click.(FYI: I made alpha 0% buttons in a layer above pictures)I tried two different codes but both have no effect.

as layer

Code:
stop();
var nextImage:Timer = new Timer(3000);
nextImage.addEventListener(TimerEvent.TIMER,playNext);
nextImage.start();

[code]....

View 1 Replies

ActionScript 3.0 :: How To Trace Width Of Loaded Picture

Feb 23, 2009

Can I trace the width of a loaded picture? I thought it would work something like this, but it won't work..

View 5 Replies

ActionScript 2.0 :: Know The Width Of A Picture Loaded Into A Clip?

Nov 21, 2003

I need to know the width of a picture I load into a clip. But I always get Zero, while I see the picture properly loaded. What Am I doing wrong in this piece of code ?

[Code]...

View 10 Replies

ActionScript 2.0 :: Make 8 Pixel Rounded Stroke?

Apr 15, 2008

I need to make 8 pixel rounded stroke with action script.

View 1 Replies

ActionScript 3.0 :: Flash Draws Only Half Of The Width Of Picture?

Jan 6, 2010

Code:
//p is movieClip
var p:pic = new pic;
var bmpData:BitmapData = new BitmapData(p.width, p.height);

[Code].....

when I compile, flash draws only half of the width of my picture, can any 1 tell me why? my fla file is bigger than 500KB so I can't attach ;(

View 7 Replies

ActionScript 3.0 :: UILoader Getting Picture Info (Height / Width)

Aug 14, 2010

I wanna make a border around my picture gallery and I am loading throw thing function. I wanna know the pictures scaled size is there a way for that ?
Code:
Select allPictLoader2.scaleContent=true;
var fl_Picture__2:URLRequest = new URLRequest(FolderName+"/img"+Broj2+".jpg");
PictLoader2.load(fl_Picture__2);

View 2 Replies

ActionScript 2.0 :: Changing The Width Of A Picture By Sliding A Button?

Feb 5, 2006

How can I create a button to control the width of a certain picture by just sliding the button on a scale in Flash 8? (I've found the actionscript for the button in a sample file in Flash MX. It looks like this:

onClipEvent (load) {
initx = _x;
left = _x-50;

[code].....

View 4 Replies

ActionScript 3.0 :: Draws A Couple Of Lines With Changing Alpha And Width Whenever The Mouse Is Moved?

Apr 23, 2009

I have wrtitten some code that draws a couple of lines with changing alpha and width whenever the mouse is moved. I need to convert this code to AS3 so that I can use it in conjunction with some video tracking.

Code:

var speed:Number = 100;
var myNumber:Number;
var myMax:Number = 50;[code]...

View 1 Replies

Actionscript 2.0 :: Stage.width - Make A Minimum Width And Stop Resize?

May 27, 2009

is there a way to make a minimum width and stop resize? I have a menu I am building that is locked to the bottom of the browser and 3 buttons on the left and a movieClip on the right. When you resize the browser window - currently - you can make the button on the right sink under the three on the left.

[Code]..

View 6 Replies

Professional :: Add Stroke To An Array

Nov 8, 2011

I'm trying to create a simple coloring book app and I've got it mostly working based on tutorials and code I've found on the web. I'm using an array for my color swatches and I'm trying to add a stroke but it's not working. The markers in the array are based on a symbol called "Colours".[code]

View 5 Replies

Actionscript :: Flash - Function To Adjust Font Size To Make Text Field Width Smaller Than A Given Width?

Aug 31, 2011

Is there a function or property or better way to do what the following code do?

var width:int = 20
while (textField.defaultTextFormat.size > 1 && textField.width > width) {
textField.defaultTextFormat.size--
}

View 1 Replies

Professional :: Use The Pen Tool Without A Stroke - Only Fill

Jun 15, 2010

So we're sitting here at the studio trying to figure out how to use the pen tool without a stroke. We do most of the work in Illustrator, then paste it in Flash. Unfortunately, some objects sometimes disappear while breaking the object down, which means that we have to do some actual touchup work in Flash.

View 2 Replies

Professional :: MC Motiontween With Smooth Stroke Scaling?

Mar 9, 2011

i have a MC of a circle with a stroke i motiontweened the circle to scale larger, but the stroke is scaling up proportionally..is there any way to maintain stroke weight when motiontween-upscaling a shape? just when i think i'm on a roll with this program, i'm stumped like every 30min.s,

View 4 Replies

Professional :: Cannot Set Line Stroke Scale To Normal?

Aug 15, 2011

Under the stroke properties before or after I draw a line, I set it to NORMAL but when I re-select the line, it keeps changing it back to NONE.  Some how it is now the default and I cannot change it  I have tried opening new documents from scratch but I still cannot get it back to scale normally.  All the lines are inside movie clips and these movie clips need to scale properly.  I cannot seem to find any other answers besides telling me what I have already tried.If I change the line type from solid to dotted, it then scales (actually you cannot change the scale mode.

View 1 Replies

ActionScript 3.0 :: TextField Borders Not Uniform

Sep 17, 2009

I have created an array of Input Textfields with their borders visible. All is fine when I play the swf directly in the Flash player. But when I try to view it in the browser, certain horizontal and verticallines in the grid appear darker than the rest.

View 1 Replies

Professional :: SimpleButton.width Doesn't Change - Width And Height Remain 0

Jun 1, 2010

I am looking at the SimpleButton entirely wrong. Here's what I'm doing (inside of a MovieClip):

[Code]...

the close_btn.width and height remain 0. Am I supposed to just rely on the DisplayObject members of the SimpleButton completely and ignore width/height/x/y or what?

View 2 Replies

Professional :: Tile Symbol Along Path Or Apply As Stroke?

Nov 19, 2010

Here is an odd question, can I tile a graphic symbol in my library along a path or apply it as a stroke somehow? In Illustrator you can select an item, go to the brushes palette, select new brush, new brush pattern. Is the same functionality available in flash (even programmatically)?

View 1 Replies

Professional :: Find A Stroke Function Or A Command After Have Broken An Object?

Oct 2, 2011

I've searched all over to try and find a stroke function or a command after I have broken an object, but can't find anything. I want to apply a stroke to multiple frames. use the ink bottle, and do not suggest turning my symbol into a movie clip and adding a glow. This seems like it should be a simple function

View 1 Replies

Professional :: Paint Brush Locked - Can't Change The Stroke, Style Or Scale

Oct 5, 2010

My paint brush tool seems to be locked. I can't change the stroke, style, or scale....?

View 1 Replies

Flash :: Professional - Converting Every Brush Stroke Into A Symbol - Turn Function Off?

Mar 13, 2012

I must have hit a button or something. Every brush stroke I paint is automatically converted into a symbol. I don't want this. How do I turn it off?

View 2 Replies

Make Blue Effect Of Lines?

May 17, 2009

How can I make this blue effect of lines? like in diablo 3 site

View 1 Replies







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