Duplicating an object a certain distance away

For the life of me, I cannot remember what this is called, or where to find it in the menus.  It doesn't have the word "duplicate" in it, but it should!  You select an object and then go to a dialog box and set up how many times you want to duplicate it vertically or horizontally, and how far apart.
I will certainly write this command down when the answer comes through, but I can tell you it needs a name that sounds like what it is!
Thanks!

Thanks, everyone.  There are a couple ways to do it, actually, but Effect > Distort and transform > Transform seems to be the fastest.
And yes, where and how it is listed bears no relationship to what to do.  Something for someone to think about, although I keep a Word doc with how-tos, and this is in there now.
Thanks again!

Similar Messages

  • Moving objects a certain distance at an angle

    I'm trying to move an object a certain distance at a certain angle. I select the object and hit Enter to bring up the Move dialog. I enter the angle and distance, and instead of moving the specified distance, it moves some other distance. I don't get it. Am I doing it wrong? I can't imagine how else it's supposed to work. Here's a simple example:
    Based on the angle and distance I entered in the video, the duplicate square should have been placed so that its lower right corner touches the upper left corner of the original. Instead, it only moved half an inch or so.

    I did not encounter your problem but you might find this a work around
    Use the Effect>Distort and Transform>Transform
    use the vertical and horizontal distances to get where you want it might also work witht he move tool dialog.

  • Spawning Objects to Stage and making them move a certain distance in a given direction.

    Here is my code:
    function createEnemy(event:TimerEvent):void
                    var enemyAppear = new MovieClip;
                    enemyAppear = new Enemy();
                    enemyAppear.x = Math.random()*stage.stageWidth;
                    enemyAppear.y = 285;
                    enemyStorage.addChild(enemyAppear);
                    //Removes Enemy From Stage and adds a point to scoreboard
                    stage.addEventListener(MouseEvent.CLICK, clickEnemy);
                    function clickEnemy(event:MouseEvent):void
                    if(cursor.hitTestObject(enemyAppear))
                            enemyAppear.parent.removeChild(enemyAppear);
                            stage.removeEventListener(MouseEvent.CLICK, clickEnemy);
                            score++
                            messageDisplay.text = String(score);
    What I am trying to do is spawn a enemy to stage and when it appears on the stage I would like it to move across the stage a certain distance.
    Visual Example:
    O = enemy,   X = original position, Y = new position
    O (Spawns @ Location X)   X ---------------------------------------------------------> Y ( Moved from location X to Location Y)
    Any help would be appreciated.
    Thanks Casey

    You can start by trying the built-in Tween class, and if you're happy with getting that working the way you want, you can consider moving on to a third party tweening class such as TweenLite...
    import fl.transitions.Tween;
    var certainDistance:Number = 200;
    var moveTime:Number = 2; // seconds
    function createEnemy(event:TimerEvent):void
                    var enemyAppear = new Enemy();
                    enemyAppear.x = Math.random()*stage.stageWidth;
                    enemyAppear.y = 285;
                    enemyStorage.addChild(enemyAppear);
                    //Removes Enemy From Stage and adds a point to scoreboard
                    stage.addEventListener(MouseEvent.CLICK, clickEnemy);
                     var tweenX:Tween = new Tween(enemyAppear, "x", null, enemyAppear.x, enemyAppear.x+certainDistance, moveTime, true);// tween out
                    function clickEnemy(event:MouseEvent):void
                    if(cursor.hitTestObject(enemyAppear))
                            enemyAppear.parent.removeChild(enemyAppear);
                            stage.removeEventListener(MouseEvent.CLICK, clickEnemy);
                            score++
                            //messageDisplay.text = String(score);

  • Identify duplicated authorization objects in a role

    Hi,
    We built some roles manually by drag and drop transaction through the menu tab. In some roles, we have duplicated authorization object
    For example, in PM : Maintenance Plant (object I_SWREK), we have 2 profiles with SWERK=* and TCD = (list of transactions).
    I'd like to generate a new role with only one profile which contains SWERK=* and a list of transactions in TCD
    The pb is i don't know at first which authorization objects or profiles are concerned by this duplicated objects
    Is there a program, trans code or function module i can run to get this information ?
    Thanks
    Guillaume

    Hi Guillaume,
    I would say, that there will be not much difference.
    The auth.-check scans one authorzation (not profile!!!) after the other for the requested values.
    So for example:
    check for TCD = IE03
    first hit is successful for both scenarios, as both list IE03 at first place.
    Scenario 1:
    SWERK=* and TCD = IE03, IL03, IP06, IQS1, IQS2, IQS3, IW3D
    Scenario2:
    SWERK=* and TCD = IE03, IL03, IP06
    SWERK=* and TCD = IQS1, IQS2, IQS3, IW3D
    second example:
    check for TCD=IW3D
    Scenario 1: the first authorization is loaded and verified, last value gives success.
    Scenario 2: no success for the first authorization, second auth. has to be loaded for analyzis and gives success with the last value.
    So scenario 2 could even be less performant....
    did you realize already some differencies???? Would be interesting...
    thx, Bernhard

  • Return points within certain distance to each other

    I have a geometry of points (say 1000 points) and I want to return only points within certain distance(say 100 meters) to each other and exclude others. I have been using the sdo_aggr_union with tolerance value of 100, but it returns one of the points from all of which are 100 meters apart and also returns other points.
    I would appreciate if anyone can please help me with this. I basically want to identify bunch of points placed close to each other. sdo_within_distance will not work as this is between two geometries. Here I have the same geometry column in the table but multiple records. Sorry, if I have confused too much.Thanks in advance.

    Hi
    Your initial question said you want to find all points within a certain distance to the each others. The distance was said to be 100 meter.
    Therefor the query will return for every single point all the others that are within that distance.
    As this is performed on one single table the SDO_JOIN is well suited.
    Obviously this returns a lot of recs. Let me explain why. draw for example 5 points (on a line to make it simple) and every point is 10 meters further from the previous. If you want to know for the first point what are the others within the 100 meter distance, you will end up with all the others. So doing this for every point this means that for every point you will have returned all the other, increasing the number of records returned. this is actually what the example query will do.
    If you have additional filters you must add them for both (in your case same) tables, if you want for all points with a specific faceid to list all other points within that distance and with the same faceid.
    However this will not be limited to only 549 recs I expect.
    Maybe you can try to give more explanation what you are trying to achieve.
    Should you try to achieve to identify clusters of points you might want to take a look at spatial clustering http://download.oracle.com/docs/html/B14255_01/sdo_sam_ref.htm#CACJAJDC
    tx
    Luc

  • How to make the objects got even distance in the Blend?

    Wondering anyone has the same experience or not? I blend 2 circles together and adjust the spine from a straight line to wave curve line by adding points and adjusting the handles of the points. The space between the objects along the spine turn to uneven after that. I tried to use the "specified distance" in the option and add more points and modify the handles again. However, all in vain. Finally, I need to expand the blend and adjust the distance of those objects manually. Any suggestions to correct the stupid way? Thanks.

    There is not really any way to get even spacing in a blend when the spine path has uneven curvature. (What the Specify Distance option does is take the length of the path, and divide it by the requested distance to determine the number of blend steps, but then once it has that number, they get spread out by exactly the same algorithm that is used when the number of steps is specified by a fixed number or calculated from the color difference.)
    The length of the direction handles on a spine path affects the placement of objects, with longer direction handles pushing the blend steps away from the anchor point, and shorter direction handles pulling them in towards it. This tends to make the objects more tightly spaced when the path has sharp curves, and more loosely spaced where it is flatter.
    If the direction handles are of equal length, and the distance between the two direction points is the same as their length, such as occurs on a circle, then the "pulls" balance out and the spacing ends up even. But when the curvature varies, so does the spacing.
    This can be used to advantage to get non-linear gradations, by making a straight line and then pulling out direction handles that lie along the line. It can also be used to make objects on an elliptical orbit appear to be spaced in perspective, since they are closer together at the sharp ends of the ellipse and farther apart at the flat sides.
    Often, however, what is desired is spacing that is independent of the curvature, such as you get with scatter brushes.
    It was fully intended when live blends were implemented in AI 8 that even spacing would be an option, and would indeed be the default option, with logarithmic spacing and direction-handle controlled spacing being two other choices. The direction-handle controlled spacing was just implemented first not because it was most useful (it isn't) but because, believe it or not, it is
    easiest. (Points on the interior of a bezier curve are natively addressed by t-value, which is a fraction of the direction handle distance. To obtain a position that is a fraction of the path length, one must first flatten the entire path into a polygonal approximation, then find the position by adding up the lengths of the flat segments. In contrast, one can obtain a point at a given fraction of the bezier t-value without flattening the path. This is the reason, by the way, that while scatter brushes have more even spacing between objects, they do not fit as tightly to the bezier as blend steps do - they are being placed on a straight line approximation of the path instead of directly on it.) The intention was to get the easy case of t-value based spacing working, and then add the harder case that requires flattening.
    It turned out that we did not have time to add the extra options for AI 8, so it shipped as is. Then Macromedia sued us over live blends because Freehand had them first and as part of the settlement we had to promise to stop enhancing them. Now that the two companies have merged, that issue is moot, so enhancing blends is now a possibility for future versions of Illustrator. (All of you who complain about the cool features that Freehand has had for years and Illustrator hasn't, as if it were perverse and intransigent of Adobe not to follow suit, might want to keep in mind that copying the features of another company's software is often not allowed.)
    In the meantime, scatter brushes can be a good alternative if all your blend steps are the same, but obviously they won't work if your blended shapes are changing along the path.

  • Moving an object for certain states?

    I want to move an object for about 5 of my states but leave it where it is for about 5 other states.
    What is the best way to do this?
    I don't really want to try and move it the same distance every time. Is there a way to move something that it does the same thing for certain other states?

    Hello,
    The exact manipulations you are looking for are not available in Catalyst. Here are some (partial) workarounds.
    To make an object the same in StateY as in StateX, you can remove it from StateY and then share it from StateX. This can mess with animations attached to the object, so be mindful of that.
    You can create multiple default transitions of a given length by selecting the transitions in the timeline, and clicking the disclosure arrow by "Smooth Transition".
    -Bear

  • Can you set arraycollection objects to certain states?

    hey guys.. so in my application, i need to setup rules and permissions for certain users...
    so basically my applicaion initially displays a login screen, on login success its going to get a variable from the server which says if the user has all or video access
    the way i have my "login success" component setup is i have an array collection and i have states
    basically if the user has "all" access then the user shoudl be able to see everythign in that array collection. and if the user has "video" access the the user shoudl onlly see the video option in the list
    the code i have is
         <fx:Declarations>
              <!-- Place non-visual elements (e.g., services, value objects) here -->
              <s:ArrayCollection id="webCoreSourceData">
                   <fx:Object label="Content Group" stackId="contentGroup" />
                   <fx:Object label="Images" stackId="images" />
                   <fx:Object label="Image Renderer" stackId="imageRender" />
                   <fx:Object label="Videos" stackId="videos" />
                   <fx:Object label="Flash Objects" stackId="flashObjects" />
                   <fx:Object label="Story Editor" stackId="storyEditor" />
                   <fx:Object label="Tag Management" stackId="tagManagement" />
                   <fx:Object label="Image and Video Format" stackId="format" />
                   <fx:Object label="Rules And Permissions" stackId="rulesAndPermissions" />
              </s:ArrayCollection>
         </fx:Declarations>
         <s:states>
              <s:State name="all" />
              <s:State name="videoUpload" />
              <s:State name="imageUpload" />
              <s:State name="contentGroup" />
              <s:State name="flashObjects" />
         </s:states>
            <list dataprovider="webCoreSourceData" />
    i need to set each one of these arraycollection objects to a certain state, so when i set "currentState=videoUpload" then only video displays in the list component
    and when i set my "currentState="all"" then i want to be able to all the objects in the arraycollection
    any help is greatly appretiated!! thank you...

    Hi,
    There are a few things you can do, one is to filter the array on change of state you could have it that your dataprovider is different for each state then you do something like below. This might give you some sort of direction anyway..
    David
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
       xmlns:s="library://ns.adobe.com/flex/spark"
       xmlns:mx="library://ns.adobe.com/flex/mx">
    <fx:Script>
    <![CDATA[
    import mx.events.FlexEvent;
    ]]>
    </fx:Script>
    <s:states>
    <s:State name="State1"/>
    <s:State name="ImageState"/>
    <s:State name="VideoState"/>
    <s:State name="OtherState"/>
    </s:states>
    <fx:Declarations>
    <s:ArrayCollection id="Videos">
    <fx:Object label="Video1" />
    <fx:Object label="Video2" />
    <fx:Object label="Video3" />
    <fx:Object label="Video4" />
    </s:ArrayCollection>
    <s:ArrayCollection id="Images">
    <fx:Object label="Image1" />
    <fx:Object label="Image2" />
    <fx:Object label="Image3" />
    <fx:Object label="Image4" />
    </s:ArrayCollection>
    <s:ArrayCollection id="OtherStuff">
    <fx:Object label="OtherStuff1" />
    <fx:Object label="OtherStuff2" />
    <fx:Object label="OtherStuff3" />
    <fx:Object label="OtherStuff4" />
    </s:ArrayCollection>
    <s:RadioButtonGroup id="radiogroup1"/>
    </fx:Declarations>
    <s:List id="myList" x="163" y="85" width="271" height="386"
    dataProvider.VideoState="{Videos}"
    dataProvider.ImageState="{Images}"
    dataProvider.OtherState="{OtherStuff}"/>
    <s:Button y="15" label="Video" x="160" click="currentState='VideoState'"/>
    <s:Button y="15" label="Image" x="240" click="currentState='ImageState'"/>
    <s:Button y="15" label="Other" x="320" click="currentState='OtherState'"/>
    </s:Application>

  • Duplicating smart objects across documents

    Hello, what I'm trying to do is keep smart objects linked when duplicating them over to a different document. The thing is, I don't have a problem with the links breaking when I duplicate them from one doc to another on my laptop (a PC) and my friend can also do it on his laptop (a mac). But on my work computer, when I try to duplicate a group with several smart objects inside it, the links break and I am no longer able to update the objects in the doc that I duplicated them into. Does that make sense?? I use Photoshop CC on both my work and home computer, and my friend used Photoshop cs4, but I'm thinking maybe my computer at home isn't the lastest update of CC.. my work computer is, and that is where I am having the issue of broken links. Could this just be a bug in the latest version? Any other thoughts on how I could fix this?
    Thanks!

    Could this just be a bug in the latest version?
    Ah, how easily some people bandy about the word »bug« … but you simply may be right. (edited)
    I can reproduce the issue on 14.2.1 – a group of instances of a Smart Object duplicated to a different file behaves as individual Smart Objects (and the file size seems to reflect that).
    Maybe you can search
    http://feedback.photoshop.com/photoshop_family/
    for existing bug reports on this or, if none exist and someone else can confirm the issue, create one.

  • Set reference point in objects and measure distance

    1) How can I set the reference point in objects?
      for example:  
            a) exactly in the center of a pad or a via
            b) exactly in any corner of the board outline
    2) How can I measure the distance of two points with the maximum accuracy?
      for example:
            a) measure the distance between two pads or via
            b) measure the lenght of a line

    dear Semaphore, thanx for your response.
    I already use the ways that you refer me, but like this I can't measure with accuracy, or setting the zero reference is not guarantee that I set it exactly in the center of via or pad.
    With grid seted in smallest option is difficult to target the center of a pad, and also is difficult to target the point in the edje of a line with accuracy. With ruler I also have the same problem, I cant be sure that the ruler is pointing exactly to the center of a via or pad.
    That I need is a kind of a snap option to attach the mouse-cursor exactly in the center of an object, that can help me to target exactly in the center and have an accurate measurement or accurate set the zero reference without mistake.
    Any other suggestion for accurate measurements?

  • Need script that delete objects of certain color...

    Hello. For my Hobby I would need an Illustrator script that can delete objects of a certain color on selected layer. The color can be set in a dialog like #000000 or anything alike.
    I will need it to delete letters in text that has a certain color (different than letters around it). Letters to delete can be inside sentances or free. It doesn't matter if the text need to be outlined and ungrouped before run script, or not.
    I would apprechiate any help. Thank you.

    // CharacterColorizedIfNotMatchPrompt.jsx
    // Hint: test the script with little text.
    // The more extensive the text, the more time it takes the script.
    // greetings pixxxel schubser
    // http://forums.adobe.com/thread/1190610?tstart=0
    var aDoc  = app.activeDocument;
    var col = new CMYKColor();
    col.cyan = 0;
    col.magenta = 20;
    col.yellow = 0;
    col.black = 0;
    var aTFrame = aDoc.textFrames;
    if (aTFrame.length > 0) {
        var check = prompt ("Which character?", "a");
        check1 = check;
        check2 = check1.toUpperCase();
        for (i=0; i<aTFrame.length; i++) {
            for (j=0; j<aTFrame[i].characters.length; j++) {
                aChar = aTFrame[i].characters[j];
                if (aChar.contents != check1 && aChar.contents != check2) {
                    aChar.fillColor = col;
    alert("done")
    Try this.
    Have fun.

  • Hide objects to certain users

    Hi,
    I want to hide or deactivate some of the fields(objects) in the form module
    for certain users .Please help me if anybody knows it.
    Thanks in advance

    create a table with the name of all your users,
    then a table with your security-roles (similiar to db-roles, but in your own table)
    create an intersection-table between those 2 tables
    each row in the table means: this user has the permission to see the object.
    then create a function Allowed_to_See (P_Obejctname IN VARCHAR2) RETURN Boolean
    in that function you select from the intersection table, if the actual user has the permission to see the object P_Objectname. Then Return TRUE, else FALSE.
    In the form you use the WHEN-NEW-FORM-INSTANCE to check those items :
    IF Allowed_to_See ('blockname.My_secure_Item') THEN
    set_item_property ('blockname.My_secure_Item', VISIBLE, Property_True);
    END IF;
    Default for this item is Visible = False
    try it
    Gerd

  • Reader for Android SOM Doc Object missing certain properties and methods

    I have found, much to my chagrin, that although Adobe Reader for Android pretends to allow the filling of forms, the Scripting Object Model is missing essential pieces that have been present in the desktop version for many years.  Among these are the Doc object's numFields property and getNthFieldName() method.  I find this rather odd since the Doc object's getField() method is fully present and functional.
    Basically, I am now finding that time-tested, reasonably simple, forms that worked perfectly on the desktop are broken.
    If the Adobe Reader for Android can't provide forms functionality (including basic scripting) that is comparable to the desktop, it shouldn't pretend to allow this at all.
    Isn't one of the goals of Adobe Reader to provide a consistent user experience across platforms?
    Who would have expected that in the Android product you could get a field by name but not enumerate fields?  Guesswork should not come into play here.
    Question:
    Is there at least some sort of proper documentation for the limited subset of SOM supported by Reader for Android?

    Update: I've been able to make progress with the first route mentioned above: adding the mobilecomponents.swc and the mobile.swc theme to my web project
    Turns out that Flash Builder had led me wrong in this regard. Adding the mobile SWCs to your Library project with the "merged into code" setting results in the compiler warning:
    The swc '/Applications/Adobe Flash Builder 4.6/sdks/4.6.0/frameworks/themes/Mobile/mobile.swc' has style defaults and is in the library-path, which means dependencies will be linked in without the styles.  This can cause applications, which use the output swc, to have missing skins.  The swc should be put in the external-library-path.
    Seeing this the first time, I changed my linkage type to "External" and the warning went away. Then in my web project, I also added the mobile SWCs and set the linkage type to "merged into code" there. Flash Builder seemed happy with that approach, but upon running my application I got bizarre runtime errors (as mentioned above).
    Turns out that my first attempt was the correct way. Set the linkage type on the library project to "merged into code" and then don't re-link from your web project. Flash Builder will warn you about it but ignore the warning. Things seem to work pretty well for the most part now! I have an issue or two to look into (ex. List component doens't scroll) but things look pretty promising overall!

  • Duplicated songs that won't go away?

    I have an iPhone 5c that's updated to the latest version of ios.
    I have a lot of songs that are duplicated on my phone. The weird thing is that none of the duplicates are on itunes, the doubles only exist on my phone (a lot of them have the little cloud download icon next to them). I'd wager at least 75% of my songs were duplicated and like I said even though iTunes doesn't register the doubles it still ea

    Did you purchase the song on iTunes? If you did I think I just found a fix, this was happening to me as well.

  • Duplicating stream object to new stream with lower resolution

    Hi all generally I have a question, Is it possible for ams to split my original live stream to a new stream but with lower resolution, so i have two streams one with high resolution and one with low resolution?
    If not I how does it Adobe Flash Media Live Encoder do? I can steam up to 3 different resolutions from one camera object. Is it possible to do also from flash?
    I want to built a multi user conference application. But have some cpu usage  issues, so I need a additional lower resolution stream to use for the miniature views.
    Could You help me with this, any tips how could I do such a thing?
    I using rtmp protocol to communicat and adobe media server 5.
    Sorry if a similar thread was already published on this forum.

    Thx 4 the replay.
    So maybe I could do something like this:
    I am able to send two streams from one camera but they both have the same  resolution.
    Is there any way from flash app to send two streams from one camera with different resolution like FMLE does?

Maybe you are looking for

  • Help with Photoshop Elements 6 reinstall

    I have an older purchased copy of Adobe Photoshop Elements 6 - with the product key. I am attempting to reinstall it to my computer following major software repairs to the OS. Apparently my original install disk has a bad scratch on it that is preven

  • How do I run a workflow when a folders contents have changed?

    Im a noobie to automator but slowly have been tapping into the usefulness of this new program. Ive created a simple workflow to add mp3 files ive downloaded into itunes which looks like this: 1. Get specified Finder Items (ive selected a drop box on

  • Moving iTunes music folder from hard drive to external drive

    I see a couple of topics related to iTunes folder locations and losing track of where the file are. What's the right way to migrate from having the iTunes music files on my hard drive (C:) to using an external drive...without having to re-map everyth

  • Can't start video chat in Messages or iChat

    Does anyone know why I'd be able to accept a video chat but not start one? I cannot initiate a video chat with one particular buddy.  I have not yet been able to test with other buddies, so this could be on the other guy's end - but when he starts th

  • Exchange rate difference amount need to be posted to venmdor

    Hi We have created import PO with exchange rate 76.35 then we have did MIRO with exchange rate 78 Liability created was with 78 value while making the payment with f-53 we are getting the value which is created with 76.35. While making the payment cl