Funky axis dragging in CS3?

I am finding a weird bit of behaviour in Flash CS3. When
authoring, if I hold down 'shift' in order to drag a movieclip on
the stage along a single axis, the clip doesn't follow the initial
axis, as it did in previous versions. Instead, it inevitably jumps
its alignment by a few pixels, and then starts traveling along the
45º angle! What's going on??
Flash 9.0, OSX 10.4.10

I'm on a Mac and I have this problem quite often. In my case
it is when I want to drag horizontal. The ghost image of the
dragging item will jump up or down a bit and then start doing the
constrained motion.
I've been dragging constrained things since 1985, so I do
know how to do this and the correct sequence of clicking, pressing,
dragging, etc.
Pretty much I only use the arrow keys these days if I need
something to be moved in an exact way compared to its starting
point. Sorry I couldn't be more helpful, but at least you know you
aren't alone!

Similar Messages

  • Opening web jpeg files by dragging to CS3 Photoshop Dock Icon

    G5/2.0ghz/dual/3gigRAM/OSX5.8/CS3 Suite Extended
    In Tiger, why was I able to drag any web image to the dock CS3 icon and it open in CS3 Photoshop immediately, and I am unable to do this in Leopard? I have repaired by DiskUtility and Disk Warrior, repaired permissions (an especially long list each time), lastily reinstalled CS3.
    I can save the web image to the desktop. Open Photoshop and find it, then open it, but I cannot drag the web image directly to the CS3 Photoshop dock icon and open the same web image.
    I get the message: Photoshop does not recognize this file type.
    John R

    No joy, Printer Rick. Thanks for your response.
    I saved the jpeg to my desktop. In CS3, File/Open/xxxxx.jpg. Opens perfectly.
    From Safari, I drag the same xxxxx.jpg to the dock CS3 icon. CS3 responds "I do not recognize this file"
    I click on xxxxx.jpg on my desktop. Command+I, direct OSX58 to open all similar files in CS3 Photoshop.
    Restart the computer.
    Go to the same web page, drag the image to the CS3 dock icon, and CS3 doesn't recognize it.
    What am I missing from the FAQ, that someone else wants me to look at?
    Or was that a lazy suggestion to me?

  • Updater unable to locate Bridge CS3

    Whenever I try to run updates to Bridge, I get a message that says the updater cannot locate it. I *think* this may have something to do with the fact that when I first installed PS CS3, I changed the name on the icon so it would be shorter, and ever since, when I initially start Photoshop, I get a message that the product is not in the right place and something (I can't remember what) needs to be repaired. I just hit "cancel" and Photoshop starts normally. So, if somebody could verify that this is probably what the issue is with Bridge updates, I'd appreciate it.
    Also, if I wanted to reinstall Photoshop and Bridge to resolve these issues, do I have to do anything with all my images to protect them before doing so? They are all located in my Pictures/iLibrary folder. Finally, should I first uninstall the current Photoshop/Bridge before re-downloading it and reinstalling it? Or could I keep it on my system as a backup in case anything goes wrong with the reinstallation? I'm using a Macbook Pro Core 2 Duo, 2gig RAM, 80gig hard drive. Thanks!

    The default installation and installation location
    MUST
    be meticulously and scrupulously respected and maintained.
    Do not rename or move anything. Do not move the application icons out of their folders, do not move the application folders out of your root Applications folder, and do not create subfolders in misguided attempts to
    "organize" or
    "re-organize" your applications.
    When re-installing, you MUST first use the uninstaller placed during installation in Applications/ Utilities/ Adobe/.
    Here's the correct sequence to uninstall CS3 and install CS3 again:
    1. DEACTIVATE the Photoshop CS3;
    2. Run the Adobe Uninstaller currently residing in your ./ Applications / Utilities /Adobe folder to uninstall the Photoshop CS3 beta;
    3. Run the 'CS3Clean' script that has been posted to remove the bits and pieces that the uninstaller misses.
    NOTE that you cannot just drag the CS3 folder to the Trash like you normally do with other Mac applications.
    To install CS3:
    1. Repair Permissions.
    2. Install CS3 according to the instructions.
    3. Repair Permissions AGAIN.
    4. Activate the software.

  • Cannot install, Photoshop CS3 conflicts with Photoshop CS3

    Here's the correct sequence to uninstall the CS3 beta and install the final, shipping version of CS3:
    1. DEACTIVATE the Photoshop CS3 beta;
    2. Run the Adobe Uninstaller currently residing in your ./ Applications / Utilities /Adobe folder to uninstall the Photoshop CS3 beta;
    3. Run the 'CS3Clean' script that has been posted to remove the bits and pieces that the uninstaller misses.
    NOTE that you cannot just drag the CS3 beta folder to the Trash like you normally do with other Mac applications.
    To install CS3:
    1. Repair Permissions.
    2. Install CS3 according to the instructions.
    3. Repair Permissions AGAIN.
    4. Activate the software.
    here is the link to the clean script:
    http://www.adobe.com/support/contact/cs3clean.html

    *"HOW DO I RECTIFY THIS?! im pulling my hair out."*
    Sorry, dude. No sympathy. You're committing software piracy and telling the whole world about it. Not smart. If you want to run Photoshop, then buy your own copy.
    For help with (un)installing Photoshop for when you get your legit copy, I suggest you post your question on Adobe's discussion forums, as it's their product, not Apple's.

  • How to drag and move duplicated movieclip in flashMX

    i would like to know how to drag and move duplicated movie
    clip in flashMX? i'm unable to drag and move duplicated movieclips
    but able to see duplicated movieclip on the stage. Is there anyone
    who can show me or direct me to any tutorial site?
    Thanks

    i have just changed to Flash MX2004 and below is my code. I'm
    not sure what has gone wrong with my script as i still unable to
    drag my duplicated movieclip? hope u guys can help me out!
    var mySelection = "";//Global declaration
    var totalmc = 0;
    wire.onPress = function ()
    this.createEmptyMovieClip(["mc"+totalmc],
    this.getNextHighestDepth(["mc"+totalmc])); //Create a newMovieClip
    with variable name "mc1""
    duplicate(["mc"+totalmc]);
    //trace(["mc"+totalmc]);
    dragging(["mc"+totalmc]);
    mc = attachMovie("idwire", ["wire"+totalmc++],
    this.getNextHighestDepth(["wire"+totalmc])); //store the Movie into
    mc1 by attaching
    mc._x = 273;//(Stage.width - mc1._width)/2;
    mc._y = 196.5;//(Stage.height - mc1._height)/2; //setting
    the corrdinates for x and y axis
    dragging(["wire"+totalmc]); //calling the dragging function
    //trace(mc1._width +","+ mc1._height);
    //Function for dragging
    function dragging()
    mc.onPress = function()
    this.startDrag(true);
    mySelection = this;
    mc.onRelease = mc.onReleaseOutside = function()
    stopDrag();
    function duplicate()
    mc.duplicateMovieClip (["mc"+i], i);
    i++;
    //trace("mc"+i);
    //trace(x);
    //Btn function for flipping
    flip.onRelease = function()
    mySelection._rotation += 10;
    //Btn function for delete
    del.onRelease = function()
    mySelection.removeMovieClip();

  • PDF Presentation in CS4

    How can I make a PDF Presentation in Photoshop CS4 as I used to be able to do in CS3? I still have both versions installed. Is there some file that I can drag from CS3 into CS4? I can't find anything called PDF Presentation in the app folder of CS3. (I dragged Contact Sheet II from CS3 to CS4 and it works perfectly. Now I need the next step.)
    Thanks,
    Michele

    That function has been transferred to the Output Module in Bridge.
    Make absolutely certain you apply the Bridge Output Module update.
    http://blogs.adobe.com/jnack/2008/11/bridge_cs4_outp.html
    Link to the Bridge forum:
    http://forums.adobe.com/community/bridge/bridge_macintosh?view=discussions&start=0#
    Also of interest:
    http://blogs.adobe.com/jnack/2009/04/a_few_useful_reminders.html

  • I always get a Javascript error, why?

    Everytime I shutdown my computer after I use Adobe Bridge 2.1 I get this error message:
    Javascript error (Event handler: 2976) undefined is not an object. Any who have any ideas on how to resolve this?
    Thanks,
    Meryl

    Did you ever have the CS3 beta installed? Did you uninstall it according to the instructions?
    Here's the correct sequence to uninstall the CS3 beta and install the final, shipping version of CS3:
    1. DEACTIVATE the Photoshop CS3 beta;
    2. Run the Adobe Uninstaller currently residing in your ./ Applications / Utilities /Adobe folder to uninstall the Photoshop CS3 beta;
    3. Run the 'CS3Clean' script that has been posted to remove the bits and pieces that the uninstaller misses.
    NOTE that you cannot just drag the CS3 beta folder to the Trash like you normally do with other Mac applications.
    To install CS3:
    1. Repair Permissions.
    2. Install CS3 according to the instructions.
    3. Repair Permissions AGAIN.
    4. Activate the software.

  • Flash extension, new tool, need help

    hi all,
         I am developing a Tool, and I've run into a wall. unlike the PolyStar example it doesn't draw a new shape. instead it modifies a selected graphic's start frame, as the mouse is clicked and dragged.
    CS3 works flawlessly, the graphic updates while the mouse is being dragged.
    CS4 & CS5 does not update while the mouse is being dragged.
    I have scoured what documentation I have, and so far I have not found the magic ju-ju for updating the scene During the tools mouseMoved() function. the documentation seems to be ignoring this case.
    can some Guru shed some light on this? how do I cause the document to redraw whats currenlty on the screen?
    or at least tell a graphics to redraw?
    thnx,
    -eb

    Hey newbie - start a new topic and put your problem in the
    title of the thread. That way people can tell before they open the
    thread if they can help you or not. I can't help you other then to
    adjust the way you post to get a better chance at an answer.
    Try Super converter:
    http://www.erightsoft.com/SUPER.html

  • Recreate iTunes Library Database

    Here's my situation (any thoughts would be greatly appreciated):
    I recently moved my library to a new internal drive to save some space on my boot drive. First I changed my iTunes media folder location to my new internal then I consolidated my media to the new drive. Like a fool, I then deleted everything in my iTunes folder from my boot drive thinking that I had all that stuff copied to my new internal. Of course when I opened iTunes it was empty. So now I'm sitting here with a nicely organized iTunes media folder with tons of music, etc. in it on my new drive but no library database to tell iTunes where all that music is.
    I realize all my album artwork, playlists, genius mixes, etc. are probably lost for good. But is there any way to get iTunes to recreate the library database without having to do something funky like drag my newly moved media folder back into iTunes?
    Thoughts?

    I think that either you click and drag to wait for it to build... Or you can use the file and import options to recreate it.
    DO NOTE: that it may create a folder with small files in it (which are pointers to the music on your alternate drive).
    Just make sure that you don't delete that folder agian.
    Sorry to hear, and don't those stupid tricks you do just irritate you after you realized it.

  • Ajax component, phase listener and findComponent help

    Hello,
    I have a component that issues an Ajax Request. This request is collected by a phase-listener and then processed, however I am having difficulties finding the component that I want to re-render.
    Is there a common approach for getting hold of components from a PhaseListener ? My scenario is:
    When the user clicks and drags inside my component, I want to register the X-axis drag with a ValueChangeListener. (The component has a valueChangeListener="" attribute).
    I am able to get the X-axis drag amount sent via Axis and into the PhaseListener, but at this point I am stuck. I now need to get hold of my component, and tell it how much to move the X-axis.
    Any help is very much appreciated!

    ok! i know for  initial requests  (when a user requesting the page for the first time ) the "JavaServer Faces implementation creates an empty view during restore View phase and the life cycle advances to the render response phase".
    so i think it is impossible to change Uicomponent state in phase listener !!!!   but how can i change Uicomponent attribute before page send to user's browser ?!!

  • Centering a flash movie within Dreamweaver cs3 on Y axis

    I have published a movie in Flash cs3 which has generated an html document however the Flash movie is not automatically centered I have attempted to centrally align the movie within Dreamweaver cs3 by adding:
    <center> after the opening body tag and </center> befor the closing body tag
    This method has centered on the X axis but not the Y axis
    I would have put in a table or a div tag, but when I open the html doc in Dreamweaver I have no visible repressentation of the Flash movie in the design view as I would have if I had created an html document from scratch and draged the movie onto the page, all I can see is the "get flash" hypertext and some other text. I did actually experiment by creating a div tag and dragged my movie into it but ended up with two movies one sitting on top of the other when I ran it in a browser lol.  I'm quite intimdated by code and much prefer to work in the design view (wysiwyg and all that) which is quite restricting.
    Any advice for centering on the Y axis would be much apreciated, Thanks in advance, Dave

    I don't believe there is code to prevent this from happening
    on a client computer. The default is enabled my Microsoft, what
    should happen is a yellow bar should appear at the top of the
    browser which will allow you view the content.
    What might work is to use a program called Zinc by a company
    call Multidmedia Limited www.multidmedia.com. Search the site for
    samples, one of the samples is a Flash Browser this will run Flash
    a browser that you can use. You will need to change the URL a bit
    in the Flash code but it's very clear on how to do this.
    What this will do is run your web site in a Flash browser I
    did a quick test and I did not get any errors. The program will
    create an EXE file. I also believe they have a MAC version if you
    need one. With a simple "Autorun" call on the CD-ROM you could have
    this up and running in not time.
    Just be careful of how you call the pages. Since the web site
    is not running from a Web server you need to make sure that your
    links are local and not Site Root. The best way to test is to
    disconnect your computer from your internet and see how it runs.
    You want the CD to be self-contained and not have to get content
    from the web (your end user may be on a laptop and not connected).
    Good Luck

  • Customised Flavor Drag and Drop in Indesign CS3

    Hello All,
    I'm implementing a to Drag & Drop from an external application (say windows Desktop) on to Indesign CS3 Document. I have implemented a Custom Flavor helper and a Data Exchange helper for my custom Flavor.
    I have registered my Custom Flavor in Constructor of My Custom Flavor
    RegisterExternalFlavor(TEXT("Portable Document Format"));
    In the Function CouldAcceptTypes, it is
    if (dataIter != nil)
    // Test for swatches in the drag
    DataExchangeResponse response;
    response = dataIter->FlavorExistsWithPriorityInAllObjects(kPDFExternalFlavor);
    bool16 valid = response.CanDo();
    if (valid)
    return DragDrop::TargetResponse(response, DragDrop::kDropWillCopy);
    return DragDrop::kWontAcceptTargetResponse;
    Now My Problem it is this variable "valid" is always False. So it is not going inside the loop. and hence I am not getting call in ProcessDragDropCommand. The Only calls which I am getting is in
    DataExchangeHandler::CreateScrapStorage() & DataExchangeHandler::GetFlavor()
    Note that I am dropping PDF only. I suppose the problem is in dropped Flavor only that it is not accepting.
    Kindly help.
    I am stuck at this point.
    ..Many Thanks

    From the Swing tutorial check out this section on [url http://java.sun.com/docs/books/tutorial/uiswing/misc/dnd.html#customComp]Data Transfer With a Custom Component.
    The [url http://java.sun.com/docs/books/tutorial/uiswing/misc/example-1dot4/index.html#DragPictureDemo]Drag Picture Demo has the code I think you are looking for. Specifically the PictureTransferHandler.java class.
    a) In the createTransferable() method the source component is saved
    b) In the importData() method the source and target component are compared. When they are the same you exit immediately and set a "shouldRemove" boolean.
    c) In the exportDone() method your check the action and the shouldRemove boolean before doing anything.

  • Relative Time Scale for X-Axis when creating a Line Graph in CS3?

    Is there a way to get the APPROPRIATE RELATIVE scale for the X-Axis (Category) when you're using dates?
    Example:
    If this is my data set:
                        Group A          Group B
    01/03/99                1                5
    01/04/99                11                3
    01/05/99                6                12
    11/27/07                63                54
    If I plot this in Xcel, by default, each date (x-axis) will be spaced the same distance apart. However, there is a checkbox to "time-scale" the X-Axis which will place the dates relative to one another. In other words, if we're talking about a bar graph, the first three bars would be close together on the left side of the chart, and the 4th bar would be waaaaaay on the right side of the graph.
    So, below, if 'x' is a bar, I keep getting this in CS3:
    x     x     x     x
    I want to get this:
    x x x             x
    Get it?

    Is there a way to get the APPROPRIATE RELATIVE scale for the X-Axis (Category) when you're using dates?
    Example:
    If this is my data set:
                        Group A          Group B
    01/03/99                1                5
    01/04/99                11                3
    01/05/99                6                12
    11/27/07                63                54
    If I plot this in Xcel, by default, each date (x-axis) will be spaced the same distance apart. However, there is a checkbox to "time-scale" the X-Axis which will place the dates relative to one another. In other words, if we're talking about a bar graph, the first three bars would be close together on the left side of the chart, and the 4th bar would be waaaaaay on the right side of the graph.
    So, below, if 'x' is a bar, I keep getting this in CS3:
    x     x     x     x
    I want to get this:
    x x x             x
    Get it?

  • CS3 Subselection Tool Shift Drag?

    Is it just me or is it impossible to constrain the movement of points selected with the Subselection Tool by Shift-Drag?
    Properties window also does not show x and y for a collection of points selected with the the Subselection Tool and the same points do not Snap to Guides regardless of setting in Snapping. This leaves only the Arrow Keys as the way to move a collection of points with certainty that x or y will stay the same. VERY tiresome. Is this just the way it is or can this situation be fixed?
    Any thoughts?
    Flash CS3 Pro, OS X 10.4.11

    The Smudge tool simulates the effect you see when you drag a finger through wet paint. The tool picks up color where the stroke begins and pushes it in the direction you drag.
    Select the Smudge tool .
    Choose a brush tip and options for the blending mode in the options bar.
    Select Sample All Layers in the options bar to smudge using color data from all visible layers. If this is deselected, the Smudge tool uses colors from only the active layer.
    Select Finger Painting in the options bar to smudge using the foreground color at the beginning of each stroke. If this is deselected, the Smudge tool uses the color under the pointer at the beginning of each stroke.
    Drag in the image to smudge the pixels.Press Alt (Windows) or Option (Mac OS) as you drag with the Smudge tool to use the Finger Painting option.
    Resetting the smudge tool might do by Ctrl+Left click on the smudge icon in the tool options bar and select Reset Tool.

  • CS3 Photoshop Extend/WIN XP can´t drag an image from 1 pic to another

    When I open a file, it will also normally appear as layer in layer-palette.
    When I open a second file next to the 1st and try to move item from that file to 1st file, it can not be done.
    I can move the item in it´s own file but I can´t drag it to another file.
    Layers do not merge under one window but stay in their separate windows.
    What is the prob?
    Thanks in sdvance,

    I´ve been using CS3 for a while now, so no need to learn basics, thanks for idea though.
    I have been using a move tool but for some mysterious reason the item that I want to drag doesn´t leave the picture frame. It moves inside the frame but I can not move it outside the pic frame and into another pic/file.
    I´ve made a new layer with copy a layer-command so ther should be no problems. Also both pics a lock-free.
    Both pics are also in the same resolution and color mode.

