Blur Filter and Motion Tweens

Hello, I am creating an animation in which about 5 movie
clips that have blur filters move across the screen. One movie clip
starts with a gradient blur filter, and moves up the screen while
the blur disappears. This movie clip seems to slow down everything
completely.
Is there any way to speed this up a bit?
here is a link to my very rough work in progress (note: the
swf is very slow):
swf
Fla
Cheers for any insight!
P

I don't know that I have any good news for you on this one. I
had a similar situation where I wanted to create four 'blurry'
spotlights that roamed the screen along tween paths. What I found
was that having four different shaped 'lights' in stationary
positions, but all contained within a single movie clip with one
blurred filter was my best solution.
What may work for you is putting the five movie clips inside
one movie clip and blurring the 'containing' clip.

Similar Messages

  • Create shape and motion tween of a line

    I am trying to create a line graph in which the line is
    following a certain path over time like in a simulation. The line
    starts with a point in frame 1 and ends with a smooth not straight
    line in e.g. frame 50. The line has to "run" like in an
    electrocardiogram.
    Is it possible to create this in flash?
    If so, how? I tried to combine shape and motion tweening, but
    that didn't work.
    Thanks for your help

    This is doable
    If it is a fixed set of lines you would create the lines in a
    MovieClip symbol and then slide the MovieClip symbol under a mask
    by changing the _x property with either onEnterFrame or
    setInterval.
    If you have to draw the lines from dynamic data at run time,
    you use the
    MovieClip.lineStyle
    and the
    MovieClip.lineTo
    properties on a MovieClip that you then would scroll under a mask
    if you are looking for the electrocardiogram rolling paper effect.

  • Classic and motion tween

    Just wondering, if i create a tutorial on motion tweening, is it wrong to use a classic tween.  Or are these two things essentially the same thing?  Or should I call my tutorial classic tweening instead of motion tweening?
    cheers

    it depends on which method you use as both are different.
    unfortunately the geniuses at adobe decided to take something that was called a "motion tween" for over 10 years and then rename it "classic tween" and create something totally new and name it "motion tween". I can't fathom the thought process over there sometimes.
    now every book and tutorial out there that mentions "motion tweens" totally screws up anybody starting to learn with a different version.
    they should have just called it an object tween and saved the world the trouble.

  • Filter and Motion tabs...

    I want to save a Window layout with my Effects, Filters, and Motion tabs in their own space. Upon launch, they are always back where they originate, or not there at all. And when I double click a clip in the timeline the filters tab re-appears in the viewer window. Any way I can override this feature?

    I don't think you can change this. I have tried many times to seperate the tabs from their original windows but they always return open reopening that window or returning to FCP. It seems as if the window locations can only be saved but no locations when tearing off tabs.

  • Need help with button and motion tween...

    I'm trying to create a simple game. Right now I have one button that when clicked moves the character across the screen. My issue is trying to make the player stop looping after I click the button. If I just insert stop for the last frame it will only loop once and stop, but it will not play again after the button is clicked. I've tried using players_turn boolean but couldn't get that to work. Any help will be appreciated. Thanks!
    [AS]
    package
        import flash.display.MovieClip;
        import flash.events.MouseEvent;
        import flash.events.KeyboardEvent;
        import flash.ui.Keyboard;
        import flash.events.Event;
        import flash.ui.Mouse;
        public class Main extends MovieClip
            //Player variables
            var players_turn:Boolean = true;
            //Enemy variables
            public function Main()
                //Add event listeners
                buttonAttack.addEventListener(MouseEvent.CLICK, onButtonAttackClick);
            //Event handlers
            function onButtonAttackClick(event:MouseEvent):void
                if (players_turn == true)
                    //Player attacks enemy
                    player.gotoAndStop(2);
                    trace("attack");
                    trace(players_turn);
            //trace(players_turn);
            /*if (players_turn == false)
                player.stop();
                players_turn = true;
    [/AS]

    player is a symbol that is classic tweened. It has to frames. The first is a still frame with a stop action. The second has been converted as a symbol to show the player move across the screen and back.   When the attack button is clicked the player moves across the screen and back but it keeps on looping. If I add a stop action to the last frame it will move and comeback and stop but it will not move anymore when the button is clicked again.

  • How can i use shape tweening and motion tweenin together on a movie clip?(where is looping whitch was in propertise panel in CS5?)

    how can show animation (shape and motion tween) witch i was created in Scens1-MovieClip in time line?
    there was an option (looping) in CS5 but how can i do it in CC and CS6?

    shape tweening can only be applied to raw drawn shapes, no movieclips.  IF you wanted to do a shape tween to a movieclip it would have to be done within the timeline in the movieclip.

  • Purpose of motion tweens + movie clip symbols

    Hello. I've been going over several tutorials and whatnot and I'm confused on the point of movie clip symbols and motion tweens. To me using the other tweens and symbols are "easier". Can someone explain to me why they're so beneficial to have been added to CS4/CS5? Except I understand that movie clip symbols can be adjusted using the 3D tools but is that the only difference?
    Thanks so much

    it's easier to fine-tune different movieclip property tweens using the motion editor than it is to control those tweens using the classic tween.  that said, for most tweens, the classic tween works well and it's easier to implement.

  • Motion Tweening - How to keep part of it in place?

    Is there any way of keeping say, the bottom of a line fixed, and motion tweening only the top? (Think grass or hair, for instance, bending in a wind)
    Unfortunately this item cannot be shape-tweened. But is there something, not unlike shape hints, for motion tweening?
    Thank you,
    -Paula

    you'll need to use shape tweening.

  • Using Motion Tween to create a moving timeline

    I'm just learning the software and haven't been able to figure this out.  I'm trying to create an historic timeline for our company and am using 20 jpg images, which I placed on separate layers and then converted each jpg to a symbol and motion tweened to go across the screen.  The problem is that there is a gap between the frames when they play as a movie and I don't know how to get rid of that so that they flow continuously across the screen from left to right seamlessly.  Can anyone provide me with some instruction on this?

    this may be time-consuming but should be easy.  start at the left-most keyframe that has an image.  i would think there's only one keyframe there that has an image so nothing needs to be done there.  go to the next keyframe.  there will be an image there and the previous image should still be on-stage (or you need to move that 2nd keyframe).  move that 2nd image so it abuts the first. go to the next keyframe etc.
    all your tweens should be the same number of frames, use the same easing and move the images the same number of pixels.

  • Motion tweening a frame-by-frame animation

    Hello,
    I am an experienced animator who is new to using Flash. I need to know how to add a motion tween to an animation that I already made frame-by-frame. The animation will be of a fish blinking as it swims across the stage. I already created the frame animation of the fish blinking, but now I want to motion tween the whole animation (not just one frame) across the stage. However, I cannot figure out how to do this. Is there a way to create a simple animation that uses frame-by-frame animation and motion tweens simultaneously?

    Unfortunately, Adobe let (character) animators down by not developing any of Flash's animation tools since v8 - quite the contrary, the latest incarnation, CC, removed a lot of (quite essential) animation functionality. No more bones (yikes!) or motion curves control.
    A shame, because once Flash was the industry standard app for tv show animation. Not so anymore, though: Adobe dropped the ball in that regard, and mostly focuses on web/mobile apps and games development currently.
    There are two options:
    1) use animator-oriented alternatives like Toonboom and/or Anime Studio Pro (both of which export to flash movies);
    2) download a bunch of plugins, and extend Flash so that its workflow becomes more animator friendly.
    If you are just starting out, I would probably advise you to have at least a cursory look at the alternatives. However, having said all that, Flash can still be an enjoyable environment to animate in, IF you extend it a bit. Unfortunately some workflow may not be CC friendly anymore at this point due to the missing (almost essential) functionality compared to CS6 - you may prefer to work in CS6, depending.
    These will help you extend Flash to become a bit more animator friendly:
    http://cloudkid.com/tools
    http://flash-powertools.com/
    For example, Keyframe Caddy would solve your problem animating an eye by keyframing it in a symbol.
    The guys at flash-powertools created a character animation workflow you may like, which addresses the deficiences of Flash for professional level character animation. They have some nice templates and example character files for you to examine.
    A word of warning: character animation in Flash can become somewhat technical and daunting - in that case a tool like Anime Studio with excellent and easy to use bone tools and proper real(!) animation curves can be truly helpful. These can then be imported into Flash, and edited. Also, both AS and TB have a "real" virtual 3d camera of the scene that makes it easy to create parallax scrolling backgrounds and zoom in/out panning effects.
    Anyway, this is how you would do it in Flash:
    1) install Keyframe Caddy
    2) draw your fish in a cutout-fashion (seperate eye).
    3) convert all the fish elements to a graphic symbol (F8)
    4) double-click the fish symbol
    5) select the eye, and convert to a graphic symbol again
    6) add different drawings for the eye blinking
    7) return to the main stage
    Now you can start animating the fish:
    1) first animate the entire character moving
    2) then after you finish the overall movement, move to the frame you wish to change the eye
    3) double-click the fish character, and select the eye
    4) in KeyFrame Caddy click "load thumbnails". This should load up all the different frames (drawings/states) for that graphic symbol and display them all in the KeyFrame Caddy window
    5) now simply click on the required eye state, and KeyFrame Caddy will automatically create a keyframe for that state.
    6) move the timeline scrubber to the next frame you wish to keyframe eye movement
    7) click on the required eye state in the KeyFrame Caddy window.
    ...and so on! You may have to switch between the main scene and the fish symbol
    Make certain the lengths of both timelines are identical, otherwise the eye animation will start to repeat if it is shorter than the main timeline. Inversely, if the main timeline is shorter than the eye animation, the eye animation will obviously not be able to run completely through.
    One more thing: keep an eye out on the graphic symbol's looping in the properties - you may want to set it to either play once or looping (or even single frame).
    For more info on graphic symbols, read this:
    http://dev.tutsplus.com/articles/flashs-underrated-graphic-symbol--active-9964
    Also check out those two sites' other tools. And check out the workflow on the electric Dreams website. Hope this helps a bit.

  • Blur filter + mask

    I think a couple people asked about this problem but none of them seemed to get an answer so I am re-posting.
    This is how blur filter and mask work in code
    var blur:BlurFilter = new BlurFilter();
    blur.blurX = 10;
    blur.blurY = 10;
    var mask:Bitmap = new Bitmap(...)
    var shape:Shape = new Shape();
    shape.graphics.beginFill(color, alpha);
    shape.graphics.moveTo(100, 100);
    shape.graphics.lineTo(...);
    shape.graphics.endFill();
    shape.filters = [blur]
    shape.mask = mask;
    bitmap.bitmapData.draw(shape);
    But result is not what I want. Please see the below image:
    Making another bitmap and copy pixels using the mask works but it makes whole applcation very slow.
    How can I mask blur filter using a single draw?

    The difference between the code I posted and what you have there is that you are applying the mask and the blur to the shape, whereas I applied the blur to the shape and the mask to a container the shape is inside. This is because for a given object the filters apply AFTER any masking, but you want the reverse. The only way to control the order that I know if is to create more layers.
    In other words, change the last code you posted like this:
    1. Create a container for the shape:
    var container:Sprite = new Sprite();
    2. Add the shape to the container:
    container.addChild(shape);
    3. Apply the blur to the shape, and the mask to the container:
    shape.filters = [blur];
    container.mask = block;
    3. Draw the container to the bitmap:
    bitmap.bitmapData.draw(container);
    That should produce the image you want.
    -Aaron

  • CS3 Motion Tween Problem

    Hello all
    I have been developing a game using flash CS3. It involves a
    variety of objects, movieclips, buttons and motion tweens and a
    whole bunch of actionscript. The development has been coming along
    very nicely and I havent been experiencing many problems, until
    now. I was close to finishing the game (with everything running
    smoothly) and suddenly, the motion tweens on certain objects have
    become broken. instead of smoothly tweening the object flickers
    from on position to the next.
    This all happened after absolutely no changes had been made
    to the game source (.fla) file. What is strange is that even my
    previous versions of the game (dating weeks prior to this point) ar
    now experiencing the same flickering on motion tweens as in the
    current version.
    So, I have come to the conclusion that this is the result of
    perhaps a corrupt flash settings file. When I log off my PC (with
    windows XP Pro)and log back in to the same machine as a different
    user, the problem was solved!! horray.... that only lasted for a
    day though. Soon the same problem began again under the different
    user.
    Can anyone help me out?
    Thanks for the help,
    Codie

    My suggestion is to make sure you are using the current
    version of Flash Player. If that doesn't work, try finding a legacy
    version fo the Flash Player (since it used to work). If the legacy
    version solves the issue, contact Adobe and submit a bug.
    Personally I've never had such an issue. It is possible to delete
    your preferences. If I remember right, they are located in both
    your registry and on your hard drive. I don't recall where to find
    the things you need to delete, and I remember I had a hard time
    finding that information. Sorry I can't be more help.

  • Advanced Radial and Motion Blur

    Adding a couple of additional settings for radial and motion blur would be very appreciated.
    Currently they are applied to the both sides of a sample.
    Can we also have:
    - limited motion blur which is applied to one of the sides of a sample
    - radial blur with two additional options: one with blur towards the centre and one - away from the centre.
    That would allow rear and front curtain flash synch immitation.
    A couple of other useful improvements for the radial blur:
    - optional preview inside the dialogue for positioning the centre of the blur (preview can be static if performance does not allow)
    - ability to position the centre of the blur outside of the frame
    Thank you,
    Alex

    Think about this a bit.
    Take a simple case:  a blue box on a white background, and a blur to the right.  On the right edge of the box, the blue pixels get blurred into the white background - just what you want.  But on the left edge of the box, the white pixels get blurred into the blue box -- not what you want.  And that will happen for any blur**, because it doesn't know about edges, or planes, or foreground/background -- it can only blur the pixels in the image.
    You can do directional blurs today with several tools in Photoshop.  But you cannot do shape isolated blurs on a single layer because the blur has no way of knowing what should contribute and what should not: what's in front, and what is in back.
    What you can do is isolate the foreground shapes by putting them on a separate layer, so the background colors can no longer contribute.
    But those "perfect" motion blurs you illustrated aren't going to happen with a single filter operation.
    ** Edge preserving blurs like SurfaceBlur and Median may look like they know about edges, but they don't.  They still operate on values and don't understand separation or direction.

  • How do i start a motion tween by clicking a button and stop it at the end of the tween.

    Hi guys,
    I am creating a website for a project and i am trying to activate a box bropping down from another box when i click on the enter here button i have created. I have set the motion tween and its working when i preview i just unsure of the correct actionscript to start this tween when i have clicked the entere here button or how to stop it at the end of the tween.
    I am scared i may have made the layers in the wrong place, they are all currently in scene 1. does my second box that is dropping down need to be set inside the layers of the first box?
    Bit of a newbie at this.
    Thanks in advance!

    Create the dropping box movieclip as an animation by itself with a stop() coomand in the first frame and a stop() command in the last frame.  The click of the button should tell the movieclip to play(); at which point the animation should play and stop at the end.
    Another option would be to use an actionscript Tween to make the box drop.  Going that route the animation is what you code it to be and there is no need to have to stop it as it will end where you tell the Tween to end at.

  • How can i view the ellipse and the points on the ellipse in order to modify the settings when i'm using the iris blur filter on Photoshop CC 2014

    I can't use this blur filter (diaphragm) because i see nothing that could allow me to increase, decrease or move the ellipse that normally appear(?) on the screen. What's amazing is that this filter does his job on photoshop CS6, but not on Photoshop CC 2014 ?! Thanks in advance for your help.  Serge.

    Start from the beginning
    - Select the Rectangle Tool - go to Options Bar, ensure 'Shape' options is on from the the Pick a Tool Mode drop down list.
    - Draw Rect. This should create a vector Shape Layer.
    - Select it in the Layers Panel: The Properties Panel then should highlight the Density and Feather options.
    What happens here when you drag the Feather slider? On my end it feathers the vector shape as a whole.
    If you need further masking capabilities, then apply a Layer Mask to the Shape and proceed with the Properties Panel Density/Feather options.
    h

Maybe you are looking for