Initiating an explosion with the Shatter effect

Guys thanks again for all your help.  Now I am trying to create an explosion with a shatter effect.  Problem is when I apply the shatter effect to my Shape I created, it assumes I want the explosion to occur as soon as the video starts to play.  Actually I would like the explosion to occur a little later in the video, maybe about 25 frames into the video.  I can not find a setting to key frame the start of the explosion.  Is there a key frame for this and I am not seeing it?  I even tried moving the shape out in the timeline so it does not appear until about the 25 frame, but this does not work either.
Thanks again
Let me know

Like I said previously "Problem is when I apply the shatter effect to my Shape I created, it assumes I want the explosion to occur as soon as the video starts to play."  This is not what I want.  I need a key frame to initiate the explosion about 25 frames into the clip.  The physics controls the location on the screen and the direction of the explosion, but to my knowledge it does not control the timing of the explosion.  I have viewed Lynda tutorials repeatedly.
The tutorials make it look like it is possible to start an explosion later in the timeline but there is no explanation of how he did it.  It looks like the explosion should occur when the "Shape" occurs in the time line, but After Effects is not working that way for me.

Similar Messages

  • How to add motion blur to the shatter effect?

    I am trying to add motion blur to the shatter effect, iv created my own custom shatter map with text that remains after the effect is complete, i have tried to add motion blur through the other blur effects and i have not found one that will do the motion blur correctly.
    what im wanting is for there to be motion blur on the pieces that are shattering, any suggestions?

    There are suggestions toward the bottom of this page, including a tip using the Timewarp effect. I found this by searching for 'motion blur'.

  • How to pull the job with the latest effective date in PSFT?

    Hello,
    I am running the PSFT 9.1.1 connector workforcefullsync.
    I ran into a problem when the user has multiple job records. Each time that the user job is updated, a new job record is created. So, when the data comes from PSFT, for a user, we have multiple jobs records with different effective date (For example <EFFDT IsChanged="Y">1996-10-21</EFFDT>). OIM is only interested in the latest EFFDT.
    Question 1: is it something that we can set on the PeopleSoft side, so that only the job with the highest EFFDT is sent to OIM?
    Question 1b: is this is not easy to accomplish from the PSFT side, can I use transformation in the connector to only pull the job record with the highest effective date?
    Question 2: if the EFFDT shows a date in the future (HR wants to disable a person in the future), does OIM ignore this change until the sysdate is after that EFFDT date?
    Thanks
    PS: workforcefullsync worked fine if the file contains only 1 job per employee. When the xml files contain multiple job records, I got the error:
    ERROR QuartzWorkerThread-1 OIMCP.PSFTER - oracle.iam.connectors.psft.common.handler.impl.PSFTWorkForceSyncReconMessageHandlerImpl : handleMessage
    ERROR QuartzWorkerThread-1 OIMCP.PSFTER - 1
    ERROR QuartzWorkerThread-1 OIMCP.PSFTER - Description : 1
    ERROR QuartzWorkerThread-1 OIMCP.PSFTER - java.lang.ArrayIndexOutOfBoundsException: 1
    Edited by: user12049102 on Mar 22, 2010 12:06 PM

    Hello,
    When the PSFT team sends a message over to OIM to disable a user with today's date, the user got disabled fine in OIM. A reconciliation event is created.
    When the PSFT team sends a message over to OIM to disable a user with a future date for EFFDT, let's say 3/31/2010, no reconciliation event was created.
    Does OIM store this information somewhere so that it will process it later on?
    It's a good thing that OIM does not disable the user who has an EFFDT in the future, but we don't want that record to be forgotten.
    Please help.
    Thanks

  • How to control the shatter effect in Aperture 3

    I am using Aperture 3 on an iMac, but have trouble trying to control the shatter effect in slideshow, I would like to be able to slow this down in order to see the effect in slow motion
    Can anybody help please?

    Nope, it's a default.  Some themes let you do it, not the Shatter theme.

  • Problem with the Blind effect.

    Hi, i have a problem with the Blind effect.
    I added multiple Image  bars vertically together. With a click on a bar, some text slides out.  With another click on the bar you can slide the text back in. So far so  good.
    Now, always when i click to open or close a window, the  site jumps to a certain point, but i can't exactly figure out where  it's jumping to. 
    Is there an order to fix the position of the bars, so that they don't move, even if I open or close the bars?
    The problem does not appear when im at the bottom of the website.
    thx for your help.

    I figured out the problem I was having with my zoom effect.
    It worked when I added a specific number for height and width.
    Before I had a percent. Try adding a height and width number, it
    worked for me.

  • How do I create a cross dissolve when working with an Image with the Multiply effect applied?

    FINAL CUT PRO X
    I've added the Multiply effect to an image as it is black and white and I need it to blend in with the background - when I try to add a cross dissolve onto the image to fade it into the background the image will not dissolve with the applied effect, instead, during the dissolve the image is black and white, once the dissolve is complete it then applies the Multiply effect...
    How do I make this so the multiply effect is applied during the dissolve?

    Try making the clip with the Multiply Effect into a Compound Clip and then adding the Dissolve.
    Andy

  • How to Make the Shatter Effect Travel Outside the Original Comp

    Hey guys,
    So I'm trying to shatter a jpg image that I imported into After Effects 5.5, all is going well with the look, but I'm having a problem.  The shatter has the pieces floating upward as intended, but the pieces are disappearing at the border of the image. It would appear the image itself bounds the effect so that pieces cannot float beyond into the remainder of the composition area.
    Is there a way to make it so the pieces can float out beyond where the image is? Thanks in advace.

    Is this the effect you're trying to achieve? 
    If so, it was created by scaling down a red solid and pre-comping it using the following settings.
    Then go back to your original composition and apply your shatter effect to the pre-comp.

  • Problem with the zoom effect

    I have five images in a row and I have added a zoom effect to
    the rollover and rollout effects. What I have noticed is that the
    image only zooms out when I bring the mouse out from the bottom of
    the image. If I try to bring the mouse from left to right across
    the images the first image zooms in but not out, and this happens
    for all five images. Can anyone identify what I am doing wrong?
    Here is my code:
    <mx:HBox width="100%" horizontalAlign="center">
    <mx:Image source="@Embed('images/bistro9-1.jpg')"
    scaleX=".05" scaleY=".05" rollOver="doZoom(event)"
    rollOut="doZoom(event)"
    click="showImage('images/bistro9-1.jpg')"/>
    <mx:Image source="@Embed('images/bistro9-2.jpg')"
    scaleX=".05" scaleY=".05" rollOver="doZoom(event)"
    rollOut="doZoom(event)"
    click="showImage('images/bistro9-2.jpg')"/>
    <mx:Image source="@Embed('images/bistro9-3.jpg')"
    scaleX=".05" scaleY=".05" rollOver="doZoom(event)"
    rollOut="doZoom(event)"
    click="showImage('images/bistro9-3.jpg')"/>
    <mx:Image source="@Embed('images/bistro9-4.jpg')"
    scaleX=".05" scaleY=".05" rollOver="doZoom(event)"
    rollOut="doZoom(event)"
    click="showImage('images/bistro9-4.jpg')"/>
    <mx:Image source="@Embed('images/bistro9-5.jpg')"
    scaleX=".05" scaleY=".05" rollOver="doZoom(event)"
    rollOut="doZoom(event)"
    click="showImage('images/bistro9-5.jpg')"/>
    </mx:HBox>
    <mx:Zoom id="zoomAll" zoomWidthTo="0.06"
    zoomHeightTo="0.06" zoomWidthFrom=".05" zoomHeightFrom=".05" />
    public function doZoom(event:MouseEvent):void {
    if (zoomAll.isPlaying) {
    zoomAll.reverse();
    else {
    // If this is a ROLL_OUT event, play the effect backwards.
    // If this is a ROLL_OVER event, play the effect forwards.
    zoomAll.play([event.target], event.type ==
    MouseEvent.ROLL_OUT ? true : false);

    I figured out the problem I was having with my zoom effect.
    It worked when I added a specific number for height and width.
    Before I had a percent. Try adding a height and width number, it
    worked for me.

  • Problem with the light effect in Nokia 3110c

    I bought my phone a 3 weeks back....i was checking the profiles and i found this option called light effects....i thought it was something like the Rhythmic Backlight in some of the other Nokia phones....But when i switched it on and checked it is not working!....can anyone help me with this?? what exactly is light effects??
    And also....my Phone's software version says v06.02 but when i tried to check for the update on this site it says the latest one is v05.05 is it a greater version than mine??
    Message Edited by kingkalyan on 03-Oct-2008 07:55 AM

    Hi there,
    the light effects option you are referring to performs the functions of notification lights on your device. by turning this light effects option on, lights contained on your device will either flash or fade in and out (sorry but i do not know where the lights are contained on the 3110 classic, but i guess they are there somewhere, maybe on the side?).
    version 5 is less than version 6, so of course this is not and cannot be an update.
    p.s. i just checked a 360 view of your phone and there seems to be no lights on the side panels of your phone. light effects i guess are referring to the keypad or button backlighting, see if they work when you receive a new message or missed call/sms. also see if there is a Power Saver function in the Display Settings, by turning the Power Saver off you may be able to enable/enable more light effects
    Message Edited by adrianhughes on 03-Oct-2008 09:10 AM

  • How do I export a frame with the Lumetri effect applied?

    I've done some color correcting in SpeedGrade (dynamic link in Premiere as the Lumetri effect) and I want to use the Export Frame button in the program monitor in Premiere. It seems like this would be a trivial task, however, I can't seem to export a jpg, png, etc. that keeps the Lumetri effect applied. The exported frame is always raw, back to the frame's original state, missing the adjustments applied by the Lumetri effect. What gives? Is there something I'm missing? Shouldn't it be as simple as clicking this Export Frame button and you get what you see in the monitor, or is this a bug? Also, I've tried through Export Media and Media Encoder to no avail; the effect is still bypassed when exporting single frames/image files. Video works fine.
    Anyone else experience this and have a solution/workaround? For the time being, I've resorted to Command+Shift+4 and taken a png screen grab that way, but it would be nice to be able to export the frames directly from within Premiere.

    OS X 10.9.5 Adobe Premiere CC 2014.2 Release 8.2.0 (65) Build ...I just did a quick test with a different set of footage in another version of the same project, and it is working. Went back to the original version I was having trouble with, and of course, now it also works. I cannot replicate this problem again. Possibly something funky happening with Direct linking at the time I was having the issue? I restarted my computer and everything, though, and it was still there. Maybe if this happens to someone else they will find this thread and leave a comment with a little more insight as to what's going on.

  • Showing a video with the new effects applied

    Hey there
    I´ve made a colored project using DaVinci Resolve and now i´m trying to insert the before and after videos onto my showreel using a curtain like effect that starts with the before video and then opens the after video with the effetcs applied.
    Is it possible to do it in After Effects? Any way to do that curtain like effect?

    Although, now that I think about it, why not just do this in an NLE? This is pre-built in Premiere Pro and most other editing software. I wouldn't even bother with After Effects at all for a simple video editing task like this.

  • Problem with the sketch effect in Final Cut

    When I use the sketch effect from the effect brower on a wide angled video frame, the sketch effect doesn't apply to the whole frame, just a square.  This happens on a few other effects.  Does anyone know the setting to change to fix this? Any help appreciated. thanks!

    Yes. The effect cover all my square shaped clips. For my wide angled clips (clips with a border above and below), the effected area is just a square in the middle, leaving  a vertical strip on the left and right that is not effected. .....Sorry if my terms are not correct. 

  • Export presentation from my imac to my ipad with the object effect transitions

    Well i've made a presentation, took me a few days to make and somehow i forgot that the only way i can present it is through my ipad, and is there a way i can export my presentation whilst not losing the object effect transitions???
    i've tried making it into a video and sending it to my ipad but that doesn't work

    You might get a quicker/better response in the iWork for iPad forum. Not all of us here have used the iPad and know what is compatible and what is not.

  • Initial computer froze with the ball cursor, now it wont turn on

    It started last night while skyping, the computer suddenly froze, and the screen would go black before it came back on. After that whenever I used it it would continually go into a non responsive mode, where the application I had open would not respond. I could start new applications if desired, but only to see them freeze up as well.
    I decided to do nothing about until today - having done a forced turn off last night. It started and worked relatively well for 2-3 minutes, then it froze up again. I tried restarting it, but now it never goes past the screen with the apple logo and the rotating circle.
    Any help would be greatly appreciated.

    Welcome to Apple Discussions!
    Have you heard of Data rescue II? If your drive will spin up at all, you may be able to salvage at least some of your data. I have never used it myself, but I understand that you can download a demo for free and see if you can see your files. If you can, then you can buy the full version and access them. If your Mac won't boot up, you could try placing the hard drive in an external enclosure. If you have access to another Mac, you could try FireWire Target Disk Mode and see if you can see the drive or the files:
    http://support.apple.com/kb/HT1661
    If you get the drive replaced under warranty, you won't get the drive back. So you should try to rescue the data before sending it in. If you have access to an Apple Store, the genius bar could probably help with this.
    In the future, you might want to supplement your Time Machine with a bootable clone. There are two utilities you can use for this:
    http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html
    http://www.bombich.com/software/ccc.html
    You can download either one and try it out for free. If you want to unlock some of Super Duper's more useful features, you can register a copy for $28. CCC is donation ware.
    It never hurts to have redundant backup.
    Good luck!

  • My Mac Mini won't get past the initial startup screen with the Apple logo. What can I do?

    After a long distance move, my Mac Mini won't startup past the logo screen. What can I do?

    Take each of these steps that you haven't already tried. Stop when the problem is resolved.
    Step 1
    The first step in dealing with a startup failure is to secure the data. If you want to preserve the contents of the startup drive, and you don't already have at least one current backup, you must try to back up now, before you do anything else. It may or may not be possible. If you don't care about the data that has changed since the last backup, you can skip this step.   
    There are several ways to back up a Mac that is unable to start. You need an external hard drive to hold the backup data.
         a. Start up from the Recovery partition, or from a local Time Machine backup volume (option key at startup.) When the OS X Utilities screen appears, launch Disk Utility and follow the instructions in this support article, under “Instructions for backing up to an external hard disk via Disk Utility.” The article refers to starting up from a DVD, but the procedure in Recovery mode is the same. You don't need a DVD if you're running OS X 10.7 or later.
    b. If Step 1a fails because of disk errors, and no other Mac is available, then you may be able to salvage some of your files by copying them in the Finder. If you already have an external drive with OS X installed, boot from it. Otherwise, if you have Internet access, follow the instructions on this page to prepare the external drive and install OS X on it. You'll use the Recovery installer, rather than downloading it from the App Store.
    c. If you have access to a working Mac, and both it and the non-working Mac have FireWire or Thunderbolt ports, start the non-working Mac in target disk mode. Use the working Mac to copy the data to another drive. This technique won't work with USB, Ethernet, Wi-Fi, or Bluetooth.
    d. If the internal drive of the non-working Mac is user-replaceable, remove it and mount it in an external enclosure or drive dock. Use another Mac to copy the data.
    Step 2
    If the startup process stops at a blank gray screen with no Apple logo or spinning "daisy wheel," then the startup volume may be full. If you had previously seen warnings of low disk space, this is almost certainly the case. You might be able to start up in safe mode even though you can't start up normally. Otherwise, start up from an external drive, or else use the technique in Step 1b, 1c, or 1d to mount the internal drive and delete some files. According to Apple documentation, you need at least 9 GB of available space on the startup volume (as shown in the Finder Info window) for normal operation.
    Step 3
    Sometimes a startup failure can be resolved by resetting the NVRAM.
    Step 4
    If you use a wireless keyboard, trackpad, or mouse, replace or recharge the batteries. The battery level shown in the Bluetooth menu item may not be accurate.
    Step 5
    If there's a built-in optical drive, a disc may be stuck in it. Follow these instructions to eject it.
    Step 6
    Press and hold the power button until the power shuts off. Disconnect all wired peripherals except those needed to start up, and remove all aftermarket expansion cards. Use a different keyboard and/or mouse, if those devices are wired. If you can start up now, one of the devices you disconnected, or a combination of them, is causing the problem. Finding out which one is a process of elimination.
    Step 7
    If you've started from an external storage device, make sure that the internal startup volume is selected in the Startup Disk pane of System Preferences.
    Start up in safe mode. Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Post for further instructions.
    Safe mode is much slower to start and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know the login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    When you start up in safe mode, it's normal to see a dark gray progress bar on a light gray background. If the progress bar gets stuck for more than a few minutes, or if the system shuts down automatically while the progress bar is displayed, the startup volume is corrupt and the drive is probably malfunctioning. In that case, go to Step 10. If you ever have another problem with the drive, replace it immediately.
    If you can start and log in in safe mode, empty the Trash, and then open the Finder Info window on the startup volume ("Macintosh HD," unless you gave it a different name.) Check that you have at least 9 GB of available space, as shown in the window. If you don't, copy as many files as necessary to another volume (not another folder on the same volume) and delete the originals. Deletion isn't complete until you empty the Trash again. Do this until the available space is more than 9 GB. Then restart as usual (i.e., not in safe mode.)
    If the startup process hangs again, the problem is likely caused by a third-party system modification that you installed. Post for further instructions.
    Step 8
    Launch Disk Utility in Recovery mode (see Step 1.) Select the startup volume, then run Repair Disk. If any problems are found, repeat until clear. If Disk Utility reports that the volume can't be repaired, the drive has malfunctioned and should be replaced. You might choose to tolerate one such malfunction in the life of the drive. In that case, erase the volume and restore from a backup. If the same thing ever happens again, replace the drive immediately.
    This is one of the rare situations in which you should also run Repair Permissions, ignoring the false warnings it may produce. Look for the line "Permissions repair complete" at the end of the output. Then restart as usual.
    Step 9
    If the startup device is an aftermarket SSD, it may need a firmware update and/or a forced "garbage collection." Instructions for doing this with a Crucial-branded SSD were posted here. Some of those instructions may apply to other brands of SSD, but you should check with the vendor's tech support.   
    Step 10
    Reinstall the OS. If the Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade.
    Step 11
    Do as in Step 9, but this time erase the startup volume in Disk Utility before installing. The system should automatically restart into the Setup Assistant. Follow the prompts to transfer the data from a Time Machine or other backup.
    Step 12
    This step applies only to models that have a logic-board ("PRAM") battery: all Mac Pro's and some others (not current models.) Both desktop and portable Macs used to have such a battery. The logic-board battery, if there is one, is separate from the main battery of a portable. A dead logic-board battery can cause a startup failure. Typically the failure will be preceded by loss of the settings for the startup disk and system clock. See the user manual for replacement instructions. You may have to take the machine to a service provider to have the battery replaced.
    Step 13
    If you get this far, you're probably dealing with a hardware fault. Make a "Genius" appointment at an Apple Store, or go to another authorized service provider.

Maybe you are looking for

  • Posting Vendor Classification Data using XK02 transaction

    Hi All, I am getting the vendor master legacy data by using an IDoc where in i am uploading the vendor information through transaction XK02. Now i have to enhance that to post the vendor classification information also. There is a function module IDO

  • Interest Caluculation for Special G/L transactions for vendor

    Dear All, Could you please tell me the scenario of interest calculation for Special g/l calculatios for vendors. Thanks, sudhan

  • Attachment in activity step

    Hi all can any one tell me how to send the descriptions for a activity step like we can send in a mail step.also how to send the attachement in a activity step. Thanks & Regards Syam

  • Post a parked invoice in the background (MIR4)

    Hi, I need to post a parked invoice that was parked with function BAPI_INCOMINGINVOICE_PARK. I wrote a program which uses BDC to post this invoice with ( transaction MIR4  post button ). It runs fine in the foreground but cannot run in the background

  • Max Simultanious Connections

    is there I way I can pass a value back to a server side script in PHP for example. So when I reach the maximum simultanious connections is reached. I can display a message to the user instead of them just seeing a blank screen. Any help on this would