How do I reposition the elements according to the size of the stage

Hello... I thought it would be fairly simple, but I can't understand how do... If anyone knows thank you very much!

Basically, I do a single page with five elements of photography that drive it in portrait... Each of them is about 200px by 960px... Looks good on desktop... But on the phone, each of them is medium of crushed... So I made another batch of photos to 480px by 100px and made their animations come horizontally for mobile... But I can't figure out how to set edge adobe to use a different animation depending on the size of the screen...

Or even how to reposition items based on the size of the screen... As I can see how to evolve upward or downward, based on the size of the screen... But how you completely reposition an element for mobile and desktop? So if an item was on top for a page in the browser size he now moves to the bottom of a page size mobile...

Thank you very much

Well, I think that I figured it... If you use a completely different program to do sensitive things, then add in your animations more later... So better workflow (so far I think) Design in photoshop... then move reformatting receptivity, then onboard animated for animations finals and keys...

Was probably already very simple to people... But now I know

-Modify 16/01/15-

OK, this is certainly the way to do it... For anyone else asking the same question...

Tags: Edge Animate

Similar Questions

  • Count how many movieclip to the stage

    Hi all

    I have these specific movieclips that I can't count. They are all an instance of mc_invis_table and they each have an instance name: mc_invis_table_1, mc_invis_table_2, mc_invis_table_3 ... and so on... until mc_invis_table_18.

    How they rely on the number of instance of mc_invis_table scene?

    -Zainuu

    Try:

    var: sum: uint = 0;

    for (var i: uint; i)<>
    {
    var nameofMc:String is getChildAt (i) .name;.
    If (nameofMc.Slice (0.15) == "mc_invis_table_")
    {
    sum ++;
    }
    }

    trace (Sum);

  • How to get all the stage within a group or sequence names?

    Hello

    I want to show all the steps within a sequence or group names.

    I wonder if there is a simple function that can be used directly, for example RunState.PreviousStep.Name.

    I tried via a stupid way to add the name of each stage, if it shows all the stage names, but I still think that there is a simple function can access all the stage names.

    Can anyone give me any suggestions, thanks a lot!

    I fiddled a little towards the top of your sequence.  But yes, you have a loop.

    Also, what format you want names?

    Hope this helps,

  • How can I enlarge the stage (in one direction) on working capital? Or click on?

    Hello

    I want to create a banner of HTML5 expand/retract using edge animate.

    For example, I have start with a banner 728 x 90. How can I do step extend (from the bottom) to 728 x 270?

    At the moment I'm looking to develop on turnover and then collapse at original size degree slowing - but in the future I know that I will have the same functionality using a button.

    Any help is appreciated, thanks!

    Should it be mouseleave (though that I'm not 100% sure of your desired goal, in this case)

    SYM.$("iTunes"). Click(function() {}

    SYM. $("étape") .animate ({height: "270"}, 500);

    }).mouseleave(function() {}

    SYM. $("étape") .animate ({height: "90"}, 500) ;}) ;

    On the question of "delivery", the foregoing is a condensed version of the below. It should normally be separated 'events' like writings below. The version above is called "chaining" event and apply in the order that they appear in the string. Beginning with the click (do something) event, followed by the event mouseleave (do something). Its just a thing of choice/preference. I personally find it a little more organized than the event blocks 'broadcast' in every sense.

    SYM.$("iTunes"). Click(function() {}

    SYM. $("étape") .animate ({height: "270"}, 500);

    });

    SYM.$("iTunes").mouseleave(function() {}

    SYM. $("étape") .animate ({height: "90"}, 500);

    });

  • Reposition the cursor when the check box is selected

    Good day all.

    I'm trying to figure out how I can reposition the cursor in a text field once I've selected a checkbox.

    Example; I have 3 boxes can select use. When the user selects the check box, I want to cursor to move to this box.

    Does anyone know how this could be done?

    Using Adobe LifeCycle Designer 8.0

    Windows XP Pro

    Thank you all

    Chomp

    No Chomp problem, I updated the form that you posted to set focus in the first textfield in the hidden subform (criterion 1). I published the form here:

    https://Acrobat.com/#d=46bhrRPpzUOEN4XI7--W-w

    Notice how the full path should be clearly explained when fields bound, in this case, a check box and a text field, are in different subforms.

    If you never do know what the full path to a field, click a different field, click in the script Manager window, then ctrl + click the field you want the path. If you have this selected field ctrl + click 'this' will return just as he will himself reference in the script manager.

  • How can I control the external javascript dashboard symbols?

    I came across a dozen of similar threads, but most have introduced solutions that worked in previous versions of the edge and not more working time.

    I'm trying to use Edge to create animations that can be then incorporated into cutting-edge projects either. I would then be able to control the Edge chronology or symbols of edge of items outside of the edge, as another link or button in the page.

    I can't understand how to correctly reference the stage edge or symbols.

    I have met several solutions proposed for referencing edge scene, such as:

    var comp = AdobeEdge.getComposition ("EDGE-966604542");

    var point = comp.getStage ();

    model var = $. Edge.getComposition ("EDGE-966604542");

    var point = comp.getStage ();

    var comp = Edge.getComposition ("EDGE-966604542");

    var point = comp.getStage ();

    and they DO NOTHING or raise errors related to AdobeEdge or edge or model being undefined.

    Does anyone have a solution that really works with the current version of edge animate?

    Thank you

    Scott

    Hi, Scott.

    It seems that you do not use the bootstrapCallback function, which is what you will need to get this working.  This thread from a few months (after 1.0 released) is still accurate.  He'll hope that you said in the right direction.

    http://forums.Adobe.com/message/4883264

    Hope that helps!

    -Elaine

  • question on the scope of the stage object

    Hello, all.  I am currently working with containers and I have a question about the stage object.

    I have 2 files in my program

    (1) app.as

    (2) stuff.as

    Stuff.As is a library of common user interface that I build.  I'm trying, in this document, follow these steps:

    stuff(){
    
    makeUI();
    
    }
    
    makeUI(){
    
    myContainer.setSize(stage.Stagewidth , stage.Stagehight);
    
    }
    

    Flash crash when running, saying that there is a reference not valid for a null object.

    If main.as is the file of the application, how can I get the stage object to be valid / available inside my stuff.as file?

    -Thanks for your time!

    Hey dtater,

    I met the same problem too in the past. the only way to have access to the stage is to have the class that never work added to the stage by a parent object that is already on scene. If an object has not yet been added to the stage, his stage value will be null.

    the best way to work with this set of return must have an event listener defined in your file stuff.as to listen for Event.ADDED event in your stuff() constructor like this:

    this.addEventListener(Event.ADDED, onAdded);
    

    and then in your event handler function onAdded:

    private function onAdded(e:Event):void{     // this event gets triggered by other objects, so we check to make sure it the right object     if (e.target == e.currentTarget)      {          makeUI();
    
         }
    
    }
    

    in this way the makeUI funciton only will be called when it has access to the scene.

    Here are more details on the event Event.ADDED:

    http://www.Adobe.com/LiveDocs/Flash/9.0/ActionScriptLangRefV3/Flash/events/event.HTML#added

    hope that helps. Good luck!

    Edit: I also forgot to add that the Event.ADDED event will be called when you addChild (stuff); in your main application.

  • I bought the first elements 13 and 13 Photoshop elements according to a trail. I received 1 set of serial numbers to activate Photoshop and 2 sets for first. However, after you type in the first series of numbers for the first, there was no place to type

    I bought the first elements 13 and 13 Photoshop elements according to a trail. I received 1 set of serial numbers to activate Photoshop and 2 sets for first. However, after you type in the first series of numbers for the first, there is no place to type in the second set. How can I check if the first has been correctly activated?

    You get usually just a serial number by program... a list of 24 numbers, 6 sets of 4.

    Click the icon of the program and see if it boots without asking for a serial number.

    If it is not running now, please contact support:

    To contact support, please click the link below, click on the still need help? option in the blue box below, then choose the cat. Make sure you are signed in with your Adobe ID, have cookies enabled and have deleted your cookie cache.  If you have any questions, try another browser.

    Serial number and activation support

    Guinot

  • How are you at the beginning or end of the timeline in a Premiere Elements project?

    Abobe dear Experts,

    How are you at the beginning or end of the timeline in

    a Premiere Elements project? I use Premiere Pro in a local

    video studio Pro you use parentheses.

    {to go at first, and} to go to the end

    These supports are not displayed in Premiere Elements.

    Can you please tell me how to go from the end of the beginning.

    or from the beginning to the end (or any point in between) without

    go scene by scene, or without scrolling to the desired location

    and clicking in the timeline panel to reposition the CTI.

    I bought elements so that I can do the editing work at home, and I hope

    that the absence of square brackets is not a built-in disadvantage to punish elements

    users do not pay for Premiere Pro.   Please say it isn't so!

    Thanks fo your kind help.  (I'm hoping for the best)

    petera42478182

    Thank you so much ATR for the article on the Mac keyboard. This is what the doctor ordered.

    The much poorer "fn" key and using the arrow keys left and right side of the

    of the keyboard are the keys start and end mac version.

    Press "fn" and left arrow moves the cursor to the beginning of the Fn,

    and "fn" and the right arrow moves the cursor to the end of the Fn.

    Thank you, thank you, thank you.

    PostScrip: many thanks to WHS as well.

  • How can I get the bar from the top of the window elements to be visible on my desk Mavericks?

    Photoshop elements 12 opens on the upper part of the window not available on my desk of the Mavericks.  Without access to the bar at the top of the window, I am unable to reposition the window.  Restart the computer and restart the program does not reset its position.  The top of the window is no longer visible on a secondary monitor.  Any ideas out there on how to fix this?

    Go to System Preferences > displays and set the resolution of the screen way down, then back again. Usually, which will reset the positions of windows.

  • How can I make the best use of a new external hard drive and a new catalog full of photos just loaded into Photoshop elements 14 Organizer?

    How can I make the best use of a new external hard drive and a new catalog full of photos just loaded into Photoshop elements 14 Organizer?

    Keep all the files on external hard drive image?  Nothing else and no pictures on the desktop?

    Keep all image files both places?

    What is the best way to go through thousands of images in the Organizer to identify and place them in files?

    Once I've placed a file, I just leave it in the entire catalog or a way indicate to me that it has been sorted?

    As overwhelming, any tips/shortcuts/schemes, you can offer are welcome!

    As I only have the version of the EP, here is some info on the organiser:

    https://helpx.Adobe.com/Photoshop-elements/how-to/use-elements-Organizer.html

    Independent of how this feature works, you want to have your photos in one place and have a backup (second copy) somewhere else. All hard drives will not be successful at some point - some more early, some late - never trust to have your files in any safety devices if they are on a single disc. Once you have your sorted, it would be useful that you will organize/name/tag new photos immediately if the task is relatively short and simple. I copy my photos on my internal hard drive for my camera, take a quick look with preview to see who needs some changes and then decide where to put them - either drop them immediately after naming them or bring in an editing application and then file them away.

  • I have photoshop elements 13. How to move to the Prime Minister

    I have elements13, how to move to the Prime Minister

    Purchase http://www.adobe.com/in/products/photoshop-premiere-elements.html

  • I need to create combinations of text and images for the web. How to do this in elements or do I need Photoshop for this feature?

    I need to create combinations of text and images for the web. How to do this in elements or do I need Photoshop for this feature?  Please advise!

    slynn5236 wrote:

    I need to create combinations of text and images for the web. How to do this in elements or do I need Photoshop for this feature?  Please advise!

    You can do in PSE.

    1. Do the math to see how much space you'll need on your canvas to the image and text.
    2. Navigate to the file queue > new.blank. Enter the width & height, background color, resolution 72 px / in. It is your canvas, and in the layers palette will be the background layer.
    3. Copy and paste the image. It turns on a separate layer
    4. Activate the tool move, position the image and resize if necessary
    5. Activate the text tool, and then type your text. It will be on a separate so layer
    6. Position the text.
    7. Flatten layers and go to file > save for web. I'm usually on the long side about 800 px. Don't forget to check "constrain proportions". Adjust the quality slider to suit. You will probably want the type of JPEG file for web work.
  • How do I disable Photoshop elements 13 of my machine so I can install it on another. The instructions say click Disable on the Help menu, but disable isn't here.

    How do I disable Photoshop elements 13 of my machine so I can install it on a third computer. The instructions say click Disable on the Help menu, but disable isn't here.

    Hi Bob,

    To disable items 13, launch the editor and then go to the help-> disconnection.

    Click sign out on the screen that appears, and it will deactivate the license on the machine.

    In case you have problems, please let us know.

    Kind regards

    Abhishek Seth.

  • How can I change the text independently copied element?

    Hi, if I copy a text element, and then insert it, change the inserted, also changes the original text element. How can I change the text independently copied element? Thank you! The German Adobe Web site have no idea on the copy and paste text elements

    [title published by mod]

    It's because you copy the title, which creates a clone. Change and it changes the other.

    As I show in my book, Amazon, what you really want to do is title duplicate in right-clicked on it in the components panel of project and selecting two copies.

    A duplicate makes a copy of the title, but this copy is independent and any changes that will make her to this single copy.

Maybe you are looking for

  • IPhone 6 does not properly?

    Lately my Iphone (6) was not properly. It it constantly restarts randomly, it is not allow me on apps (they crash). If I get on its connect outside and very slow. The screen is most of the time of freezing and glitching. It's really slow, sometimes t

  • Question about 'Customer of Toshiba online product information'

    Hellomy computer (Satellite A100) asks me to download "the new version of Toshiba Online product information Client", asks me to follow the www.toshiba-tro.de link but I can't find anything like that here.I just have no idea how do it, could you help

  • Automatically put the cursor in the text box to start

    Hi guys On the picture below you can see a small piece of my FP. It is a part of a bigger FP for a pretty huge electronics test. Each PCB got its own series number of barcode. I have a drive that is connected to my keyboard. Then when I read the code

  • How can I fix runtime R6025 error?

    When I tried to download a new book in my library ereader I got error R6025 run-time error message.  I tried several suggestions with no luck. GGH

  • Why is it I can't switch to Windows Aero

    I tried Office Manager and changed the theme, nothing works