Can't Select Parts Of Drawing Object
Oct 23, 2009
Well, I've been using flash a while, but I just ran into a newbie problem.. I must have hit some sort of hotkey, but I can't figure out how to undo it or anything in the preferences. Anyways, I'm running Flash CS4 and normally when you draw a shape and select that shape it selects the fill and it looks like little dots all over the shape when its selected. Now when I click on a shape it has a border around it and I can't just select a piece of the shape. Also, what's bothering me is that when you draw two shapes on top of each other, Flash used to merge those shapes automatically, but now they are staying separate unless I manually Union them. It still says they're drawing objects, its not converting them to symbols or anything, but they are kind of acting like symbols in the way I can interact with them. How can I turn this setting off?
View 2 Replies
Similar Posts:
Jun 8, 2003
I`m workin on a cd-rom project about art analysis, paintings, artists, It is for a teacher that will use it in his classes.I need to learn how to simulate a blackboard, that he could click and paint on some parts of the paintings. Does anyone know a tutorial about that?
View 14 Replies
Jul 22, 2009
Basically I've got a reasonably complex drawing object in a fla and I want to reproduce it in a class definition using the drawing api. However obviously this is a tedious task, so is there some trick or automated method of doing this?
Last time I needed to do this it was a drawing of an arrow and I ended up writing down x,y,width,height values for everything but this one has curves in it which I don't have experience with drawing anyway.
View 2 Replies
Jan 19, 2011
I want to crop a video and have part of it play somewhere else. Is it possible to do this, possibly by extending Video or MovieClip and changing how it draws?
View 2 Replies
Aug 25, 2005
how can i make it so that the viewer can only click on one object MC and not multiple ones. When the click the MC, i have a function that happens, but i only want one MC able to be selected at once, not all of them.so, if one is clicked, then another is clicked.. it needs to reset the first one etc. hopefully this explains clear enough the concept.
View 2 Replies
Sep 24, 2009
I am looking for a way to select all the objects, on the main timeline, collectively and changing their visibility, at run-time, as per situation.
View 2 Replies
Sep 3, 2011
Now, I'm writing a small game. I use actionscript to load a group of soldiers.It's pretty easy. But how do I select all of the soldiers by dragging the mouse?
View 3 Replies
Sep 23, 2010
I'm trying to find a generic way to select everything on the stage, because when I leave a frame, I want everything to fade out. But the user will be leaving multiple frames, so I would like to do it without specifying various objects depending on what frame they're on. I realize there are a lot of ways to "skin this cat", and I will fall back on something else if this isn't possible.
When I try this, I get an error, "undefined *".
Code:
stage.*.alpha = 0;
View 2 Replies
Apr 13, 2011
In Ruby, I would like to select a default object for a block. An example in Actionscript is:
[Code]...
View 3 Replies
Nov 19, 2009
I have a couple of objects on the stage and want the user to be able to select one and then use a common set of buttons (with functions attached) to change the selected object's color, rotation, size, etc.
I've got the functions worked out, and can apply them easily as along as I hardcode the object instance names in the functions. However, I can't figure out how to allow the user to select a particular object and then pass the instance name of the selected object to an appropriate function.
View 3 Replies
Dec 13, 2011
How can i select a object at random from 40 generated objects?
View 4 Replies
Jun 23, 2010
I have a comboBox and values like basic and advanced. And viewstack container conatains 2 grids.When i select the base option in Combobox, the first grid has to be selected. select the advanced value in comboBox, the second grid has to be selected.
<mx:ViewStack id="viewstack1" width="95%" height="85%" x="0" y="63" >
<tables:KeyMetricsBasicTable basicArrayDataProvider="{basicArrayResult1}" width="100%" height="100%"/>
<tables:KeyMetricsAdvTable advArrayDataProvider="{advArrayResult1}" width="100%" height="100%"/>
</mx:ViewStack>
View 1 Replies
Aug 28, 2009
I've received a number of graphics from an Illustrator user - they imported as symbols containing drawing objects. When I opened one of these symbols and tried to tween (fade out) the drawing object, I don't have the Alpha option. I don't use Illustrator myself and I had to install CS4 so I'm not used to that either.
View 4 Replies
Dec 6, 2011
Flex 4 Combobox is extended with a Text Input that helps in getting to the item that is searched for.I have created a Check Box as an itemrenderer for this Flex 4 Combobox. I would like to Add a Select All and Select None options in the drop down of the Combobox. I know that i could accomplish by editing the dropdownfactory in case of a Flex 3 Combobox. But in Flex 4 the dropdownfactory doesnt exist.
View 2 Replies
Apr 16, 2009
I'm having a hard time with strokes. First I selected a stroke and the properties panel would not let me change it's thickness. How to add a stroke to an object. We used to have a tool that allowed us to apply a stroke to an object. That is gone now. How we attach a line to an object now?? It looks like Adobe has changed Flash CS4 to be more like Photoshop. It is about as intuitive as a tax form.
View 1 Replies
Aug 10, 2009
In my movie I have a round drawing object, which I wish to view enlarged (about 2000% of original size). While editing it looks fine and round but after publishing all the roundness is lost and instead I get visible angles. I attach 2 images to visualize, one from the editing stage and the other after publishing. Is there any way I can get around that strange effect? I created the image from some text i "broke apart" to a drawing object.
Attachments:
edit.png (2.5 K)
published.png (1.3 K)
View 6 Replies
Oct 6, 2009
Whenever I draw a shape with Object Drawing turned on the blue bounding box that appears whenever it is selected isn't aligned properly to the outer edgers of the shape. Like this:
Admittedly it isn't a major problem it's just a bit irritating especially when people I'm teaching to use Flash ask me why it looks the way it does.
Does anyone else have this problem?
View 11 Replies
May 26, 2010
I got a europe map designed in flash (1 movieclip, 1 frame, really simple), which contains the map as drawing objects directly inside the scene and in addition some specific countries as clickable buttons. So far it's working fine. What I need now is to make all the other drawing objects clickable without having to edit and script each object. I'm thinking about something like this (pseudo code):
foreach(obj in MovieClip) {
if(obj !typeof(Button)) {
obj.addEventListener(MouseEvent.MOUSE_DOWN, genericClickListener);
}
}
I just don't know the syntax how to achieve that.
View 1 Replies
Oct 5, 2010
I'm trying to debug AS3 code on production. I have no access to trace(), can't write to disk or open a socket. What I want is to display something on screen.
With AS2 I could just access _root and create a text field with my trace data.
how I can pull this off with AS3? My class extends Object, it is not a sprite and is never added to a parent display object.
View 1 Replies
Sep 26, 2009
This is one of those things that seems like it should be really simple but doesn't work.
I'm trying to create a movieClip using the drawing API, but once I do so I can't get it to move with ActionScipt. My code looks (basically) like this:
Code:
drawBox = function (options) {beginFill();
lineStyle(blah);
moveTo(blah);
[Code].....
View 2 Replies
Oct 28, 2009
I have 2 shapes, in different color, and i would like to have this effect ( see the attached file ).
How can i achieve that by using pure actionscript 3, or using source like TweenLite, TweenMax etc...
View 4 Replies
Apr 21, 2009
I'm doing this project, about 2 lines intersecting each other(the 2 lines are not always on the same position). I try to find the intersections point using collision detection method but how do I place an object on the intersections point?
if(line1.hitTestObject(line2)) //
So this is how we find the intersection point but we do not know how to draw / place an object on the intersection point.
View 6 Replies
Aug 24, 2011
how to turn that "Drawing Object" thing off! I cant even fill it in! (the thing i draw) Im using Flash Pro CS5
View 1 Replies
Jan 13, 2009
I have a movieclip containing a vector drawing, can I dynamically change the color of the fill and line in AS2, or do I need to use setRGB and divide the movieclip?
View 1 Replies
Feb 6, 2011
I have the following display hierarchy:- - container- - - objectI need to draw 'object' to a BitmapData instance which matches object.getBounds(stage) rectangle area. So the first part is easy:
ActionScript Code:
var rect:Rectangle = object.getBounds(stage);
var bmp:BitmapData = new BitmapData(rect.width, rect.height, true, 0x00000000);
[code]......
View 2 Replies
Jul 1, 2010
I'm creating a flash based dynamic electrical circuit board and have come across a problem. I have a function that is a fired from ENTER_FRAME event that loops though an array where each element contains the following:
'#parentObject1#ChildObject1#parentObject2#ChildOb ject2#Colour'
To Clarify - A line should be drawn from ChildObject1 to ChildObject2 in the saved colour. The above is a string. I slice at each '#', which is working. Each object gets added through my created toolbox so added dynamically.I can get the DisplayOBject of the parents by using - var obj1:displayObject = getChildByName(sliced[1]);
But cannot do the same for the Child object by - var subobj1:displayObject = obj1.getChildByName(sliced[2]);The reason for this is that each parent can be dragged so I would like the drawn line to move with the children.how to find the child objects
View 4 Replies
Oct 23, 2009
I'm trying to understand how the Flex framework draws objects (Button, Label, Image, etc.). The Button class seems to draw itself by addChild()ing its ProgrammaticSkin. However, where in the framework is the Graphics object being passed around in the hierarchy to achieve the drawing. I want to get to the level of 2D API.
View 1 Replies
Jan 26, 2009
Right now I can create a straight line from mouse down to mouse up. What I can't quite get is a preview of that line. does anyone know of a simple way to show a preview of the line while the mouse is still down and the user is moving the mouse?
What I have now:
Code:
var clip:Shape = new Shape();
addChild(clip);
stage.addEventListener(MouseEvent.MOUSE_DOWN, startLine);
stage.addEventListener(MouseEvent.MOUSE_UP, drawLine);
function startLine(evt:MouseEvent) {
clip.graphics.moveTo(mouseX, mouseY);
} function drawLine(evt:MouseEvent) {
clip.graphics.lineTo(mouseX, mouseY);
clip.graphics.lineStyle(1, 0xff9933);
}
View 2 Replies
Jul 12, 2011
i am trying to take photos using webcamera from online web application and i got sample code from [URL] It is working fine to take photos online with the attached web camera and saving it into server for future purpose. Here my problem is i want to keep horizontal and vertical lines on top of the camera area but what ever line i am placing all displaying behind the video area and camera area is displaying ontop of all layers.
View 1 Replies
Mar 25, 2006
make a drawing object move around the browser randomly and incresing it's size from 100% to 200% at anytime. Plus changing it's alpha.. all those with actionscript.
View 1 Replies