Professional :: Can't Change Size Of Brushes
Jun 22, 2009
So I was doing my usual work with flash when I switched to my brush. Wanted about an 25 or so but i couldn't change the stroke size. It doesn't say anything it just won't let me drag it. Its really irritating..
View 4 Replies
Similar Posts:
Nov 28, 2009
So is it possible to make Flash brushes behave like Photoshop brushes?There's a specific reason I'm asking, but I'll get into that later. I want to make it clear that I'm NOT talking about importing brushes, or making flash brushes paint like special brushes such as wet media brushes or dry brushes etc.I'm simply talking about BEHAVIOUR. Photoshop brushes pretty much emulate the exact contact you make on the tablet. Whereas we all know flash brushes have an 'auto-smooth' type of effect.I know you can go into properties and monkey around with the settings, but I'm having trouble getting it right. It either remains too smooth, or gets jittery as if I'm using the pencil tool in MS Paint.Speaking of the pencil tool, it has no weight or variation, so I'm not interested in it.I'm hoping someone found the number "formula" in all the property options that best imitate PS brushes.(If anyone's interested, here's the reason I want to know):I want to do fram by frame animation, and flash is the quickest, most economical way to get it done; but the brushes just aren't friendly for the method of frame by frame. Sure they're great for tweening, but it takes For-e-ver to get from scratch to clean-up, as opposed to Photoshop.
View 1 Replies
Apr 2, 2010
I'm trying to work with a very long image that scrolls through a page. Piecing it together, it's roughly 12000 pixels wide. I can't view the image because the pasteboard seems to only be around 3000 pixels. Is there a way to increase pasteboard size?
View 7 Replies
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
Sep 10, 2011
How to change the size of cursor in flash,when we use dynamic text box or input text box the cursor is covering the whole height of the text box.is there any way to reduce the size of cursor
View 2 Replies
May 23, 2010
I'm trying to create a credits screen for a movie that's 1440x1080, anamorphic. Flash CS5, on the other hand, only allows square pixels, which throws off the pictures/text when I put it into Premiere Pro CS5. So, is there any way to change the pixels from square, to 1.33?
View 5 Replies
Aug 13, 2010
I am building a website in flash and was wondering if it is possible to change the background size for each page of a website that I build in Flash?I know how to change the template background etc. but I changed the background size to a bigger size on page 3 and now the whole site is like that.
View 2 Replies
Oct 18, 2010
"be all end all" list of setStyle syntax for as2?
Specifically, I'm trying to change the border size of a text box.
View 5 Replies
Dec 2, 2010
I'm using Flash CS5 and AS3. I've made a form using the library's "User Interface" object and I want to change the font size for the TextInput and TextArea fields but I can't find any option in their properties to change it.
I've tried this code
var myTextFormat: TextFormat = new TextFormat();myTextFormat.size = 14;email_txt.setStyle("textFormat", myTextFormat);
even though I don't get any error while publishing, my page doesn't appear, if I remove this code the page comes back to work.
How can I do to change the font size?
View 1 Replies
Jun 30, 2011
how to change font size in textarea?
View 9 Replies
Dec 7, 2011
When I click the type tool and drag a text box out and type a couple words at 235pt size it looks fine. as soon as I click off the text box, the text size jumps down. I have no idea why this is happening and I can't get it to stay. When I click the type tool on the box again the tet appears at the 235pt size. But when I click off of it and play the movie it is at the incorrect size.
View 3 Replies
Jul 8, 2010
I'm making a vertical scroller with a mask. The content is inside a movieclip and the user scrolls around it.My problem is, I have lots and lots of content to put inside that movieclip, and I've reached the limit of the sheet. All inside the movieclip. How do I resize the sheet/canvas inside the movieclip so that I can put more info in it??I've googled it, but found nothing.Note: I just want to change the size of the sheet/canvas inside a movieclip and I don't want to change my document size. I'm using flash CS3, AS2.
View 3 Replies
Oct 7, 2011
Why does the paintbrush tool change sizes when zooming in and out? It's so annoying. Is there a way to fix this? Btw I use version CS4. Does it happen to all the other tools? I tried them it seems not but I can't tell unless it's a big difference in brush size like the paintbrush tool.
View 4 Replies
Dec 6, 2011
i created a flash website but the problem is the size is to large to fit on screen i have imbeded buttons, Movies clips, masks, and about 7 different scenes in this 13 mb movie what do i do to make the physicle size of the objects on screen so i can view it on my sceen?
View 1 Replies
May 25, 2010
I'm using evt.target.borderColor = 0xff00000 to successfully change the color of a dynamic text filed that is the target Now I'm trying to change the border size. borderSize isn't being accepted, so I was wondering if there is an attribute to change the border size of a text field? My internet searches are coming up with nothing that works.
View 1 Replies
Sep 28, 2011
var tfNum_mc:MovieClip = tl.attachMovie("tfID","tfNum_mc_",tl.getNextHighestDepth());
If I'm to assign the above code to a dragDrop action. Is there a way to change the font size of tfNum_mc_.tf? I've tried;
tfNum_mc_.tf.size = 12;//did not work
var format1:TextFormat( = new TextFormat();
format1_fmt.size = 12;
tfNum_mc_.tf.setNewTextFormat(format1);//did not work
View 9 Replies
Aug 10, 2010
I am trying to change my radiobutton size and label size in pure as3...
searchRB = new RadioButton();
searchRB.name = "search";
searchRB.group = rbg;
[Code]....
View 1 Replies
Nov 3, 2009
I want to reduce the size of Swf using the size mentioned in the object tag of html. Same swf file size can be different for different request.
The problem is this if we reduce the size all control in swf reduced according to the change in swf size. But we want the buttons and one more graphics remain same size for any change in size of swf file. How can we make it ..
View 1 Replies
Jun 8, 2010
I am trying to build a flash that auto-adjust its size to the browser window size, while leaving the content of the flash itself top-centered in the screen.I have found this solution [URL].. on How to keep centered stuff in this exact case so i am pretty confident i will be able to adjust that script to do what i want.
Now my problem is that if i put my content inside the movie-clip (centerrectangle) with all the animation require, link and other stuff, the movieclip (center rectangle ) never have the exact same center, thus making the script go wild trying to always adjust the location to the variable size of the movie clip.
[Code]...
View 9 Replies
Nov 10, 2003
i want to know how did the creator of otradesign accomplish the effect in his site like the menu and the main contents change size and the menu position according to the size of main contents.
View 5 Replies
Apr 21, 2009
I'm wondering whether it's possible to change the size of a flash application at runtime?
I know I can scale the SWF with HTML/JavaScript, but I'm not talking about scaling here. I want to change the actual size, not just enlarge it visually. Let's say my SWF is 400x300 pixels. At runtime, I want to change it to 500x400. All the elements inside the SWF (buttons or whatever) should remain the same size. It's the Stage itself that should change.
View 1 Replies
Apr 24, 2009
I want to change frames instead of Size. How can I revise this?
s1.addEventListener(MouseEvent.CLICK,changeSize);
s2.addEventListener(MouseEvent.CLICK,changeSize);
s3.addEventListener(MouseEvent.CLICK, changeSize);
s4.addEventListener(MouseEvent.CLICK, changeSize);
[code]....
View 1 Replies
Feb 4, 2009
i mean..i dont want my user to maximize or minimize the file..like u ppl must have seen the softwares setups..their window file size cannot be changed.
View 1 Replies
Apr 8, 2009
I have a flash file with the stage size 800x600Now I change the stage size to 1024x768 but all the constant ( movie clip, images, buttons..) do not fit with the new stage size.
View 2 Replies
Sep 1, 2009
How can I change the size of the document dynamically? The document has a fixed size and when I use the Movieclip(root).width/height I change the size of the movieclip but not of the document. How can I access the width/height of the document?
View 3 Replies
Oct 11, 2010
Change document size with it?
View 8 Replies
Nov 7, 2010
Okay so I want to add:
if (_root.Gir_mc._x<=595) {
_root.Gir_mc._xscale=80;
_root.Gir_mc._yscale=80;
[Code].....
View 1 Replies
Nov 25, 2010
Is it possible to change the size of the document (or stage) from an AS file?[code]...
but evidently it is not "Document" - or if it is, there is another include I need to use.
View 2 Replies
Jan 14, 2011
In my movie, I have a dynamic textfield on the timeline starting the first frame and going to the end. At various points during the movie, I change the text in the textfield (and that works just fine), but I also want to change the font-size when I do that. I've tried using setTextFormat to a different TextFormat object, but that doesn't seem to work. Maybe someone has a better idea?
[Code]....
View 2 Replies
Aug 25, 2009
I have a flex tree control bound to an xml data from the database. I have item renderers for the tree items. My concern is, when my tree item size is huge, if I scroll using the mouse, it scrolls in 4-5 items at a time. I need it to scroll item by item. When it scrolls 4-5 items at a time, there seems to be a rendering issue as I have overriden lot of properties of treeitemrenderer and also the custom control i have put into the item renderer
Is there any way I can change the scroll size?
View 1 Replies