Maybe you are looking for

  • Can't install update combo for Mac Os 10.6 to 10.6.2 brazillian portuguese!

    Hello everyone, Need help to install the combo update for Mac OS 10.6 brazillian portuguese, Don't know what is the problem. Tried to install from software update, but the download get stuck in the 27%, after downloading the updates package, first tr

  • Dates were coming in with DV import... now they don't

    Hi all, I've begun capturing some old DV recordings; when I started yesterday, it captured the record dates and filed them by year in folders; for example, "Thursday, June 10, 1999" under the "1999" folder. Suddenly, today, everything simply has toda

  • 3D movement in AS 2.0

    I'm working on a project and I want to make a page that has 8 mcs in a circle. However, the circle is 3D. Some mcs are close, some are far. When a viewer clicks on an mc, the circle rotates. I've gotten ahold of some code and tried to implement it an

  • Action aborted with error 500.when trying to deploy a Planning application

    I am trying to deploy the SampAp sample application that comes with the Planning 9.3.1 installation. I have installed and configured everything successfully and have created, deployed, and uploaded the HFM sample applications just fine, but I am havi

  • Desktop folders won't open after installing Yosemite

    Hi, I just installed Yosemite on my 2009 macbook pro and I'm having issues with the Finder. None of the folders or files on my desktop open at all. Even force quitting the finder doesnt seem to help. The only way i can get it to work is if I log out