Create a “Light-tastic” Logo Reveal Animation – Day 1

In this 2 part tutorial we get our hands dirty with a little expression math to create some beautifully organic light streaks that are used to reveal the AETUTS logo. In part 1 Lloyd breaks down the science behind creating a simple expression that drives the light streak emitter and shows you how easy it is to create infinite variations with ease.

Preview

RSS readers: click post title to view preview video at AETUTS.

Get the Flash Player to see this player.

Download

Preview

View Tutorial

RSS readers: click post title to view preview video at AETUTS.

Requirements: Trapcode Particular (download the trial version here)

Instructions: Click ‘View Full-screen’ button (bottom right corner) to see this HD tutorial at maximum size. Click screen to pause, click again to play.

Get the Flash Player to see this player.

Download

Tutorial

Related Posts

Add Comment

Discussion 67 Comments

Comment Page 2 of 2 1 2
  1. Joe says:

    Why do i keep getting ” After Effects Warning: is not an object
    expression disabled

    Error ocurred at line 4
    Comp: “Comp 3″
    Layer: 1 (”Emitter”)
    Property: “Position
    My Expression thingy is set to
    x = Math.sin (Time * 10) * 10
    y = Math.cos (Time * 10) * 10
    z = Time * 10
    [x,y,z] + value

    • Lloyd says:

      javascript is case-sensitive so you need to make sure everything is capitalized correctly and in this case time should not be capitlized. You also need to add semi-colons ; at the end of each line:

      x = Math.sin (time * 10) * 10;
      y = Math.cos (time * 10) * 10;
      z = time * 10;
      [x,y,z] + value

  2. scat says:

    hmm my trapcode particular isn’t emitting anything when i apply it. Basically i apply the effect change the type to light and nothing, still just the light operating on the script.

    any ideas??

  3. Arthur Abramov says:

    Hey Lloyed ! i had a a problem before with AE using expressions , i fixed it somehow.

    Just wanted to thank you properly!

    Thank you very much for this !

    Arthur.

  4. Michael says:

    Did buy and download, Trapcode Particular or does it come After Effects CS4?

  5. Diamondstar says:

    Awesome TUT AE, brings back trig flashbacks :)

  6. marina says:

    is ther any other way to do it without using a tripcode preset- i dont have it.

  7. looney says:

    hey great tut,
    although it seems that when i go for 32b color, when i set my logo to obscuration layer, particular doesn t really go around this. Its like the same thing to put an obscuration layer or not. Please help, I cant find anyway to solve the issue.

    thanks

  8. looney says:

    ok i got it. It was because of the light, makes the logo too bright…

  9. Michael says:

    AArrgh! Awesome tutorial (even with the siren special effects in the background :-) But my project is due today – I’m one hour down and now no sexiness?! where’s part 2?

    *heavy sigh*

  10. Michael says:

    Lloyd, That was great. Thank you!

  11. tiff says:

    hey lloyd your tutorial seems to keep freezing in the middle of the Day one. Is there any problems on your end

Comment Page 2 of 2 1 2

Add a Comment