View stage boundaries | select objects in multiple frames/layers

I've got 2 things where I've typed every query I can think of into Google  and can't find an answer. In both cases I'm sure there's a simple answer that  I'm missing.
#1
When I add a graphic or picture that's larger than the stage, the stage is  hidden. I've got no idea where it is and therefore what's viewable.
At the minute I'm creating a temporary extra layer on top to outline where  the boundaries are, but surely there is a function in the software to show the stage boundaries?
#2
I've added a picture, converted it to symbol, created another keyframe,  changed the alpha on that, created another keyframe, changed the alpha on that,  applied lots of tweening. Now I want to move the image elsewhere.
Currently, I'm applying the transformation independently for each of those  frames which just seems a bit daft.
Is there a better way?

1.  right click in the stage region and tick rulers.  you can click and drag vertical and horizontal lines from the left and top ruler.
2.  create a movieclip of your tweened object.  place as many instances as you like any place you like.

Similar Messages

  • Selecting objects on multiple arboards

    Hello
    I can`t find any answer for my question.
    I have 2 artboards. Is there any shortcut for selecting objects only on artboard 1. But not usung selection tool. If I use ctrl+A all objects are selected in my work.
    Why is not working like in InDesign ? Objects on active page are only selected.

    go to Select->All on Active Artboard
    if you use it often, assign a keyboard shortcut

  • Duplicate object into multiple selected frame

    I’m looking for a script that will duplicate the selected object or the content of the clipboard into multiple selected layers inside a document.
    I have not find any discussions around this, but I’m asking if anyone have already seen such script.
    Thanks
    Jean-Claude

    Jean-Claude try the following one:
    1. Should work with a single object, multiple objects, group
    2. Should alert a warning, if you select nothing or select some text
    3. Will not honor, if layers are hidden or locked
    Does it work for you?
    // duplicate on different layers _b02
    // by Kai Rübsamen, credits to Hans Haesler
    // vorbeugenderweise das Anzeigen von Dialogen aktivieren
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
    // prüfen, ob ein Dokument geöffnet ist
    if ( app.documents.length == 0 ) {
        alert ( "Warning\rOpen a document!" );
        exit();
    // die Auswahl speichern ...
    var allSel = app.selection;
    var nItems = allSel.length;
    // und prüfen
    if ( !nItems ) {
        alert ( "Warning\rSelect something!" );
        exit();
    if ( nItems == 1 && app.selection[0].hasOwnProperty("baseline") ) {
        alert ( "Warning\rDoes not work with text. Select only frames!" );
        exit();
    var curDoc = app.activeDocument;
    var allLayers = curDoc.layers;
    var nLayers = allLayers.length;
    // eventuell vorhandene Dialoge entfernen
    try {
        app.dialogs.everyItem().destroy();
    catch (e) {
    var layerNames = new Array();
    for ( var i = 0; i < nLayers; i++ ) {
        layerNames.push( allLayers[i].name );
    // eventuell vorhandene Dialoge entfernen
    try {
        app.dialogs.everyItem().destroy();
    catch (e) {
    // den Dialog vorbereiten ...
    var dlogCheckList = new Array();
    var aDialog = app.dialogs.add({ name: "Duplicate object to selected layers", canCancel: true });
    with ( aDialog ) {
        with ( dialogColumns.add() ) {
            with ( dialogRows.add() ) {
                staticTexts.add({ staticLabel: "active = duplicate"} );
                for ( var n = 0; n < nLayers; n++ ) {
                    with (dialogRows.add()) {
                        dlogCheckList.push( checkboxControls.add({ staticLabel: layerNames[n] }));
    // ... anzeigen und die Wahl des Anwenders anwenden
    if ( aDialog.show() == true ) {
        for ( var k = 0; k < dlogCheckList.length; k++ ) {
            var curCheckBox = dlogCheckList[k];
            if ( curCheckBox.checkedState ) {
                var curLayer = curDoc.layers.itemByName( layerNames[k] );
                for ( var i = nItems-1; i >= 0; i-- ) {
                    var curSel = allSel[i];
                    curSel.duplicate( curLayer );
        aDialog.destroy();
    else {
        aDialog.destroy();
    –Kai

  • Querying for a script insert multiple selected objects...

    Is there a script or plugin which insert multiple selected objects in one new text frame with one click?
    And is there a script or plugin which extract the content of anchored text frame out it's frame and replace it with it's frame. and extract selected text and insert it inside a new anchored text frame in it's place? (like convert text to table - convert table to text, but instead table we use text frame)

    Hi,
    Using OMB scripting to set attribute properties in a data mapping sort of defeats the purpose of utilizing a graphical user interface to define and set properties for a data mapping? Surely the GUI data mapping tool was created to get away from writing scripts and scripting would also require that you know the name of the data mapping, table operator and the set of attribute names for which you have to write one line of script to set each property value, i.e. 90 lines to set 90 attribute values.
    Cheers,
    Phil

  • Select multiple frames across multiple pages for photos frames

    Hi people!
    How can i select multiple frames across multiple pages? I want my images to fit the frames by one click. I do not want to go through each page one by one . There must be some way to solve this.. or? Cant find a options that can do that so far?
    Useing Adobe Indesin CS6.
    thanks!

    suppien_ wrote:
    How can i select multiple frames across multiple pages?
    You can't.
    You can do it in Find/Change box. Set desired Frame Fitting Options in Object section and run find/change.

  • Need to shift multiple objects across many frames

    I don't know if this is even possible, but what I'd like to
    do is shift multiple objects, in multiple layers, across multiple
    frames. The problem is that I built a complex animation as a movie
    symbol within the root movie. It got so complex, however, that I'd
    like to just go ahead and make it the main timeline for the root
    movie. But when I copy and paste the frames from the symbol back
    out into the root timeline, the location is wrong. Everything is in
    the correct location relative to each other element, but wrong
    relative to the stage. Is there any way to grab everything up in
    all of those layers and frames and just shift it all over to where
    it's supposed to be? Or can I somehow shift the stage under it?
    Thanks in advance.

    Edit Multiple Frames.
    it's in the help docs but also here:
    http://www.biteycastle.com/lessons/emf.htm
    --> Adobe Certified Expert (ACE)
    --> www.mudbubble.com :: www.keyframer.com
    -->
    http://flashmx2004.com/forums/index.php?
    -->
    http://www.macromedia.com/devnet/flash/articles/animation_guide.html
    -->
    http://groups.google.com/advanced_group_search?q=group:*flash*&hl=en&lr=&ie=UTF-8&oe=UTF-8
    thewizzard24 wrote:
    > I don't know if this is even possible, but what I'd like
    to do is shift
    > multiple objects, in multiple layers, across multiple
    frames. The problem is
    > that I built a complex animation as a movie symbol
    within the root movie. It
    > got so complex, however, that I'd like to just go ahead
    and make it the main
    > timeline for the root movie. But when I copy and paste
    the frames from the
    > symbol back out into the root timeline, the location is
    wrong. Everything is in
    > the correct location relative to each other element, but
    wrong relative to the
    > stage. Is there any way to grab everything up in all of
    those layers and frames
    > and just shift it all over to where it's supposed to be?
    Or can I somehow shift
    > the stage under it?
    >
    > Thanks in advance.
    >

  • DITA - Multiple objects in anchored frame

    Hi,
    I'm using the DITA features in FrameMaker 9. I'd like to insert multiple objects in an anchored frame in a DITA topic.
    Right now, if I save an image element containing multiple objects, FrameMaker discards any extra objects in the frame. I've also experimented with adding extra graphics elements to the DTD using the attributes listed in the Structure Application Developer Guide. I can save DITA topics containing the custom elements, but they are not added to the XML file though I can see them in the FrameMaker interface. I have not yet experimented with a DITA specialization.
    When exporting anchored frames in Structured FrameMaker to XML, FrameMaker bundles multiple objects in a frame into a single CGM file.
    Is there a way to export anchored frames to CGM files before saving DITA topics? Is there a plug-in out there that will automatically save the objects in a frame? Can I use read/write rules to define how to treat these frames? How about creating a specialization on the objects element?
    I'd like to use the tools in FrameMaker to modify elements in an anchored frame. I don't see why doing this should break the DITA model if these objects are bundled into a single file on export.
    Thanks,
    - Maura

    Hi Maura...
    The short answer is .. you can't do that.
    DITA knows nothing about "frames" and only allows a single object to be referenced by an image element, so to remain in compliance with the DITA specification the content of a frame is tightly controlled by FM. There's nothing that you'll be able to do via read/write rules or EDD tricks to get FM to write out the data from multiple objects as a CGM .. this is overridden by the internal DITA plugin within Frame. You're correct that in theory FM could merge multiple graphics into a CGM, but this really wouldn't be a good way to operate since the text or other objects would no longer be editable. You can do this now using Illustrator or other applications that let you store the text and objects on separate layers, then save to a single file. Reference this single file in the image element in DITA.
    That said .. we are looking into supporting some subset of multiple graphic objects within a frame in DITA-FMx, and this feature may be available in an upcoming beta.
    http://leximation.com/dita-fmx/
    Cheers,
    ...scott
    Scott Prentice
    Leximation, Inc.
    www.leximation.com

  • Allow editing of properties of multiple selected objects

    Currently one cannot always edit properties of objects -- such as attributes for tags, or tooltips for form fields -- when multiple objects are selected. This occurs when some objects' properties have "conflicting" values. It would save TONS of time, if somehow you could allow edits to one property or attribute while leaving other conflicting properties "as is".   I would also like to be able to add header ID attributes to multiple <TD> tags, without deleting header ID attributes already existing.

    Are the machines causing this script to hang offline? You can test to make sure they are online before you try to connect 
    $Cred= Get-Credential
    get-content targets.txt | foreach-object{
    if (test-connection $_ -count 1 -quiet) {
    $Make = Get-WmiObject Win32_Computersystem -Computername $_ -Credential $Cred
    $Serial = Get-WmiObject Win32_BIOS -Computername $_ -Credential $Cred
    Select-Object $($Make).Name,$($Make).Manufacturer,$($Make).Model,$($Serial).SerialNumber
    }} | Export-Csv Results.csv -NoTypeInformation

  • Copying text object to multiple still menu views

    I am fairly new to this program. I have multiple still menu views on my graphical tab. I need to change one text object for multiple still menu views at the same time. As of now, highlighting all and changing the text object only changes one view. Is this possible and does anyone know how to do this??

    You can't. Each one has to be made individually, you can of course use copy & paste to do this.

  • How to select and move objects on multiple layers

    Coming from Photoshop...  how do I move the contents of multiple layers across the page at one time?
    In photoshop, i would click on one or more layesr in the Layers panel, and then use the move tool to move them all on the page. How do I do that in Fireworks? It seems to be too basic to be documented anywhere I have seen but the interaction is very different. I tried  ctrl-clicking on multiple layers and sometimes is seems to work. the objects are selected and I can move them. Other times, it just refused to select anything or it only select the object within one of the selected layers.
    It sort of looks like selecting a layer selects objects in that layer unless the layer has a child layer. Is that true? Seems a strange limitation if it is.
    I saw a comment somewhere that suggrested grouping and ungrouping which seems a little complicated for a basic editing action. Also, if it won't select the objects on all of the selected layers.
    I'm guessing that I'm missing a basic concept in Fireworks here.

    I found that It worked if I selected a layer, if there is a child layer
    then shift>select and ctr+click other layers or objects. You could also
    lock layers/objects you don't want to move and use Select>Select All, if
    you are moving most items.

  • Implementing a view Object with Multiple Updateable Dependent Entity Objects

    Hello,
         I want to implement view object with multiple updateable entity object,
         i have refered this link its good https://forums.oracle.com/thread/63721
         here they have explained with 2 table,
         but when we have more then 5 tables and each table have Primary keys , Foreign key , Sequence and  trigger created on it. Then whats steps should i want to fallow.
         if possible some please provide the link or some one help me out how to do this .
         thanks in advance
         cheers

    Has the Advanced View Object Techniques been referred?

  • Implement a View Object with multiple entity objects

    Hi
    In 'How to' section on the 'otn.oracle.com' (Jdeveloper) web site is tutorial how to implement a View Object with multiple updateable dependent entity objects.
    It allows user to insert an employee and a department at the same time.
    But I would like to change this example to insert a new department only if it does not already exist. How to change this sample?
    Is there any other way to this?
    Thanks
    Regards
    Gorazd

    Once again the structure, sorry.
    ViewObject
    |-ParentEntityObject
    ..|-PId
    ..|-PAttribute
    ..|-CId (FK)
    |-ParentChildAssociation
    |-ChildEntityObject
    ..|-CId
    ..|-CAttribute
    Christian

  • Turn off center selected object in view

    If I am zoomed in 500% and select an object, it centers it in my view, and sometimes it will select the object and move it, just by clicking on it. Is there an option to turn this off?! It's VERY frustrating when i'm trying to move things to s specific place. Here is a video.

    I know this behavior but as this only occurs on high zoom levels it's not a problem form me.
    The only way to avoid this I know about is to select objects in the hierarchy tree not in Design view.

  • Object, variable, function, listener naming in multiple frames

    Hi,
    I am building, block by block a project that will have about 350 frames. There are similarities and differences between frames that would allow copying and pasting large blocks of frames to create new blocks. Navigation would be within blocks. After completing a block, there would be a need to go to the next block.
    In the first several frames that I've set up, (a frame 1, frame 2 and 9 additional frames representing a small version of a block, I've noticed that a dynamic text box, button, variables seem to need unique names for each key frame (they're all key frames). If I accidently duplicate a frame, and fail to rename (instance names) items, functions I get debug errors: identifying duplicate items. So it appears that each frame (in what will be 350) will need the script edited and changing names for any of these items.
    That's the question: assuming that I will need to stay with my 350 frame design, are there any possble economies of naming that I can use? The discreet blocks are (in number of frames) 16, 16, 70, 70, 70, 70 (plus a landing frame before each block, and a few frames at the end, after the last block for scores, results, discussion.
    Any suggestions appreciated.
    Regards,

    If you need to repeat code in different frames, then you need to come up with unique names for variables and functions.  How you go about naming tthem is your call, whatever makes sense to your way of thinking.
    One thing to consider though... if you think you need to create the same functions in different frames, there is agood possibility that you do not have to.  You can usually work out some way of having the same single set of functions and variables working for you along the entire timeline, only needing to define them once in frame 1.  In your other posting today you saw that extending the variable along the timeline makes it available for that whole extent.  The same applies to functions, and you can often write functions generically so that they can serve the same purpose at different locations along the timeline.
    Instance names won't be a problem except if you have the same objects in adjacent frames and try to change the names between them.  Instance names are inherited by same objects in preceding adjacent frames.

  • Trouble with Selecting Multiple frames at once

    Adobe says, that you can select a group of frames, edit 1 frame from the group, and it will apply that for the rest of them.
    In order to do this, it says have one frame selected, the Shift-click another one.
    I had a frame selected, and then I shift-clicked another. Nothing is highlighting.
    What am I doing wrong?

    In the ANIMATION (FRAMES) panel, when I click on one, then Shift click on another one I get all of them in between.
    I hate to ask the obvious question, but did you try the other Shift key?
    Can you Control click and select a single additional frame?
    Have you tried clicking on all different parts of the frames?
    Perhaps posting a screen grab showing what your state of affairs when you're trying to select frames would be helpful.
    And of course, there's always the good ol' fallback:  Reset Photoshop preferences to defaults.
    -Noel

Maybe you are looking for

  • Creating Physical Directory

    hii... I am using CREATE DIRECTORY method. CREATE DIRECTORY MYDIR AS 'C:\TEMP1'; it is working. But, i want to create physical directory if TEMP1 folder isn't in the C: drive. How can i do this? do you have any idea? thanx

  • Omit characters in sql loader control file

    How can I omit the characters "-" and "?" in the following control file without altering BEGINDATA part? LOAD DATA INTO TABLE CUSTOMER FILEDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' (CUST_ID, CUST_FIRST, CUST_LAST, CUST_ADD, ORDER_DATE BEGINDATA

  • Error : The porlet could not be contacted

    Anybody knows why the browser (Netscape) sometime shows "Error : The portlet could not be contacted" when I am accessing the web using portal. Thanks so much.

  • Why do re-downloaded purchases have different  file sizes ?

    Hi, I re-downloaded my iTunes purchases again this year onto the same PC. I was quite surprised that the filesizes were not exactly the same as the first time in 2013 - I would have expected a movie or TV programme to have a specific size.  What is c

  • I can't install extensions in Safari 8.0.2

    Nor can I "allow" extensions to be installed.  When I go to Safari preferences, extensions, it only says "get extensions". I can download them but when I try to install, I get a box that says I have to enable extensions. No visible extensions are sho