ActionScript 3.0 :: Increase Size Without Changing Stroke Size

Feb 11, 2010

I have a MovieClip that is just a 100x100 circle with a stroke but no fill. When I change this to 200x200 using as3 the stroke size doubles. How can I increase the diameter of the circle without changing the stroke size?

View 7 Replies


Similar Posts:


ActionScript 3.0 :: Get An Object To Increase In Size The Lower It Goes Down The Stage And Decrease In Size The High It Moves Up The Stage?

Dec 29, 2009

I'm trying to get an object to increase in size the lower it goes down the stage, and decrease in size the high it moves up the stage.

It only needs to increase or decrease by a small amount. Basically, it's for a game character. To ad realism to his movements, it would be nice to have this feature.

This is where i'm up to so far:

Code:
import fl.transitions.Tween;
import fl.transitions.TweenEvent;
import fl.transitions.easing.*;

[code]....

I think I need something like:

if (object moves up)
decrease
else if (object moves down)
increase

View 6 Replies

ActionScript 3.0 :: Changing Component's Size Doesnt Update Parent's Size?

Mar 1, 2010

I have following problem:

Code:
title_txt = new TextInput( );
title_txt.setSize( 100, 20 );

[code]....

View 4 Replies

Flex :: Changing Image Size Independent Of Scene Size?

Apr 6, 2011

I have three images and I want change the images size based on the scene size (default size is 1024x768). After each image has completely loaded I call bindableUtils.setter to set width/height when scene size changes but I don't know how to make a pointer or something like that. I'm using a public var img, but it only works with the last complete image.

Here is my code:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"

[code].......

View 2 Replies

ActionScript 2.0 :: Changing Stage Size To Match Photo Size?

Mar 30, 2010

I'm working on a slideshow where I'm calling in photos from an xml file. How do I tell AS to resize the stage according to photo dimensions? Would I need to list the dimensions in the xml file? If so, how would I pull that into the fla file with AS?

View 6 Replies

ActionScript 3.0 :: Stroke Size Halved For MovieClip Container

May 26, 2010

Is there a way to have the full stroke size (height/width) fully included or excluded in the movieclip symbol?If I'm making a rectangle with size 100, adding dynamically lines of size 20 when certain criteria are reached in game. But I also want to have stroke of size 5-6, problem is that they half their size in included in the rectangle 100 of height, and half are outside.It makes it more tricky to make the formulas to take in consideration the 2.5 for the size and also the effect on x positionning etc. Much easier to just have to do the like of "x += 20" without the assle of calculating the half stroke height.So how to have those stroke included/excluded when converting to symbol?

View 1 Replies

Increase The Actual Workspace Size?

Oct 28, 2009

increase the actual workspace. Not the size of my stage but the actual box that is around the stage. Mines a light gray. Its just I have stuff the needs to be way way off screen and there seems to be a limit on how far the project extends.

View 2 Replies

Increase Size Of Flash CS4 Interface?

Nov 17, 2009

how can I increase the size of flash CS4 interface? Meaning also to enlarge tools buttons, so they are easier to see. I have to strain my eyes, because all of the toolbars and text related to them are too small, for constant work.Is this possible? I know there is one way - to increase display DPI settings, but that would also increase the whole desktop, but I would like just to increase flash interface text size and if it is possible then also tool buttons.

View 1 Replies

ActionScript 3.0 :: Comments Increase .swf Size?

Jun 19, 2010

i have a question about code comments do they increase the size of the compiled .swf or are they completely ignored by the compliler the reason i ask is i have several lengthy functions written various ways and I have the functions i'm not currently using commented out......is it ok to leave these commented or should I make several class files ?

View 3 Replies

Increase Size Of Movie When Swf Saved?

Sep 3, 2009

How do you increase the size of an entire movie into an actual swf file? I note that increasing the stage size increases the "frame" that the movie opens in, but does not increase the size of the movie itself. I find a lot of stuff on the internet about sizing a flash movie using html embedding, and perhaps that is what I need...but what I really mean is change the size of the whole movie before it is saved as an SWF and within Flash itself. Is there a simple way to do this? I mean, once you have the movie in place but have simply not saved it to SWF yet. Again, I note that cghanging "size" on document properties enlarges the frame that the movie opens in but not the movie itself.

