help to the scene

Please help me to create the movements of scene at one corner of the playback screen when advances of time, the scene also decreases in size.

Captura de pantalla (1).pngCaptura de pantalla (2).pngCaptura de pantalla (3).png

You have animated the balance. You hit to reveal the animated properties and delete keyframes, you don't want / need.

Mylenium

Tags: After Effects

Similar Questions

  • Help lead CC, unwanted objects on the scenes to succeed

    Hi all, super noob here is so desperately need help.

    I create a drag and drop for a project, but some items are report to the next scene when they are not on the timeline. I have a drag and drop on stage 8 announcement that carry the items to the next scene in their positions 'falling '.

    ActionScript here. Help would be GREAT appreciated!

    var orig1X:Number = Object1_mc.x;

    var orig1Y:Number = Object1_mc.y;

    var orig2X:Number = Object2_mc.x;

    var orig2Y:Number = Object2_mc.y;

    var orig3X:Number = Object3_mc.x;

    var orig3Y:Number = Object3_mc.y;

    var orig4X:Number = Object4_mc.x;

    var orig4Y:Number = Object4_mc.y;

    var orig5X:Number = Object5_mc.x;

    var orig5Y:Number = Object5_mc.y;

    Object1_mc.addEventListener (MouseEvent.MOUSE_DOWN, dragTheObject);

    Object1_mc.addEventListener (MouseEvent.MOUSE_UP, item1Release);

    Object2_mc.addEventListener (MouseEvent.MOUSE_DOWN, dragTheObject);

    Object2_mc.addEventListener (MouseEvent.MOUSE_UP, item2Release);

    Object3_mc.addEventListener (MouseEvent.MOUSE_DOWN, dragTheObject);

    Object3_mc.addEventListener (MouseEvent.MOUSE_UP, item3Release);

    Object4_mc.addEventListener (MouseEvent.MOUSE_DOWN, dragTheObject);

    Object4_mc.addEventListener (MouseEvent.MOUSE_UP, item4Release);

    Object5_mc.addEventListener (MouseEvent.MOUSE_DOWN, dragTheObject);

    Object5_mc.addEventListener (MouseEvent.MOUSE_UP, item5Release);

    function dragTheObject(event:MouseEvent):void {}

    var item: MovieClip = MovieClip (event.target);

    item.startDrag ();

    var topPos:uint = this.numChildren - 1;

    this.setChildIndex (item, topPos);

    }

    function item1Release(event:MouseEvent):void {}

    var item: MovieClip = MovieClip (event.target);

    item.stopDrag ();

    If (TargetObject1_mc.hitTestPoint (item.x, item.y)) {}

    Item.x = TargetObject1_mc.x;

    Item.y = TargetObject1_mc.y;

    } else {}

    Item.x = orig1X;

    Item.y = orig1Y;

    }

    };

    function item2Release(event:MouseEvent):void {}

    var item: MovieClip = MovieClip (event.target);

    item.stopDrag ();

    If (TargetObject2_mc.hitTestPoint (item.x, item.y)) {}

    Item.x = TargetObject2_mc.x;

    Item.y = TargetObject2_mc.y;

    } else {}

    Item.x = orig2X;

    Item.y = orig2Y;

    }

    };

    function item3Release(event:MouseEvent):void {}

    var item: MovieClip = MovieClip (event.target);

    item.stopDrag ();

    If (TargetObject3_mc.hitTestPoint (item.x, item.y)) {}

    Item.x = TargetObject3_mc.x;

    Item.y = TargetObject3_mc.y;

    } else {}

    Item.x = orig3X;

    Item.y = orig3Y;

    }

    };

    function item4Release(event:MouseEvent):void {}

    var item: MovieClip = MovieClip (event.target);

    item.stopDrag ();

    If (TargetObject4_mc.hitTestPoint (item.x, item.y)) {}

    Item.x = TargetObject4_mc.x;

    Item.y = TargetObject4_mc.y;

    } else {}

    Item.x = orig4X;

    Item.y = orig4Y;

    }

    };

    function item5Release(event:MouseEvent):void {}

    var item: MovieClip = MovieClip (event.target);

    item.stopDrag ();

    If (TargetObject5_mc.hitTestPoint (item.x, item.y)) {}

    Item.x = TargetObject5_mc.x;

    Item.y = TargetObject5_mc.y;

    } else {}

    Item.x = orig5X;

    Item.y = orig5Y;

    }

    };

    function reset(event:MouseEvent):void {}

    Object1_mc.x = orig1X;

    Object1_mc.y = orig1Y;

    Object2_mc.x = orig2X;

    Object2_mc.y = orig2Y;

    Object3_mc.x = orig3X;

    Object3_mc.y = orig3Y;

    Object4_mc.x = orig4X;

    Object4_mc.y = orig4Y;

    Object5_mc.x = orig5X;

    Object5_mc.y = orig5Y;

    }

    Reset_btn1.addEventListener (MouseEvent.CLICK, reset);

    Object1_mc.buttonMode = true;

    Object2_mc.buttonMode = true;

    Object3_mc.buttonMode = true;

    Object4_mc.buttonMode = true;

    Object5_mc.buttonMode = true;

    button_12.addEventListener (MouseEvent.CLICK, fl_ClickToGoToPreviousScene_7);

    function fl_ClickToGoToPreviousScene_7(event:MouseEvent):void

    {

    MovieClip (this.root) .prevScene ();

    }

    movieClip_13.addEventListener (MouseEvent.CLICK, fl_ClickToGoToNextScene_15);

    function fl_ClickToGoToNextScene_15(event:MouseEvent):void

    {

    MovieClip (this.root) .nextScene ();

    }

    After much messing around and back it seemed just to work!

    Everything I've done has been in addChild for 5 objects and then add removeChild to these same objects for the buttons 'next' and 'previous' of the scene. I swear I tried several times before, but it does not validate. Thanks for all help here.

  • (Help!) Have a loop in the scene, and when you press a button, it goes to another scene and ends (with a repeat button)

    I'm newer to ActionScript 3, so I am not sure that what I'm doing.  I hope someone can help!

    Scene 1 (which is long of 40 images), I have this code for the 4 buttons until framework 39-

    import flash.events.MouseEvent;

    Button1.addEventListener (MouseEvent.CLICK, goNormal);

    function goNormal(event:MouseEvent):void {}

    stage.frameRate = 20

    }

    Button2.addEventListener (MouseEvent.CLICK, goMedium);

    function goMedium(event:MouseEvent):void {}

    stage.frameRate = 38

    }

    Button3.addEventListener (MouseEvent.CLICK, goFast);

    function goFast(event:MouseEvent):void {}

    stage.frameRate = 60

    }

    Button4.addEventListener (MouseEvent.CLICK, goEnd);

    function goEnd(e:MouseEvent):void {}

    Stop ("scene 2", 1);

    }

    On the last picture (40), I have "stop();"

    Scene 2, I "play();", so that it plays, and then on the last image of this, "stop()";

    I'm quite confused.

    Basically, I want to make it to where I can have the first 3 buttons change the FPS of the first scene, but I want it loop back (and not go to the stage 2).  I want then press 4 to go to scene 2 and at the end of the file, but with a touch of repetition where it repeats the scene 1.

    Thanks in advance!

    Rather than use stop(); using try framework 40: gotoAndPlay (1);   Who takes care of the loop, that you say you want.

    For the button that will take you to the stage 2, you have the arguments in the correct order.  It should be Stop (framing, stage);

    Regardless of the button repeat you are planning you can have use: gotoAndPlay (1, "scene 1"); assuming that the scene 1 is named as such

  • Problem with the help of the buttons to go between scenes

    Hi all

    I was wondering if you could help me with a problem I have.

    I make an interactive website using ActionScript 3 and no matter what I try and do I keep getting the following error messages:

    Characters, layer 'actions', frame 2, line 5 1021: duplicate function definition.

    Characters, layer 'actions', frame 2, line 12 1021: duplicate function definition.
    Characters, layer 'actions', frame 2, line 19 1021: duplicate function definition.

    I don't really understand what I'm doing wrong because it says "dual function" and yet they are not the same functions.

    Here is the ActionScript code I used for the first page:

    Stop();

    home.addEventListener (MouseEvent.CLICK, goHome);

    function goHome(evt:MouseEvent):void
    {
    gotoAndPlay ("Home", 1)
    }

    characters.addEventListener (MouseEvent.CLICK, goCharacters);

    function goCharacters(evt:MouseEvent):void
    {
    gotoAndPlay ("characters", 1)
    }

    game.addEventListener (MouseEvent.CLICK, goGame);

    function goGame(evt:MouseEvent):void
    {
    gotoAndPlay ("Game", 1).
    }

    I have attached my .fla and .swf, textlayout in a zip folder files for anyone to take a look at.
    Thanks for your help and keep up the good work!

    Download .zip:
    If this does not work please tell me!

    You repeat this code in other scenes?  If so, what will be the problem for these errors.  You will do yourself a favor if you don't mix the scenes and navigation... Keep it all in the first scene and the use of labels and image clips.

    Another error, you will get probably will use the bad arguments in the gotoAndPlay() commands, assuming you are using gotoAndPlay (scene, frame)... in AS3 it is inverted to gotoAndPlay (frame, scene)

  • Motion interpolation works very well in the time line, but does not work on preview of the scene. Any help?

    I'm the new flash CS4. (Updated for Flash CS 5 but that gives other problems... so Meanwhile I continue with CS4)

    I created the Web page. In the web page that I created with Motion editor motion tween and once present in preview, it works fine. Return to the scene and to preview the result show the initial position of the motion tween, but he don't move and behave in the way that it shoud.

    What is missing? Where I'm going wrong?

    Thanks for any suggestions

    Yve

    Thanks, glad I could help. You can mark as "answered".

  • Help! Object enter the scene, stop for a second, then go. How?

    Hello world

    I am a beginner in AE and I'm trying to animate a bus I made using illustrator. This bus is suppose to enter the scene, stop in the middle of it, than to start over and leave, simulating a bus stop.

    Now, I realized to get into the scene and get to the point where I want, but how can I do stay there for a second or two and then start again, because if I add a keyframe after a second it does not block and it continue. I'll add a screenshot of my calendar to show you!

    Schermata 2014-10-08 alle 12.31.05.png

    The first key frame is where the departure of the bus, and the second is where he suppose to stop and where my red line is I want to do it over again, so the time between the second keyframe and the red line is where I want the bus stop!

    Thank you

    Use a hold keyframe.

    Using After Effects | Interpolation keyframes

    Start here learn After Effects:

    http://Adobe.LY/AE_basics

  • You want to know what ipad I need to run Apple Sound that for the scene.

    Sing Gospel music to the tracks on the CD.  You want to know which ipad should I get to run Apple Sound that to the scene.  That's all I'll use it for, so don't care about movies, phone, games, navigation, or much else. . She was told that 16 GB would be enough to hold 500 songs and IOS 7 need to run its what. If need one for this application. Don't know much to this topic, so really need help.

    Thanks Bill

    All the new iPad will run iOS 9 now. It would take a 16 GB iPad. I have 425 songs on my iPad, and they represent 1.8 GB of storage. But... You cannot add storage to an iPad, then you may want to consider eating less up to 32 GB. You never know what you could want on the road.

  • Navigation of the scene!

    Hello

    I created a flash file contained 2 scenes, "Wheel_Slide_In" and "Wheel_Rotate". MU wants to play the scene "Wheel_Rotate" after "Wheel_Slide_In" finished playing.

    I put this code in the last image of the 'Wheel_Slide_In ':

    gotoAndPlay(1,"Wheel_Rotate");

    gotoAndStop(1,"Wheel_Rotate");

    MovieClip (parent), .gotoAndPlay (1, "Wheel_Rotate");

    and many many other random! combinations with parent and root to tell the flash this simple task!

    Hey dear Flash, please play "Wheel_Rotate" scene after scene of 'Wheel_Slide_In '! Simplz!

    Unfortunately, me and Flash don't speak the same language!

    could you please help me to write the correct code and understand how you play another scene of another?

    Thank you very much

    If the code is in the main timeline then gotoAndPlay (1, "Wheel_Rotate");  should work

    You should avoid using scenes and two movieclips use or do it all in a scene.  Navigation of the stage has always been a problem with Actionscript/Flash.

  • extra frame created in the upper left corner of the scene when exporting .mov only when the 3D rotation tool

    Hi, I really need help because my deadline is imminent, and I looked all over for an answer but have found nothing... I use Flash Professional CS6 on a Mac and have not had any problems to export before .mov until I tried to use the 3D animation tool. A copy of the first image in the upper left corner of the scene - but it shows not in the timeline panel, or when you test the movie. It appears in the preview by choosing export options and stays there during export. I did about 5 different tests and they all have the same problem - it will only go away if I do not use the 3d rotation tool. Problem is that I really want to use this tool to get the effect I want!

    Thank you very much in advance!

    I could easily create the same problem, even in the current version of Animate. The only solution I could understand was to put a keyframe of Tween non - 3D before where the 3D Tween starts. Just frame 1 look exactly as it does now, only to do tweening 3D pieces start from frame 2. It then exports frameless glitch.

  • I get about one second from the previous movie when the scene selection in the menu of the DVD

    I have PE 12 for mac and have a 21.5 "iMac with 4 GB RAM and 1 TB hard drive.  I asked questions on here before all of a DV footage.

    I have a delay of 1 hour, 20 minutes and used markers to scene to go to the cinema in the timeline panel.  There are 11 movies in the video.  Markers are at the beginning of the scene in question.  On some of the later scenes, I get about one second from the previous movie before the start of the current movie.  I did thorough tests 12 EP in order get my imported correctly DV film.  I finally decided to use LifeFlix to get the imported records.  When I was testing the creation of DVD, I have not found this second of the previous film in the current issue of the film.  The problem seems to be that less pronounced during playback on my DVD than VLC Player or Apple's DVD player.  I use DVD Widescreen Dolby Preset for the DVD.  I did a DVD earlier using brands of menu with the result being 11 main menus.  I decided to abandon this approach.  Two DVDs have the same second or so of the previous clip before the current movie.

    I tried to stop markers in the DVD to recreate what I had with Pinnacle Studio, but this resulted in a DVD with a 'mistake' at the stage of decision-making case and record a DVD with menus blacks half but for the buttons.  I had added some empty frames between scenes when adding the judgment of brands, such as advised by ATR, but this failed.

    I would like to use markers to stop it again, but the problem of the second or last if a clip is more pressing.  The previous screen is sometimes less than a second and has no picture, just sound.

    Never had this problem with my old program.

    I also had "Unknown error 2131042562" when writing a normal DVD with the project and the checkbox "adjust to the content of the available space." checked.  I also got this when trying to write on a normal DVD - RW disc, to test the DVD for 'Previous film' problem as stated above.

    My burner is a USB 3 Litton Blu - ray burner.  It worked without a problem since I bought it.  I also used TDK DVD that I used for a number of years without any problems at all.  Today I wrote a data DVD without any problem.  I also wrote the content of a DVD folder on the disc, after generating an image using disk utility and it worked successfully, I realized the same DVD using the software 'Burn' successfully.

    Again, I have never had such problems in the display of the videos on DVD before.

    Your help is very appreciated.

    I managed to get a DVD with 5 images of black video between the scenes I wanted.  Video of Black made sure the brands menu worked!  Started it at the beginning of the relevant scenes.  I've never had to do this before in any program.

    Add stop markers did not.  Brands menu would go up to a point half a second or a second before the required stage, as have no black video.  I tried all sorts of things to resolve this, even to copy the project using the project archiver and the opening of the copy, but nothing helped.  I don't really know how ATR has managed to get markers to stop working.  I even added 12 frames of black video between frames with markers of the judgment at the beginning of the black video and the marker of the scene at the end.  It did not work.  I have nothing out.  The program seems to create a folder, but there is no error message and no file at the end.  He writes date folder much faster than normal when using markers of the judgment.  Also do not work 12 images of the video I think.

    I gave up at stop markers.  The normal use of the menus seems OK.  Other programs like Apple Compressor have this type of menu structure.

    Note the use of 5 images of the black video locks marks menu successfully.

  • In first items 14 scene selection from the Menu movie (Motion, holiday, Christmas frame) does not bind the scene 6 main Menu page. It places the scene 6 2 Menu scenes, but unrelated to the other, the main or scene selection Menu. What it

    How can I edit a movie Menu template? I use a Motion - celebrations and events - model of menu for Christmas related to 6 scene markers. Five scenes are represented by a thumbnail and name on 1 Menu scenes that appears when the button on the main menu page scene selection is reached. However, the scene 6, which has also a sticker and marker corresponding scene, is on another page (Menu 2 scenes) that does not link to the home page (does not appear in the scene selection Menu that has just 5 thumbnails and an arrow to return to the main Menu). In the area of work under the clip monitor Main Menu 1, Menu 1 and Menu 2 of scene scene appear together and by clicking on the thumbnail in the scene 2 menu the link to the clip 6 works except when Preview Disc is played, in which case the Menu 2 scene disappears. The scene marker is correctly linked, it just does not appear in the menus of the finish. The first five items of the Assembly (related to the scene selection menu) are all the video clips, but the 6th clip is a slide show. I read several threads on menus but found no mention that a slide show scene marker is treated differently by a menu template. Is it? The 5 first clips are all in the format AVI - DV with imported project files previously saved in this format, so that they could be related and engraved on a DVD. The slideshow is imported from PSE14 and 6 attached clips have already been burned successfully on disk (without menu) as a try-out. However, I was not satisfied with the resolution, then saved individually at the only other resolution DVD - SD576. Now I'm stuck at getting this sort menu. I operate 10 WIN. Any help will be accepted with gratitude.

    Hi, thanks for your response. I can rephrase the question very easily: why I've been so stupid? My problem was that I couldn't see a link in the menu between the Menu scenes 2 template and the main Menu. It turns out that the link was there all the time (a sideway arrow just above the main Menu link) but I thought he was part of the link from the main Menu and never clicked on it. When I burned my project to a disc and played on television, the sideway arrow was a different color and, of course, another link... the link I was looking for. Then, my apologies, problem solved, lesson learned - click on everything you see. Thank you. And I was very happy since the upgrade to 14 before except when it makes me feel stupid, which is frequently.

  • How to create a movie shot with a long camera around the scene?

    Here's a question in compositing with AE.

    If for example we have a scene where a camera is inside or outside of a moving car, which is animated in Maya - here the camera can be locked for a window of the car from inside the car or locked in the car outside the car.  The car drove for a minute.  If the artist wants to use a paint plate mate as the backdrop for the environment of the distance, mountains etc. exactly how can it be achieved when compositing with AE? I mean, more masts paintings are a great HD 1080 p, or 4K plate so that the camera moves / pans can be obtained for the desire for a ball in the scene, which most of the time has a duration of seconds, before another shot is framed for a new scene and using a hide another painting as necessary which is excellent. However, for a car that drives for a minute, how does a composite this horizontal long pole in AE?

    One solution is to import the image Matt long 'a minute' as a plan of the image to Maya and install cameras to capture the matte in the background of the scene accordingly, but this can have disadvantages in terms of flexibility/glance.

    I hope that pros EI and experienced people can help me get guidance and potential solutions. Maybe if you can point me to resources written or video that can directly answer my question, would be too great!

    Thank you.

    If they are flat paints and you need a very long one that is too big to create on a single layer, then you just stack in layers so the edges match and animate the position and in off-peak so they match.

    Another option is to use something like Trapcode Horizon to create a transparent background.

    A third option is to match the camera angle, the position and the movement with a real camera and then shoot a background plate. It's the way they shot in car studio scenes as they began to do so.

    With respect to the implementation of the mast, just to make your 3D with an alpha channel stuff and put in place the appropriate layer structure.

  • Need help with the symbol 'start '.

    I created an animation symbol to illustrate the continuous flow of balls along a path.

    The element is called Ellipse and repeat at the end of the timeline by sym.play(1000) (0); (see first attachment)

    Ellipse is part of a named symbol S1, which is repeated 3 times with a STOP in time 0.0 and the offbeat GAME.5 second. (see second attachment)

    S1 is part of a symbol named AH. (see third attachment)

    I created a button with an action that triggers F - IN on the timeline, which produces a sequence of fadein. The action is simply: sym.play("F-IN");

    My question is: how to make the animation symbol AH 'start' of the first ball when the trigger is activated (button)? When the action is triggered the animation AH already plays.  I tried sym.getSymbol("AH").stop (setting); in creationComplete for the scene, but the result is that the animation is already playing when the trigger is activated, and all four balls are moving in unison (it looks like a ball...).

    Not sure if I'm using all the right words - a little back to the present. Please let me know what other information I provide. I use EA CC 2015 on Windows 10.

    Thank you

    Screenshot_AE_1.pngScreenshot_AE_2.pngScreenshot_AE_3.png

    Pittsburgh_joe,

    I think that I finally thought to it. I had to modify the symbol AH and S1 and set 'Autoplay' to 'off '. Then I had to issue a sym.getSymbol("AH").play (0); to start the animation when the F - IN action has been triggered. Once the animation is played I could just fade in and out.

    Turns out that I was also going through my stop() action that I put in 1 sec on the timeline to 0. A lot of trial an error... but it seems to work ok now.

    Here is a LINK to a video that explains what I was trying to actually do.

    Thanks again for your help!

  • Having the text from a dynamic text box through the scenes.

    Hello

    I create a choose your own adventure game with multiple endings. Part of what keeps my code organized is to have several scenes.

    In the first scene, the user selects a character, and I need the name of characters to travel through the biased game which button the user selects.

    Is this possible?

    If this is the case, I also need to have specific images appear according to the users, click on the first stage.

    I imagine it's doable with and if statement, but it gets the information traveling through the scenes that I don't understand.

    -Thanks for any help!

    Yes, assign variables to store values you want to exist throughout your project.

  • How to change the scene numbering scheme

    Is it possible to change the numbering for the scenes scheme? For example, a sitcom with scene letters A - L or including episode number with number of scene as 1.35 - 1.1 and 2.1 - 2.25? I am a new user and far I see 1-10 numbering is automatic.

    Thank you!

    Hello

    You can easily assign numbers scene personalized a scene simply by clicking on the scene number.

    Now for 1, 35 - 1.1 and 2.1 - 2.25 as scene numbers, go to the first scene of this episode (i.e. episode 1), and then click the number of the scene. Assign custom as 1.1 to this scene and click on 'OK '. Now go to "Production-> manage scene numbers" and check automatically "assign number new scenes. The following scenes will now have numbers of scene as "2.2,2.3,2.4...".

    So just provide a number custom in the first scene of an episode, and you'll have coming scenes according to the needs.

    Give it a shot and let me know if this helps.

    Thank you

    Ankita-history team

Maybe you are looking for