How to make a trailing light animation like new Nikita TV show logo background

Hi folks. I'm looking all over for some help on this and thought maybe some of you could point me in the right direction or even tell me how to do it!
http://www.youtube.com/watch?v=YrLkkxvkj24
In this video at 45 seconds you will see lights in the backgroud.
This is what I'm looking to do.
If anyone can provide ideas on how to do it in Flash, I'd really appreciate the help.
Thanks!!

That's called a lens flare effect. It's really just animating a static picture of the light source and some smaller dots in reverse formation.
You can see the main elements here, the background light on the left and the dots of light starting on the right.
As the light goes from left to right, notice the light dots cross the opposite way from right to left by the end:
Now the light source is on the right and the dots on the left. The dots vary in size, color and speed but ultimately that's all you need to do to pull it off. The faster you do it the less the user will analyze it.
Photoshop has built in lens flares but ultimately the light is just a gradient, white to blue to black in this case.

Similar Messages

  • Please help : How to make the anomalistic table just like below?

    Hi all,
    How to make the anomalistic table just like below? Anyone can give the way detail or thoughtway ?
    http://61.132.17.188/webber/table.gif

    This is just a suggestion.
    If you put your "JTable" in a "JScrollPane", then you can add any "java.awt.Component" to the corner of the "JScrollPane" -- using the "setCorner()" method (of "JScrollPane").
    I would suggest making a custon "JPanel" and overriding its "paintComponent()" method to draw a diagonal line (and the required text) on it.
    You can find out more about how to do this from the links I provided in my first reply.
    Hope this helps.
    Good Luck,
    Avi.

  • Can someone tell me how to make the letters that look like fabric?

    Can someone tell me how to make the letters that look like fabric?

    pharrout wrote:
    Can someone tell me how to make the letters that look like fabric?
    It could be as simple as clipping an image of the fabric of your choice, to a text layer.
    In this example the Hessian texture was downloaded from Google images, and placed over a Type layer.  You then Alt (Opt) click the intersection of the Type and Hessian layer to clip them together.  This just means that only the shape of the underlying layer will show in the clipped layer.

  • How to make a trailer movie with own photo's

    I am trying to make a trailer in IMovie.  I have made a 'normal movie' and would like to add a trailer.
    Probably a silly question, but where you get the grayed out frames with action, dog, 1 person 2 people, Landscape  etc....
    How do you add your photo to that frame.
    I have converted the trailer - which is fine, and I can add photo'sto the trailer normally no problem, but what is the point of having the grayed out frames with action, pet , landscape etc.  if you can't actually put a photo in the frame??
    I've seen the trailer on Apple, and it looks good, but I can't seem to able to mimic it.
    Thanks

    You can only add video clips to the Trailer templates (called "animatics"). As you may have discovered, you can only insert still images when you convert the Trailer to a normal project.(File>Convert to Project).
    John

  • How to make modifier keys lockable? (like Caps Lock for Ctrl or Alt)

    Playing around with the non-modal text editor ne, I found myself wondering if one could simulate a modal interface (like vim has) by having something like "Ctrl Lock" or "Alt Lock" (analogous to Caps Lock) and thus a "ctrl mode"/"alt mode". I would like to try this, but I am not sure how to make it happen.
    My best guess is that this could be accomplished via XKB, but its documentation looks pretty intimidating. Is anyone here proficient in XKB and could point me in the right direction?
    Other ideas:
    – Is this something that a terminal emulator could do? Is there already one that can do it?
    – Or a shell?
    – For console applications, would it be possible to have a small wrapper that did nothing but intercept keyboard input and just pass everything through to the wrapped process, except that it would take into account the desired lockable modifier key? (I am thinking of tput here, but from my first search it appears that it doesn't do this sort of thing.)

    @Trilby: Thank you for the elaborate input!
    @drcouzelis: "sticky keys" normally means that modifiers remain active only until the next keypress, while I want a way to lock them in active state for an arbitrary number of keypresses. But still, "sticky keys" was a worthwile input for the search engine.
    The program xkbset, which can be used to set XKB options on the fly, has a function that comes very close to what I desire:
    $ xkbset h
    Usage: To set or unset various options:
    xkbset <options>
    where <options> may be all or any of (the '-' switches the feature off,
    otherwise it is switched on):
    To switch sticky keys on or off, and optionally set or reset:
    () two keys pressed at the same time stops sticky keys;
    () a modifier pressed twice will be locked:
    [-]{sticky|st} [[-]twokey|[-]latchlock]...
    I cannot select specific modiers to be affected with xkbset, but that would be fine with me. Sadly, it didn't completely work for me:
    – It doesn't affect Alt at all for me.
    – The effect seems to go away as soon as I change the window. (Maybe I need to invoke xkbset from .xinitrc for its effects to persist throughout the session? I will try that.)
    So I went on and tried to configure XKB manually. I got up to a certain point without studying the documentation in-depth, but now I have landed on an error message that seems to suggest to me that I would have to get to a better understanding about the layout files before I could understand it. Here is what I did:
    1. Got my current XKB configuration:
    xkbcomp :0 output.xkb
    2. Editet output.xkb to include the following at the end of the xkb_compatibility section:
    //Hoping this makes the ^-key into a Ctrl-Lock key:
    interpret TLDE {
    action= LockMods(modifiers=Control);
    3. Then I recompiled the configuration back into the running X server:
    $ xkbcomp out.xkb :0
    Warning: Compat map for group 2 redefined
    Using new definition
    Warning: Compat map for group 3 redefined
    Using new definition
    Warning: Compat map for group 4 redefined
    Using new definition
    Error: Couldn't lookup keysym
    Symbol interpretation ignored
    Warning: No symbols defined for <AB11> (keycode 97)
    Warning: No symbols defined for <JPCM> (keycode 103)
    Warning: No symbols defined for <I120> (keycode 120)
    Warning: No symbols defined for <AE13> (keycode 132)
    Warning: No symbols defined for <I149> (keycode 149)
    Warning: No symbols defined for <I154> (keycode 154)
    Warning: No symbols defined for <I168> (keycode 168)
    Warning: No symbols defined for <I178> (keycode 178)
    Warning: No symbols defined for <I183> (keycode 183)
    Warning: No symbols defined for <I184> (keycode 184)
    Warning: No symbols defined for <FK19> (keycode 197)
    Warning: No symbols defined for <FK24> (keycode 202)
    Warning: No symbols defined for <I217> (keycode 217)
    Warning: No symbols defined for <I219> (keycode 219)
    Warning: No symbols defined for <I221> (keycode 221)
    Warning: No symbols defined for <I222> (keycode 222)
    Warning: No symbols defined for <I230> (keycode 230)
    Warning: No symbols defined for <I247> (keycode 247)
    Warning: No symbols defined for <I248> (keycode 248)
    Warning: No symbols defined for <I249> (keycode 249)
    Warning: No symbols defined for <I250> (keycode 250)
    Warning: No symbols defined for <I251> (keycode 251)
    Warning: No symbols defined for <I252> (keycode 252)
    Warning: No symbols defined for <I253> (keycode 253)
    The "Error" part is where I am currently stuck. It tells me that my changes were ignored (I no that it's about them because it goes away when I comment them out), but I don't yet understand why.

  • How to make a impressive text animation?

    Hi everyone,
    I have completed my video, but now I want to add some text to it, I tried using title, and I love one of those style in there, but I want to make a impressive text animation (transition). There's no way I can do it with the effect control tab, I want text appear and disappear with fire around or appear like typing style something like that. Is that anyway to do it, or any other softwares that can easily do what I expected? Please help, this is urgent.
    Thank you.

    Besides the great suggestions so far, you might want to look into a couple of 3rd party programs:
    BluffTitler (I think that it has a "fire" Effect as a Preset, and does have "Typewriter")
    ProDAD's Vitascene, along with their Heroglyph
    Pixelan's Spice Master (more for Transitons, but you can create custom Effects too)
    Good luck,
    Hunt

  • How to make an extruded column twist like a barber pole????

    I'm new to Illustrator (and using Windows CS3), and I've been getting properly acquainted with the filters and effects mostly through trial and error. Nonetheless, I need to make a rectangular bar with a pronounced twist - like a barber pole. I started with a rectangle and extruded it into a rectangular bar, then tried to apply warp effects, envelope distortions etc. to try to achieve the result I want. "Twist" seems to make the bar look more like a snake slithering than the twist I need. I feel I must be overlooking something, but I can't seem to find the information I need in the Help functions. Would some experienced user please guide my fingers? Thanks!

    does it need to look 3 dimentional or just to have that "barber stripe" look to a flat rectangle?

  • How to make a trailer like this?

    Does anybody know how to accomplish any of the effects in this trailer, if you each help with one, that would make my day.
    http://www.youtube.com/watch?v=ZzamBZy0Sn4&feature=mfu_in_order&list=UL
    Thanks

    I didn't see any "effects" but I did see basic keyframe animation. The spin effects are simply a 3D layer with rotation keyframes on the Y axis. The little splashes when the duck hits the water surface are nothing more than traditional animation. If you go to the front page of this forum and look at the top you'll find a link to both the help and the FAQs pages. I'd start with Getting Started.

  • How to make a rasterized word look like it was written with dirt?

    Im trying to make an image where this word looks like it is written in dirt on the sidewalk.  Iv' already taken a pile of dirt and created a clip mask out of it but it doesnt look natural enough.  How do I do this so it looks realistic? And this is a graphic not font and I am using photoshop cs6. Thank you.

    I'll just add a little footnote to the above, while I'm thinking about it.  One problem with layer styles - especially complex ones like Bevel & Emboss, is that you have limited control of the different aspects of the effect.  I didn't use Bevel & Emboss in the above example because the highlights were too strong, and made it look wrong.
    A way round this is to right click the effect and choose 'Create layers'.  This breaks up the effect into one or more layers, so you can reduce, say, the highlight without effecting the shadow.
    I think if I was trying to do a stand out job, I'd use a finer font, so it looked like it had been drawn with a stick, and I'd use a combination of Bevel and Emboss layer style to get the depth, but I'd also use JJ's idea of a displacement map clipped to the text layer, to roughen the edges realistically, and add texture to the bottom of the indented text.
    An alternative is to find a suitable texture, and save it as a Pattern.  That would make it available to use as a 'Texture' in the Bevel Emboss sub options. The beauty of this is that the texture works very much like a Displacement map with depth and lighting effects.  In fact, I think that might be the easiest way to go about it.

  • How to make a handwriting font look like real handwriting in InDesign CS5

    This is a script I've written (AppleScript) that addresses the  problem most handwriting fonts have — they look like fonts, mostly  because they're settled so regularly along the baseline and their glyphs  are so uniform.
    It began as a way for me to address a  need for a project I was working on, something designed to look like a  scrapbook. I was using the "Journal" typeface designed by Fontourist  (http://www.dafont.com/journal.font), which gave me a good balance of  readability and organic feel, but of course it had the same issues as  all other fonts of its ilk.
    To address that I wrote a  script to trawl the taxt frames in a specified CS5 INDD document,  looking fist to see if they had that font as their active one, after  which the script shifts each glyph up or down the baseline by a random  amount, gives each glyph a random stroke weight change, and finally  tints each glyph a random amount off of its basic tint.
    Each  of these changes is very subtle, with the result being something that  looks considerably more organic and hand-made than the font did out of  the can. The script should be easily modified by anyone who wants to run  it using a different font instead of "Journal". Here it is. Enjoy!
    -- This script changes the  baseline offset, stroke width, and color tint
    -- of any type set in the "Journal" typeface to randomized values,  giving
    -- the text a much more organic look and feel.
    -- Written by Warren Ockrassa,  http://indigestible.nightwares.com/
    -- Free to use, modify and distribute, but I'd prefer attribution.
    -- Note that this script can take quite a while to execute with  larger
    -- or more complex files.
    set theItem to 0
    set theItem to choose file with prompt "Select a CS5 InDesign  document to modify..."
    if theItem is not equal to 0 then
         tell application "Adobe InDesign CS5"
             open theItem
             tell active document
                 -- Determine how many text frames we need to change
                 set myFrames to the number of text frames
                 if myFrames is not equal to 0 then
                     set theFrame to 1
                     repeat until theFrame > myFrames
                         set myText to text frame theFrame
                         set myFont to applied font of character 1 of myText  as string
                         -- Check to make sure we're only modifying text  frames
                         -- that have been set in the "Journal" typeface
                         if word 1 of myFont is "Journal" then
                             repeat with thisCharacter in (characters of  myText)
                                 -- Randomize the values of baseline shift,  stroke, and tint
                                 set baselineShift to ((random number from -5  to 5) / 10)
                                 set strokeWeight to (((random number 10)) /  100)
                                 set myTint to (100 - (random number 10))
                                 set fillColor to fill color of thisCharacter
                                 set baseline shift of thisCharacter to  baselineShift
                                 set stroke color of thisCharacter to  fillColor
                                 set stroke weight of thisCharacter to  strokeWeight
                                 set fill tint of thisCharacter to myTint
                                 set stroke tint of thisCharacter to myTint
                             end repeat
                         end if
                         set theFrame to (theFrame + 1)
                     end repeat
                 end if
             end tell
         end tell
         beep
         display dialog "Modifications finished!" buttons {"Groovy!"} default  button 1
    else
         display dialog "Operation cancelled" buttons {"OK"} default button 1
    end if

    For the fonts, the really cheap and dirty method would probably be to load the names of the fonts you want to use into an array variable in the AppleScript, then get a random index count to grab one of the font names out of that array.
    The script as it exists now goes character by character - you'd want to revise it so it went word by word instead, or else you'd end up setting each word's character to one of your random font choices. Instead of
    repeat with thisCharacter in (characters of  myText)
    you'd do something like
    repeat with thisWord in (words of  myText)
    As for loading an array variable in AppleScript - I've not done that before, but it's probably something like:
    set myFontArray to {"Papyrus", "Arial", "Comic Sans"}
    The curly braces are necessary, as it appears that AppleScript supports lists rather than arrays (a minor but not entirely unimportant detail). Anyway, from there, you'd grab one font at a time, randomly, probably like this:
    set myWordFontNumber to random ( length of myFontArray ) - 1
      set myWordFont to item myWordFontNumber of myFontArray
    You do the first line to get a random number based on the number of items in your list of fonts. You subtract 1 from it because the count on the actual list begins at 0 rather than 1, which means that sometimes you'll get a random number that's actually 1 larger than the number of items in the list, and you'll never see the first item (which is at position 0). This is a very old-school gotcha when working with arrays and lists - a ten-item list will count from 0 to 9, not 1 to 10.
    From there, you'd set the given word in your text frame's font to the name of the font you pulled out of the myFontArray variable. You'll want to make sure that the font names you load into your list are the actual names of the fonts you're working with - the examples I used here probably won't work.
    Please note that this is just a high-level gloss of what you'd need to do in order to modify the script. You'll have to hit the AppleScript documentation (and InDesign's scripting documentation) to get the precise syntax.

  • New user. how to make the screen lighter so I can see it easily

    I am new to firefox. An update was done to the computer and
    now the screen on my laptop is not lighted well enough to see. How can I fix this.
    I am sure it is simple if you will tell me what to do.

    Only in a few places, like the Desktop, & in Apps like Mail, Tesxt Edit, Safari, etc.

  • How to make an audio clip sound like it is on a radio?

    I have an audio clip and I need to mess with it to make it sound like it is on the radio, how do I do that?

    Hey Pat
    "The new system for discussions asks that after you mark your question as solved, you take the time to mark any posts that have aided you with the helpful tag and the post that provided your answer with the solved tag. This not only gives points to the posters, but points anyone searching for answers to similar problems to the proper posts.
    If we use the forums properly they will work well..."

  • How to make an interactive keynote preso like the photosynthesis keynote in Life on Earth book

    Ive asked this in the iBooks forum and got referred here.  Any thoughts?

    barrytallis1996 wrote:
    I'm not able to figure out how to build out the keynote so the slider works like it does in the sample textbook.
    See the link below for a widget that does this.
    http://www.classwidgets.com/widget/timeline
    Michi.

  • How to make a picture button effect (like glow, or grow)

    I want to make a button look diferent when a user does a mouse over.
    How do you do trick w/ picture buttons?
    tia,
    .V

    setRollover...

  • How to make hovering over menu buttons like history, bookmarks and options, open thier expanded menu without hovering over the arrow next to them?

    I'm at the tail-end of the "fix the newest update" and the last thing i wanna do before i head out the door is make it so that when i open the menu and hover over the things like history bookmarks and options, that their sub menus open when my mouse is hovering over the words or the arrows. right now the sub menus only open when i hover over the arrows.
    I wanna make the words and their arrows a single button with the functional purpose of both.
    Thank you in advanced for your time.

    Are you using the Classic Theme Restorer extension?
    *https://addons.mozilla.org/firefox/addon/classicthemerestorer/
    That is one of the things that I noticed as well when using this extension.<br />
    Maybe contact its developer to see if this behavior can be changed.

Maybe you are looking for

  • Microsoft Office Home and Student 2010

    I bought the family pack of Microsoft Office Home and Student 2010 and every time I try to install it on my computer it cancels and goes to this message saying "Setup has stopped working" "A problem caused the program to stop working correctly. Windo

  • Very weird problem

    First off i would like to say thank you to all the Hp support people for putting up with me continueing to come back here asking the same kind of questions, Secondly i would like to appoligize that i have not explained this better and also, how long

  • HP print driver issue

    I am having a problem with an hp printer driver for a hp 8700 using Mountain Lion. The colors are way off when I print using the 'best' or 'photo paper' option but when I print using 'plain paper/normal quality', the colors are fine. Is there a worka

  • How Billing Document line items are generated during Schema Execution

    Hi, I have noticed that some of the schema steps (that were executed) do not appear as line items in Billing Document but some do. I want to know how it is determined? Is there any specific check or entry in the billing schema lines/steps that determ

  • Video Podcasts suddenly won't play

    Hello... I've been able to download and play video podcasts, movie trailers, etc... from the music store in my iMac's iTunes with no problem. The last few times (this may have been since I downloaded the last iTunes update, it's just been a couple of