View 4 Replies

Flex :: Increase The Size Of RadioButton?

Feb 25, 2010

Recently i worked in a project where i used 5 radio button to select a page number. Now the clients wants a big radio button. how can i increase the size of radio button in flex?

View 1 Replies

Actionscript 3 :: AIR - File Size Increase With TLF?

Feb 24, 2011

i'm developing an AIR application in Flash Professional CS5 and noticed that my .swf file size jumps from around 100kb to 900kb just for using TLF?! is this normal? that seems like an awful lot of extra weight for a few more options over regular TextField objects.

View 2 Replies

ActionScript 3.0 :: Increase Circle Size Using It?

Apr 25, 2010

I am trying to make my circle (mcCircle) shape size increase every time i click on a button (btnIncrease).

I already create the circle and got it all in place but I couldn't figure out the way to increase the circle when i click on the button.

View 4 Replies

ActionScript 2.0 :: Size Reduce Or Increase?

Jul 19, 2011

I have a button and a movie clip. By pressing a button and hold it, the movie clip will keep non reducing or increasing its size until the button is released.

View 3 Replies

ActionScript 3.0 :: Increase The Hit Size In A Movieclip

Nov 7, 2011

I am building a site where it has a section that when i mouse over it, a new window with more buttons show up, except when i take my mouse out of the area of the Movieclip that contains those extra buttons, that area disappears

View 3 Replies

Flash :: Increase Click Radius / Size?

Apr 28, 2010

I'm looking for a way to increase the click size so when I click, it would effectively count as a click on anything that is in a 100px by 100px radius around the click.

View 2 Replies

ActionScript 2.0 :: Increase/decrease Movieclip Size?

Mar 17, 2011

I have a movieclip slider_mc that can be dragged across the screen. There are also lots of small movieclips on the stage that I would like to increase and decrease their size depending on how close the draggable movieclip is to them

View 1 Replies

IDE :: CheckBox Component: Increase Size Of Hit Area?

Mar 10, 2009

I'm trying to make selectable thumbnail images for a touch screen app where the user can touch the thumbnail image and turn a CheckBox on or off to select/deselect it.

The thumbnail images measure 100x100 pixels, and I want the CheckBox to be in the upper right hand corner of each image. When I go to the Adobe AS3 help site, it says that it should be possible to increase the size of the CheckBox hit area in one of two ways:

1) Select the component on the Stage and use the Free Transform Tool or any of the Modify > Transform commands.
2) Use the setSize() method or applicable properties of the CheckBox class.

According to this same site, if you increase the size of the instance, you also increase the size of the hit area.

I've tried both of these, and none expand the hit area over the entire thumbnail. In fact, neither seems to increase the size of the hit area at all. In order to select a particular thumbnail, the user still has to hit the CheckBox.

View 1 Replies

ActionScript 2.0 :: [MX] Increase Size Of Movie Clip

Sep 12, 2003

How can I increase the size of a movieclip(to 800x600) which is not in the main time line and place it in the (0,0) position of the stage?

_x,_y properties give the position relative to current movieclip ,isnt it?

View 3 Replies

ActionScript 3.0 :: Increase Size Of Fonts Inside Textarea?

Nov 3, 2009

I have TextArea component added via actionscript onto the stage.I wanted to increase the size of the font since its too small.How to do that via actionscript?

View 1 Replies

Web Development :: Increase The Vertical Step Size On The Scroller?

Jan 17, 2011

I have a <s:Scroller> surrounding a <s:Group>. The scroller works, but I want to increase the vertical step size on the scroller. I've tried everything, but am having no success. Modifying the scroller.verticalScrollBar.stepSize value in the init function seems logical; however, this approach fails.

View 2 Replies

ActionScript 2.0 :: Increase Buffer Size For Streaming Audio?

Nov 3, 2009

