IDE :: Erratic Behavior With Direct Selection And Point Manipulations?

Mar 4, 2011

I've noticed this issue for a long time now in at least CS3 and CS4 on multiple machines, so I know I'm not crazy which is what I thought at first...Basically, when manipulating anchor points on a path (moving, deleting, etc.) often times (often enough for it to be noticeably annoying) this produces unexpected erratic effects on unrelated paths.

For example, while moving one point or entire path, another unrelated point/path is also moved or even deleted. It seems to make no difference that the other path is on a different layer or group, or locked, or hidden. Same thing goes for deleting. Often deleting a single point on a path will delete the entire path, or even stranger and more annoying, delete an entire unrelated path. Again, it even effects paths that are on separate layers and groups, and locked layers, which seems like it shouldn't even be possible.

View 4 Replies


Similar Posts:


ActionScript 3.0 :: Direct Movement To Point

Jun 18, 2009

I currently have a flash chatroom up and running but there is a minor snag. The only way I can explain is through demo.url...I made a very short video for those who do not wish to log into the chatroom - it shows the problem clearly. Loc: url...Go in chat and click anywhere on screen. You will see the sprite move as the client describes "along a train track". How can I just make the sprite move directly towards a point upon mouse click?

View 1 Replies

Actionscript 3 :: Round Some Numbers In Two Decimal Point And Run Into A Bizare Behavior

Mar 27, 2012

I am trying to round some numbers in two decimal point and I run into a bizare behavior.

[Code]...

View 1 Replies

ActionScript 1/2 :: Erratic Loading Of XML Data?

Jul 8, 2011

I've set up a holder flash file that checks an XML file every 30 secs, and if the content has changed loads a new movie into itself. I am getting mixed results and baffled why this is not working consistently - the XML is being read successfully, but the attributes that should be read from the XML are being returned as 'undefined' for some reason. Here is the code:
 
