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


Similar Posts:


ActionScript 2.0 :: Brush Size Change And Undo For Paint App?

May 8, 2006

im currently developing a flash paint app for the psp and im stuck in a little rut here i need a way to allow the user to change brush size depending on what they press aka if they press pencil get a thin line stroke,if big brush big line stroke is there anyway of doing this?

and the next one how can i make a undo button so it undos the last line done

[Code]...

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

Professional :: CS4 Brush Tool "paint Inside Mode"

Nov 17, 2010

When I use the Flash CS4 brush tool in "Paint Inside" mode it erases part of the strokes around shapes. For rectangles it erases the stroke on the top and left hand side where the brush head crosses it, though it never seems to affect the other sides. The effect is less consistant with ovals, but it breaks the strokes at some points. I am using Flash CS4 version 10.0.2 on Windows XP, and I have checked for program updates through the Help menu. Here are two examples:

View 2 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 2.0 :: Custom Paint Brush Effect?

Apr 11, 2006

a drawing application in Flash that that you can paint on using a custom "brush", and not use the default lines that are made by lineTo. The idea I had was to create a brush movie clip, and as the mouse moves duplicate it and place it at the mouse location. However, the problem arises that I often get large gaps in between movie clips if I move the mouse fast enough (which is more like normal speed for me).

View 6 Replies

ActionScript 2.0 :: Rectangle Brush On Paint Instead Of Circle?

Oct 16, 2010

I have a paint brush that has a stroke of a circle i wanted to replaced it with rectangle instead here is my code.