As the piece of music I use on the intro page to my site has become quite lengthy, I decided to stream it rather than imbed the file. I used (AS2):

var mySound:Sound= new Sound();
mySound.loadSound("melange.mp3" , true);
mySound.onLoad = function() {
mySound.start();
}

Which worked fine, the only problem being that after a certain amount of time (which varies depending on computer, bandwidth etc.) the tune will stop and then immediately start again from the top. After this, it will play back fine every time I load the page, until I empty the cache, turn off the computer, etc.

All this leads me to believe that I have a problem to do with buffering. Im thinking that if there was a line of code to override the default buffer size, I might be home free.

View 1 Replies

Flash 10 :: Imported Images Increase In File Size?

Jun 29, 2011

I have a small question about the size of images imported to flash.Recently I imported a series of png images to flash CS5 to be used in an animation, 92 images to be exact. Each image was 34Kb size. Before I imported the images, the FLA was 6kb, and after I imported them the FLA was 160 MB large. Now 33Kb * 92 isn't 160 MB, so why does this happen? Is there any way to decrease the image quality or something when importing, or do I have to do that manually when creating the images?

(I used photoshop, and the images have a transparent background if that makes a difference).

View 1 Replies

ActionScript 2.0 :: Creating Circular Preloader That Increase In Size?

Dec 14, 2005

I have an animation that is contained within a movieclip. It is an animation of a car traveling round a globe. The car is set to a circular motion guide. I would like to use this as a preloader. What is the best way to get an animation to play in time proportionally as it is loading. i.e the animation finishes when the site loads. If this is not possible what other methods are there to create circular loaders as opposed to linear bars that increase in size.

View 5 Replies

ActionScript 3.0 :: Increase The Size Of The Combobox Component Scroll Bar?

Aug 15, 2010

this must be possible but i can't find any info on it. how do i increase the size of the combobox component scroll bar? i know it's a list component but i can't figure out how to set it's size. i want to use it with a touch screen and it's much too small.

View 3 Replies

ActionScript 3.0 :: Fit Text To Area - Font Size Increase/decrease ?

May 23, 2011

I need to implement a functionality where a user adds some text into a text field. Next if a user clicks on a button, then the font size increase/decrease so as to accomodate entire text in the available area. That means if a user has added just hello world in 12 px font and text field size is say 400*200 and user clicks on the button, the font size increases such that the text is occupied in the complete text field. Similarly if lot of content is added at a font size of 16 or so then clicking on the button reduces the font size to make it fit into the available text field area.

View 1 Replies

Actionscript 3 :: Increase The Visual Size Of A Flash Cs3 Checkbox Component?

Jan 21, 2010

I want to use the checkbox component in my flash app, but it's really tiny. According to this article 1, the size and scale parameters only affect the invisible bounding box. Does anyone know of a quick solution on how to scale up (enlarge) the visual area of the checkbox component in flash CS3?

View 2 Replies

ActionScript 3.0 :: Movie Clip Cull Children Or Not Increase Size?

Aug 21, 2011

Is there any way to prevent a movie clip from increasing width and height when its children go outside its initial bounds? The problem I'm having is that I'm adding moving objects to a movie clip which often go outside its bounds, and I'm also trying to apply a displacement map filter. However, since the bounds are constantly changing, choosing the correct mapPoint is giving me grief.

View 8 Replies

ActionScript 3.0 :: Which Increase File Size Coding Or Time Line

Feb 11, 2012

which one will increase the file size?

1.coding(alot enter frame)

2.using time line


if i use alot coding will the flash be crash ,what cause crash ? well i have the right coding. but i am saying if too much coding will it crash too ? like if using too much enter frame.

View 1 Replies

ActionScript 2.0 :: Button Size Increase, While Other Buttons Slide Over To Allow Space?

Sep 21, 2006

I have a line of 12 horizontal placed buttons. I want whatever button is rolled over to get larger (no problem), but I need the other buttons to slide over to allow for the new size that the larger one would bring. I have no idea what type of code I should be looking for here.

View 1 Replies







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