holderXML = new XML();
holderXML.ignoreWhite = true;
holderActive = false;
function loadSWF(swfNam) {

[code]....

View 1 Replies

ActionScript 2.0 :: Flat Texture Perspective - 2D Manipulations

Aug 7, 2009

Is there such a thing as taking a screen, copying it to bitmapData and then angling it as if in 3D perspective... in AS2 ? I know AS3 in CS4 can do this, but I am stuck working in AS2. I've used Bitmapdata before, but only for 2D manipulations.

View 2 Replies

Custom Mouse Pointer Rotation Is Erratic

Nov 8, 2009

I'm not really replacing the mouse cursor exactly. Just placing a custom image of a pointer below it so it will follow the mouse cursor as it moves around the screen. I want this pointer image to move with the mouse and to rotate and point in the direction the mouse is traveling. Simple stuff. The problem is that the rotation of the pointer graphic is not smooth at all. It is jumpy and somewhat erratic particularly at slower mouse speeds. When the mouse is moving quickly the problem seems to go away.

PHP Code:
package {
import flash.display.Sprite;
import flash.events.*;
public class MouseFollower extends Sprite {
private var pointer:Pointer = new Pointer(); // ...a simple triangle mc
[Code] .....

View 2 Replies

IDE :: CS4 Jsfl - Fl.getDocumentDOM().selection Doesn't Retain The Selection Order

Nov 11, 2010

I never realized that fl.getDocumentDOM().selection doesn't retain the selection order... <sniff>. I was hoping to build relationships based on the order. I guess I took if for granted that tools like Maya and Max store the selection buffer in order of what was selected. I'm trying to avoid: Select Object, <Press 'Parent' Button>, Select Parent, <Press 'Parent' Button>

View 2 Replies

ActionScript 2.0 :: Selection.setFocus Selection.getFocus Inputting From Mc?

Sep 6, 2007

i am attaching a number of _mc (my_mc) with a for loop. Inside each my_mc is an input textfield (my_txt)I want to click on my_mc.my_txt and select the textfield .the following code allow this and i can enter text from the keyboard however I want to add text from a _mc keybooard on screen (here called myBtn_mc).As soon as I click on myBtn_mc of course I lose focus ... i have tried to use a variable (select) to keep scope&focus

View 6 Replies

C# :: Apply Image Manipulations To An Image To Make A New Image?

Jun 6, 2011

I am working on an Image manipulation application which will be developed using Flash/ C#.Net. Is this possible to save the image manipulations (not the image) saved from Adobe Lightroom for a specific image & then merge these change sets with an image to make a new image using C#.Net?

Also, the application for image manipulation will be developed in the Flash/ Action Script. Please share some links as to how we can save the image manipulations for an image (not the image) so that it can be merged with an image later on.

View 1 Replies

ActionScript 3.0 :: Pushing Point Locations Into An Array - Point(x,y) Conversion Faillure?

Dec 9, 2011

Im pushing Point locations into an array to Shift em out later. like this:

tempmoves.push([new Point(roundx,roundy)]);
..
ob.movestoplayer = tempmoves;[code]....

What am i doing wrong?

View 8 Replies

ActionScript 2.0 :: Movieclip To Move Along The X-axis To A Certain Point And Then Back To The Starting Point Again?

Apr 12, 2007

It's been a long time since I've done any work with actionscript, and alas I've forgotten nearly everything. I've tried to look for a tutorial that would explain basic animation with actionscript, but the one that I found on Kirupa was no longer there.

Basically I'd like to do this:On the stage I have a movieclip and I'd like the movieclip to move along the x-axis to a certain point and then back to the starting point again. The moving speed of the movieclip should also be adjustable.

View 8 Replies

ActionScript 3.0 :: Distance From Point To Point And Referencing Other Instances Of The Same Class

Feb 8, 2009

I'm creating a game in flash for a university project, and learning actionscript and programming as I go. I'm very much still at a beginner level - at the moment al I have is some actionscript for drawing rectangles and moving them about the screen. This is what I'm having trouble with at the moment: I have a class called 'Creature', and I want instances of it to interact with each other. I want them to do something when they come within a certain distance of another instance. And I want them to be able to pick a random other instance to get the location of, in order to do something with that information.

What I think I need is: A function for telling the distance between two (x,y) points.
A way of referencing the nearest other instance of the class. And a way of randomly selecting from all of the instances of the class.

View 4 Replies

Flash :: Perspective Projection Formula - Convert 3d Point To 2d Point?

Mar 27, 2011

How to convert 3d point to 2d point? I've found next formula in Internet(camera is situated in origin)

[Code]....

But these formulae give me strange result when z are less than zero(z<0) I need build line from A(100,100,100) to B (100,100;-100) As you can see these equations give really strange result when I try to convert B point in 2D dimension

View 1 Replies

Actionscript 3 :: Moving A Point With Rotation Doesn't Change The Point XY?

Jul 15, 2011

i have the follow issue :

I have a point which is setted at the border on a component, with changed transform point to the center of a component in order to match the component rotation.

the important part is when i try to get the point XY after rotation - they remains the same as before rotation.

how to get XY, after rotation ( changeing point.rotation property to specific degrees of rotaion )

View 2 Replies

ActionScript 2.0 :: A Line From One Point Past Another Point And Whether It Hits An Object?

Aug 19, 2009

I am using AS2 with Flash 8 Professional So, my problem is that I currently have a man in the middle of the screen, who shoots a line towards the mouse when I click. However, when I use hitTest to see if the line collides with another object, Flash recognizes the line as a large box if it is diagonal, so the hitTest isn't very accurate. The line only satys there for one frame, so I can't have the usual moving-bullet-style. I am either looking for a way to create an imaginary line with AS from the starting point to the mouse and beyond, and tell whether or not this line intersects with an object... or some other way that I haven't thought of to fix my problem. Keep in mind that the line rotates from a center point towards anywhere around it for 360 degrees.

View 1 Replies

ActionScript 3.0 :: Find Egistration Point Compared To Its Top Left Point

Aug 20, 2009

if i have a movieclip or a sprite could i find (via code) where is its registration point compared to its top left point (no rotation included) ?

View 4 Replies

ActionScript 2.0 :: Smooth Preload Bar - Appears To Jump From Point To Point

Apr 27, 2004

my preloader bar isn't growing smoothly. it appears to jump from point to point -- and i want to make it smooth. you can see the example here at: [URL] would anyone mind taking a quick look at the file i've attached,

View 6 Replies

ActionScript 2.0 :: Find An Angle From An Anchor Point And A Moving Point?

Feb 19, 2005

I know some basic trig. but how do i find an angle from an anchor point and a moving point?

adjecent = _root.anchor._x-_root._xmouse;
opposite = _root.anchor._y-_root._ymouse;
hypotenuse = ((adjacent ^ 2)+(opposite ^ 2)) ^ 0.5;

View 2 Replies

ActionScript 2.0 :: Move A Point (or Circle) Slowly And The Point Let Behind A Line?

May 3, 2006

How can I move a point (or circle) slowly and the point let behind a line.When the point turn back the line will be erase.

View 8 Replies

ActionScript 3.0 :: Create An Image Scroller That Just Scrolls Images From Point A To Point B On Load Horizontally In An Infinite Loop?

Mar 28, 2011

Hi I am trying to create an image scroller that just scrolls images from point a to point b on load horizontally in an infinite loop. I just used a code snippet to move it horizontally but don't how to get it to stop and at point b and loop again from a.

ActionScript Code:
game1.addEventListener(Event.ENTER_FRAME, fl_AnimateHorizontally_3);
function fl_AnimateHorizontally_3(event:Event)
{
game1.x += 20;
}

View 0 Replies

Flash :: Drawing A Line From Point To Point In ActionScript3.0?

Oct 27, 2011

Lets say I have two objects, and I want to use action script to draw a line connecting them, which will update automatically as they are moved/ dragged.Can anyone show me how to do that, and also how to control line's parameters like colour, weight etc?

View 1 Replies

Actionscript 3 :: Calculating The Control Point Of Curve Using A Given Point

Jan 12, 2012

I am trying to develop a Quadratic Bezier Curve using the graphics.curveTo() method. Initially when i drag mouse to draw the shape, i use start point and end point of mouse to draw the curve line. I assume control point at any position below or up to the line. An draw the curve using this control point. some what like:-

[Code]...

Now i add a tip on this curve segment. I have x and y position of tip. I want to change the curve segment by dragging tip. but now i don't have the exact control point according to tip position. If i use tip coordinate as control point it reduce the height of curve and now tip does not lie on the curve segment. What i have to do is calculate the exact control point on the basis of tip coordinate. But i failed to get this point.

View 1 Replies

ActionScript 2.0 :: Make An Object Move From Point A To Point B In An Arc?

Mar 27, 2008

how to use these in order to make an object move from point A to point B in an arc.Think of that classic game where you have to input the angle and power and try to hit your opponent.

View 1 Replies

ActionScript 3.0 :: Finding A Point Relative To A Center Point?

Nov 9, 2010

I'm trying to figure out how to find a point relative to the center of an object, modified by its rotation. For example, in the attached swf, I've been messing around trying to draw trails to a bitmap, coming out of the thrusters. I didn't have a problem at first, but as the ship rotated, the lines that were being drawn wouldn't remain relative.

http:[url]....

I'm sure this is because I have no idea what I'm doing, and I've just been sort of idioting my way through it. That aside, is there an easy way to find the point I'm looking for? For instance, say I want a point at Y -14 of my ship, but I want that to remain relative to the ship as it rotates.

View 14 Replies

ActionScript 2.0 :: Drawing Api - The Curve Point Be The Same Point As The Mouse?

Nov 3, 2003

From the Robert Penner code given in this tutorial: [URL] i was wondering why controlx and controly has to be so complicated. I've tried changing it to just _root._xmouse but it messes up. I don't get this, shouldn't the curve point be the same point as the mouse?

View 13 Replies

ActionScript 2.0 :: Draw A Line From Point A To Point B And Then Code It?

Dec 30, 2003

how 2 sript: to draw a line ( 4 example ) frm point A to point B and then code it such that the viewer can see the line being drawn ?

View 9 Replies

ActionScript 2.0 :: Direct Reach With The URL?

Jan 17, 2006

some time when i visit some site i find the Url changing when press any button and the page never change also the main flash movie is still in the page . in the same time you can reach that movie or that section by using the URL directly ..for example :the link in shown like this [URL] in this case it will show the Contact form Movie in the main movie or [URL] in this it will show the frist main movie [URL]what i think in this case when you hit the button it will Load an external SWF Movie to the main Movie and change the URL in sasme time .

View 2 Replies

ActionScript 2.0 :: Same Behavior For Different Objects?

Jul 2, 2004

I have a problem and I hope that u can help me out. The thing is that I'm going to have several buttons on my page but I want them all to have the same animation or behavior when clicked on. Is it possible to use variables to label objects?

[Code]...

View 3 Replies

IDE :: Odd Behavior When Exporting As Quicktime

May 30, 2009

I just exported a FLA file as a quicktime movie in CS4 using the 'animation' setting, and it produced quirky results. A 'ghost' of each object was left on screen, apparently at the point where a keyframe was present in the original FLA file. Don't know how else to describe it, and I don't think there is a way for me to upload the movie for anyone here to see? Anyone experienced this? or know a way round it? I did manage to get it to play right when exported with the 'DVC PAL' type codecs, but the quality was awful. All the other options produced results at least as bad as the first attempt.

View 1 Replies

Actionscript 3.0 :: Using XML To Direct A Movieclip's Frames?

Dec 9, 2009

I need to start using AS3 for my job. So, I have gotten a great deal of help setting up classes with another co-worker's help and a myriad of tuts. Basically, What I need to do is, set up an XML navigation/subnav (got it), and use those links to populate a series of checkboxes. These check boxes will then be used to populate text in a dynamic text field (got that ready to rock). For example, of the user selects in the nav Agreement > TOC, they might get presented with 4 options:

Told and Agreed
Told and Disagreed
Lost Connection before Agreement
Was Not Told - Cancelled

How would I use XML to direct the MC that holds the check boxes (in some cases, close to 50 of them) to the right frame? I can pull from an XML doc, sure, but have never had the need to use it to run a movie clip before.

Here's the XML I'm basing this off of:

Code: Select all<?xml version="1.0" encoding="utf-8"?>
<menu_content>
<level style = "main.xml">

[code]....

So, in this example, How would I get "Balance" to go to the right frame in my (for the sake of argument) checkBox_MC ?

View 1 Replies







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