Code:
private function drawCircle():Void
{
var r:Number = 40;
var xcenter:Number = _xmouse;

[code]....

View 3 Replies

ActionScript 2.0 :: Drawing API - Changing LineStyle To Paint Brush

Mar 16, 2010

I have a drawing api with the simple code of a flash:
Code:
stop();
this.createEmptyMovieClip("dibujo", 1);
dibujo.lineStyle(4, 0x000FFF, 100);
attachMovie("lapiz", "lapiz", 11);
[Code] .....
But I need a more complex lineStyle, I mean, a brush that look like a paint brush, like water color.

View 0 Replies

ActionScript 3.0 :: Unmask Image Using MovieClip With Paint Brush Effect

Jul 23, 2009

I am trying to unmask an image using a movieclip when the mouse hovers the stage. (like a paint brush effect).
my_mc = image
my_mask = mask movieclip (square)

this is what I have so far

ActionScript Code:
package {
import flash.display.Sprite;
import flash.events.MouseEvent;
//Main Class
public class Artist extends Sprite{
private var drawing:Boolean;
[Code] .....

I tried putting the masking property in the constructor ( image.mask = imagemask ). but that gave me an error because imagemask is defined in the draw function. If I define imagemask (privately) ontop of the constructor and add the masking properties to the constructor it doesn't work correctly.e

View 5 Replies

Professional :: Can't Change Properties For Brush

Mar 16, 2011

I was doing a project for class and all of a sudden i cannot change anything in my brush properties except color. the stroke, style, scale, cap, join is all locked. i was using it fine earlier and it works for all the other tools but only the brush isnt working.

View 1 Replies

Professional :: Can't Change Brush Size

Sep 1, 2011

So I was making one of my first flash animations in Flash Pro CS5.5 and... when I select the brush tool the "Stroke" is greyed out, it's there, but I can't move it. The strange thing is I can change the fill colour and change the stroke size on the pencil, but why can't I change the stroke on the brush?

View 1 Replies

Flash :: Professional - Error "creating Movie File Be Sure The Destination Is Not Locked Or On A Locked Drive"

Jul 22, 2008

OK I have been racking my brain to get this resolved and unfortunately there isn't a lot of info on the web. Scenario: We are in a shared environment. Central file server (Mac OS X server) over gigabit enet. We open flash files over the network and then we "try" to publish the files back to the same server in which the .fla is stored. (I have read John at Adobe's comments on the practice but this DID work).

So we access the flash file at /Volumes/ServerName/JobFolder/~Flash/ and we "attempt to" publish the .swf to /Volumes/ServerName/JobFolder/htmlfolder/flash .... this was working previously in flash 6-7 but in 8-cs3 it has stopped working and we are kicking ourselves to get some answers. When we try to publish we get the following error: "Error creating Flash movie file. Be sure the destination is not locked or on a locked drive. Also, check that the file name is not too long."

[Code]...

View 6 Replies

Function Calling On A Paint Bucket Style Application?

Dec 24, 2009

I'm putting together a little application that has a simpe paint bucket functionality. I'm having a small problem, i'm sure it's an easy fix, but frankly I'm not much of a programmer.

Essentially what I have is a set of color swatches that users can select, and then a grid of movie clips with a series of frames, each corresponding to a swatch color. Over that, I have a grid of clear buttons that check to see which swatch is selected and then tell the movieclip underneath to go to the frame that corresponds to the right color. What I want to do is just set up the function once and call it for each movie clip, rather than repeating the function for each cell in my 6x7 grid.

[Code]...

View 3 Replies

Actionscript 3 :: Aligning Graphics Line Style Stroke?

Jun 13, 2010

is it possible to align the stroke of a graphic with actionscript? for example, the following code creates a black rounded rect with a grey stroke that is automatically centre aligned.

var t:Sprite = new Sprite();
t.graphics.lineStyle(5, 0x555555);
t.graphics.beginFill(0, 1);
t.graphics.drawRoundRect(25, 25, 200, 75, 25, 25);
t.graphics.endFill();

the lineStyle function doesn't seem to offer any built-in functionality for aligning the stroke. in Adobe Illustrator, you can align a stroke to be either centre (half in/half out of the fill), inside (bordering within the fill) or outside. (bordering outside the fill).

View 1 Replies

Professional :: TextInput Style, Change At Design Time?

Jul 24, 2010

I am new to Flash, and am working on developing an iOS app.I have my first basic app running.My question is, how do I change the style of my TextInput at design time?I see how to do it in code, but I am hoping that I wont have to have a bunch of extra code, justto set the styles of the inputs.

View 1 Replies

Flash :: JSFL SetCustomStroke Does Not Work With Stroke.style = "noStroke"

Feb 2, 2011

So I was messing around with JSFL, and I wanted to set the storke to None. That should be done like this:

var stroke = fl.getDocumentDOM().getCustomStroke("toolbar");
stroke.style = "noStroke";
fl.getDocumentDOM().setCustomStroke(stroke);

[Code].....

I get a solid storke with aRGB value: 00 00 00 00 (0 alpha, 0 red, 0 green, 0 blue). (Which normally is impossible using the color-toolbar)

If I execute that command once more, I get the right stroke color! (It also works if I have any normal solid color. If the stroke is a gradient or bitmap, nothing happens).

As I mentioned, there have been NO problems at all with setting things for fills. ONLY strokes.

View 1 Replies

Change Brush Size - Make The Eyedropper Tool ?

Aug 27, 2009

1. How can I change the size of the brush tool? It's all greyed out on every project I start, stuck at the very smallest size (0.10). I'm trying to trace over a photo at the moment, and it's taking FOREVER with the tiny little brush. It only un-greys itself after I draw a line, but I can only change the size of the line I've just drawn. As soon as I go to draw a new line, it goes straight back to size 0.10.I'd use the pencil tool, because I can change that, but...

2. How do you make the eyedropper tool put your chosen colour into the pencil colour box as opposed to the brush box? Every time I use it, it forces me to use the brush. Which, because of the above problem, is ridiculously inconvenient to draw with in just about every situation.

View 1 Replies

ActionScript 2.0 :: Paint Program - How To Change Thickness Of Line

May 23, 2005

Right now I create a paint program, which will consist of _xmouse, _ymouse, different colors to draw lines, different sizes. But I have a problem:
_root.line.lineStyle(size,0x00ff99,100);
The size is the thickness of the pen. But it don't seems to work inside of that script.

View 8 Replies

Flash :: Professional - Deco Brush In CS5?

May 8, 2010

When I try to use the deco brush in CS5 some of the properties are not there to tweak. For instance when I try to flower brush it creates flowers but the advanced options are not changable. The categories such as Flower color, Flower size, Leaf color Leaf size and Fruit color are there but there are no options to change any of these. The same issue happens with the lightning brush, the Tree brush, the smoke brush, the decorated brush, the fire brush and just about any brush except for the grid brush which has options to use a symbol. Is there something I am doing wrong? Is there a way to get the settings to be invoked? Is it just broken?

View 1 Replies

Professional :: BRUSH TOOL NOT SMOOTH

Jan 24, 2011

I have an issue with my Cintiq not drawing smoothly in Flash. I need to sketch incredibly fast and loose. Flash used to work just fine but now it suddenly began drawing really crummy. I posted some examples of flash as well as Photoshop, Sketchbook Pro, and ToonBoom Animate Pro which is another vector graphics tool. I thought the vector graphics may be the issue but that app seems to handle the drawing excellently (now if only it did the other things Flash can do). Here's some examples of how they're looking. It may be hard to tell in these already loose sketches but the performance drop is really a big difference in responsiveness between Flash vs the other apps here:[code]Does anyone know why my cintiq is causing flash to draw so poorly? Occasionally photoshop will also do the same 'crumbly edges' thing?

View 16 Replies

Professional :: Make A Circular Dial, Point At The Mouse Position While Staying Locked To It's Location?

Jul 23, 2010

I trained on flashMX back in the day and haven't done anything since so now I've got CS5 it's a bit like being at school again! I have a circular dial sat in the middle of the screen with an arrow placed on it's edge. How do I get the dial to rotate so it always faces the mouse pointer?

View 7 Replies

Flash :: Change Shape Border Stroke Runtime In It?

Sep 28, 2010

I've got a complicated shape in a MovieClip.Runtime i want to change the stroke width of this Shape depending on a size ratio.

How can I change this property without redrawing the entire Shape with the drawing API (almost impossible, is a map with very detailed borders) ?

View 1 Replies

Professional :: Changing Size Of Brush Tool?

Feb 22, 2011

Is it possible to change the size of the brush tool with Flash CS5?

View 4 Replies

Professional :: Flash Brush Tool Grayed Out?

Jul 9, 2011

for one reason or another, my brush tool only allows me to select color and smoothing. Stroke, style, scale, and everything else is grayed out and will not let me change it.

View 1 Replies

Flex :: Change The Fill And Stroke Separately In A Vector Graphic?

Oct 13, 2011

If I have a rectangle which has a fill of blue and stroke of orange how can I change the stroke to black and the fill to red using actioncript.

When I use the following code it changes the entire rectangle to 0x008000 (green). Either the fill is covering the stroke or it is changing both the fill and stroke to 0x008000 (green).

var myColor:ColorTransform = myRectangle.transform.colorTransform;
savedColor = myRectangle.transform.colorTransform;
myColor.color = 0x008000;

[Code]....

View 1 Replies

Professional :: Using The Pencil/brush Tool In Drawing An Animation?

Feb 22, 2010

bit of a noob at flash, so I've been having a bit of a difficulty in using the pencil/brush tool in drawing an animation. I set a keyframe, and paint a yellow stroke.  Then i continue onto the next key. I then go back to the first keyframe, and want to paint a black stroke over part of the yellow stroke i made earlier.
 
after selecting this first frame (making the layer active), I go to change the stroke color of the brush to black but find that it now changes my yellow stroke (which I want to keep yellow) to black.  I see that in selecting the frame, by default whatever strokes were made on this frame are also selected (which I don't want). So I'd like to know how do I avoid altering my previous stroke and still put a different colored stroke overlapping it on the same frame?
 
also is it possible to append a brush/pencil stroke to an old brush/pencil stroke?

View 5 Replies

Professional :: Brush Tool With Edit Multiple Frames

Feb 15, 2011

I'm doing some masking with the brush tool. Each keyframe I'm drawing a bit more of the mask. My problem is if I go back to the first keyframe and paint something it doesn't appear on the other keyframes.I thought I found the solution with Edit Multiple Frames, but it doesn't seem to work with the brush tool.

View 1 Replies

Professional :: Use The Paint Bucket Tool?

Sep 2, 2010

for my class i have to draw this fish. in one of the steps it says to draw fins with the pencil. then it says to use the paint bucket tool to color it in. however i cannot color it in. i used all the options too, close small, medium, & large gaps and i still can't color it in. does it have to connect to the start point? i simply attached it to the fish's body. i started over on the 1st part of this 3 time already, and my patience is wearing thin.

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

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







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