Drawing artifacts with motion under a gradient mask

Hello,
I am having an issue with using a motion under a gradient mask and was hoping someone might have a solution. I have a  transparent png bubble in movie clips that are being randomly sized and  animation started using code. The design has a reflection and I am  using a gradient mask for the effect. The issue is when the bubbles  animate they are causing drawing artifacts. Please see the attached  screen shot or you can see the swf here - http://archetypeworks.com/test/tm/. Below is the code I am using to set the mask. Any help or  suggestions are appreciated.
Code:
bottomMask.cacheAsBitmap = true;
beaker_bottom.cacheAsBitmap = true;
beaker_bottom.mask = bottomMask;
Thank you,
Ococ

Thank you for the suggestion, but that did not work. I also tried breaking apart the png, using the magic wand to select and delete the transparent areas. Still getting the same issue.

Similar Messages

  • Severe flicker or interlacing artifacts with motion

    In the archived topic with the same subject as this one at:
    http://discussions.apple.com/thread.jspa?threadID=351090&start=0&tstart=0
    my problem with interlace flicker was not solved. There is bad news and good news with the new iLife '08.
    *Bad news*: iMovie HD 6.0.4 still generates flicker with the new iDVD 7.0.1.
    *Good news*: iMovie 7.1 +does not+ generate flicker with the new iDVD.
    This means the source of the problem was not EyeTV or its export settings, or the old iDVD. It was iMovie all along.
    Of course, the new iMovie has a long way to go to catch up with the old iMovie and I seriously doubt if we'll ever see any updates to, what should I call it now, *iMovie Classic*, but actually being able to build a flicker-free movie is certainly worth something.

    Interesting. I want to try the workaround ElPresidente suggested in that archived thread. Lots of good info in that thread.
    I too am having this problem although I'm calling it "jitter".. See this thread:
    http://discussions.apple.com/thread.jspa?threadID=1166111&tstart=0
    I'm using iMovie HD and iDVD 5 and EyeTV 250 plus.
    I'll follow this thread too.
    Cheers,
    John L

  • Drawing artifacts in Firefox and Thunderbird after installing MSI AMD R6850 graphics card

    After installing new graphics card (MSI R6850 CYCLONE 1GD5 PE/OC), latest drivers on WinXP 32bit, I'm experiencing frequent drawing artifacts with Mozilla Firefox 8.0 and Mozilla Thunderbird 8.0. The problem represents itself either as horizontal black stripes or scattered color checker pattern. It happens especially when switching from other application to Firefox or Thunderbird or when swiching from child window (like Download Manager) to Firefox. It affects either whole application or just some rectangular region (clearly region which was redrawn due to application switching). Next repaint (like switch between Firefox tabs) usually fixes the problem. It is just visual issue, behavior is not affected. The problem never happened to any other application till now. Any ideas? Anyone experienced same problem? Thanks in advance.
    Zbynek
    P.S. Here are the screenshots for both problems:
    http://astrofoto.euweb.cz/tmp/black_stripes.jpg
    http://astrofoto.euweb.cz/tmp/color_boxes.jpg

    Try to disable hardware acceleration.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    If disabling hardware acceleration works then check if there is an update available for your graphics display driver that fixes these problems.

  • Printing a graphic with a gradient mask in Flex 3-problem

    Hello, I am fairly new to flex development. I am puting together a little program that allows the user to upload a picture add a vignette mask in order to achieve a soft edge,  and have a problem I cannot  find an answer anywhere, maybe someone could help me please.
    I want  to print a the user photo with a gradient mask or vignette from flex. I managed  to show the image correctly on screeen with the gradient mask using  this class but the output to paper is a rectangle without the soft mask.
    //package to add the mask for display
    package com.dm.graphics
       import flash.display.Graphics;
       import mx.containers.Canvas;
       import flash.display.GradientType;
       public class FrameBorderSoft extends Canvas
          override protected function updateDisplayList(w:Number, h:Number):void
             super.updateDisplayList(w,h);
             var g:Graphics = this.graphics;
             g.clear();
             g.beginGradientFill(GradientType.RADIAL, [0x000000, 0x000000, 0x000000, 0x000000],
             [1,1,0.8,0],
             [1,128,195,255],
             horizontalGradientMatrix(0,0,w,h) );
             g.drawRect(0,0,w,h);
             g.endFill();
    It  works beautifully until I try to print the graphic. The image prints  but without the gradient edges (soft) instead it is just a sharp edge  rectangle.
    Does anyone know how to do this?
    Here is my print function:
    private function doPrint():void {
                    // Create an instance of the FlexPrintJob class.
                    var myPrintJob:FlexPrintJob = new FlexPrintJob();
                    // Start the print job.
                    if (myPrintJob.start() != true) return;
                    // Add the object to print. Do not scale it.
                    if (tabnavigator1.selectedChild == img1) {
               //switchcolor is a variable to detect if the user changed the background to white or clear.       
                             switchcolor = 100;
                          //printCF is the card front container with the photo masked
                       myPrintJob.addObject(printCF, FlexPrintJobScaleType.NONE);
                       myPrintJob.printAsBitmap = false;        
                    } else if (tabnavigator1.selectedChild == img1b) {
                       switchcolor = 100;
                       myPrintJob.addObject(printCB, FlexPrintJobScaleType.NONE);
    I hope this helps to visualize,
    I would greatly appreciate any assistance or advise.

    Hello, back on my issue, i tested a little bit more the message dispaching.
    I read the lazyLoadPolicy class and noticed that it always has to have a ModuleId property in the message to work, that's why the broadcast message didn't work to awake the module with the lazy loading policy.
    So i added copy of my module:
         <cairngorm:ParsleyModuleDescriptor objectId="test"
              url="TestModule.swf"
              applicationDomain="{ClassInfo.currentDomain}"
         />
         <cairngorm:ParsleyModuleDescriptor objectId="testbis"
              url="TestModuleBis.swf"
              applicationDomain="{ClassInfo.currentDomain}"
         />     
    Set them both with a basicLoadPolicy, and tries to dispatch a message to only one of them using the ModuleId metatag. I then noticed that both modules received the message and not only the one i expected.
    I then changed the ModuleMessageInterceptor configuration to dispatch to only one kind of module:
    <cairngorm:ModuleMessageInterceptor type="{ OpenViewMessage }" moduleRef="test"/>
    and this worked as expected. Only the first module catched the message. I am obiously messing with the ModuleId metatag but i cannot see what's wrong...
    I compiled with
    -keep-as3-metadata+=ModuleId
    but this hasn't changed anything...

  • Need help with gradient mask over XML images

    I have a file that works great in pulling images via XML
    data. I want to create a gradient mask using flash CS3, but i can't
    seem to get any sort of mask (solid or gradient) to react with the
    XML driven images.
    Download my FLA
    and other working files
    845 kb

    granted i can see resizing the mask and now it responds...
    however, take a look at this
    Sample of alpha gradient mask:
    http://www.devx.com/webdev/Article/29296#codeitemarea
    i'm trying to this type of mask (static mask obviousl)

  • Masking issues with Motion 5

    Hi guys,
    I had this general masking technique that I used with Motion 4 where I'd use any group of shapes, paintstrokes and so on, to mask some other object by dragging my group of "mask objects" into the image mask source well.
    This technique no longer works as expected with Motion 5.
    As an example, consider this project where I want to gradually reveal a circle.
    Below are screen shots from both Motion 4 and Motion 5 of the same project, at frame 10:
    As you can see, Motion 4 gradually unveils the masked shape (a circle), but Motion 5 doesn't.
    I could get around this particular case by adding a write on behaviour to the circle shape. BUt this does not work as a general masking technique in M5, which is a bit sad.
    Anyone care to shed some light?
    BR;
    ::e

    Hi Chand+Mark
    Chandosx wrote:
    You could get away with it by setting the blending mode to stencil alpha, but that won't work in every situation.  The other thing you could do, is place the layer that's the source of the mask at the very bottom of everything, so it's not shown, and leave the layer turned on.  Then all should work sorta the same.  Quirky.
    I'm not really familiar with what stencil alpha does, so I can't comment on that.
    But the bottom layer option won't be any good if you want partially transparent output.
    It *will* show unless you have some layer covering it up, which would be purely coincidential
    UNLESS you use one very very special color for the mask source shape, and send the whole shebang through the keyer to get your alpha channel proper
    Chandosx wrote:
    And one other way I just tested, that works for sure, is using keyframes on the source shape's "First Point Offset"(or last ).
    Hey, a self-made "write-on" for the mask source shape?
    Well, it works in M4 - I'll confirm with M5 tomorrow.
    Thanks for all your efforts to figure this out!
    I still certainly consider this a bug and would expect this to be fixed.
    How can I go ahead and report this a bug to Apple, are they monitoring this forum?
    Cheers!
    ::e

  • Artifacting in Motion.  Sample project, and a request for help inside.

    Would anyone be willing to download this Motion project and see if any artifacting occurs, either on playback or export? I'm on an original 2.66 quad macpro with a x1900 GPU. i've had the entire system checked out by apple, and clean installed everything and this issue still persists. i'm just curious everything the same if the issue shows up on anyone else's system with a similar configuration.
    after opening motion it takes about 2x times looped through or just randomly scrubbed before the artifacts start to appear.
    here's the link, it's got the motn source .mov zipped up and a sample of the artifacting issue as well as a screen cap from openGL monitor that shows some interested parameters jumping around when artifacting occurs.
    http://file.meyersproduction.com/motion/3.16.08/
    I copy and pasted what I sent to motion's feedback page below.
    thanks
    austin
    "issue: artifacting in motion when building/exporting multi layer projects with video with fx's and masks applied (about 13 layers with 1 mask and primatte rt turned on causes artifacting). Link to samples of .motn and .mov below.
    background: this is occurring on a clean install of os x 10.5 as well as a clean install of 10.4. this computer has spent a week at the apple store getting run through hardware diagnostics and came back with a clean bill of health. after reinstalling and building fresh projects the same artifacting immediately reoccurred.
    other notes: I have run the OpenGL monitor while playing back and exporting in motion and artifacts always coincide with a huge spike in the "Texture Page Off Data (Non-AGP)" parameter, there are also lessor spikes in "CPU wait for GPU" but those are not always indicative of an artifact.
    I also have a nvidia 7300 gpu installed and it handles any and all motn files flawlessly (albeit soooo much slower)
    I have had similar issues since purchasing this system over a year ago.
    I would sincerely appreciate any kind of communication other than "reinstall your system and FCS 2"
    below is a link to a motn project and video asset, as well as a openGL screencap and exported movie with artifacts
    http://file.meyersproduction.com/motion/3.16.08/"

    Personally, I think the problem is related to Leopard. I too have been getting artefacts in Motion 3 projects with masking since installing Leopard. Like Austin's experience, the artefacts do not appear at first after launching Motion but emerge fairly fast.
    Deleting the mask(s) gets rid of the problem but I kind of wanted to be able to use masks in my Motion projects! I had been doing so without problems in Motion 3 but with OS X Tiger. In case you were wondering, I have also reinstalled Motion and Final Cut since installing Leopard following advice on other threads.
    I don't think the issue is hardware-related, though I appreciate that my projects are very demanding for the system I have. Other more demanding projects in other applications (including Final Cut Pro) may render slowly but don't result in artefacts.
    Best wishes
    Obhi
    Message was edited by: obhi

  • How to create gradient mask in CS3 ?

    Is it possible to create gradient mask without programming?
    It is important
    that Flash document must be created in version 9 and AS3. I
    tried to use
    blend modes alpha/erase but they makes object invisible
    (cache as bitmap was
    on and off - every combination of 2 used objects).
    Flash document used for test cosist of 2 MCs:
    - top layer: contains MC with filled by gradient rectangle.
    First color is
    black with alpha 100%, second color is black with alpha 0%.
    - bottom layer: MC containing photo
    I want object on top layer to be a gradient mask.

    Is it possible to create gradient mask without programming?
    It is important
    that Flash document must be created in version 9 and AS3. I
    tried to use
    blend modes alpha/erase but they makes object invisible
    (cache as bitmap was
    on and off - every combination of 2 used objects).
    Flash document used for test cosist of 2 MCs:
    - top layer: contains MC with filled by gradient rectangle.
    First color is
    black with alpha 100%, second color is black with alpha 0%.
    - bottom layer: MC containing photo
    I want object on top layer to be a gradient mask.

  • How do I select an image with motion blur so that I can put it onto a different background ?

    How do I overlay a image with motion blur on a white background (like the first image) onto a different background (to look like the second image)? any help would be greatly appreciated, many thanks ,ed
    Message was edited by: motoredd

    I’m afraid you may have bitten off more than you might want to chew.
    The resulting pixels of an in-camera-blur combine information about the color/brightness of back- and foreground (edit: the result of surface properties and lighting conditions) with motion (basically transparency for this task) in such a way that it seems exceedingly difficult (maybe even improssible) to isolate the foreground in a »pure« form.
    One may get a halfway decent mask (as the backgound is at least almost uniform and brighter than the foreground elements) but you may have to manually decontaminate the transparent areas, otherwise the masked object in front of a dark background would have a bright edge.

  • Revolution Main Screen Gradient Mask

    I'm authoring a DVD in iDVD 7.1.2 (latest version with iLife '11).  I want to use the Revolution Theme with an image in the overall screen behind the chapter buttons.  Unfortunately for me, the theme has a black gradient mask over the screen and the image that I inserted is extremely dark.  Is there some way to edit the details of the Revolution Main screen?
    Thanks,
    Dave

    There's a menu title which is the rotating text.  Change it and the rotating text will change.
    OT

  • Motion guide for a mask?

    Am I missing something obvious or is it not possible to apply
    a motion guide layer (with a path) to a mask (mc or graphic
    instance) or masked object?
    Any suggestions are greatly appreciated.
    Of course the ideal way around this would be to move the mask
    with AS, but my scripting ability is not -= to the task just yet. I
    have the masks moving straight along _x and _y okay w. script but
    I'd like to be floating them around the stage with more expression.
    thanks
    jg

    veverica wrote:
    > Am I missing something obvious or is it not possible to
    apply a motion guide
    > layer (with a path) to a mask (mc or graphic instance)
    or masked object?
    >
    > Any suggestions are greatly appreciated.
    >
    > Of course the ideal way around this would be to move the
    mask with AS, but my
    > scripting ability is not -= to the task just yet. I have
    the masks moving
    > straight along _x and _y okay w. script but I'd like to
    be floating them around
    > the stage with more expression.
    Convert your mask layer into movie clip than place in on
    timeline to give it the Motion
    Guide. In flash you can't apply two options to single layer,
    either mask or guide, not both.
    Using action script is easy when come to mask but this will
    as well require movie clips
    as you need use movie clip to define the target and the mask.
    Say, motion guide is in movie clip call "guide" and mask in
    movie clip call "mask", all
    you need is place that on timeline frame:
    guide.setMask(mask);
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Flash gradient mask problem

    Having a bad day everything i do doesn't work today... I am trying to create a gradient mask but because its not on the main timeline also its in a nested swf, just can't get it working, this is what I was using and tried it with _parent.(instanceName) and _root
    clip.cacheAsBitmap = true;
    mask.cacheAsBitmap = true;
    clip.setMask("mask");
    Any ideas
    Rich

    mask shouldn't be in quotes.
    if removing the quotes doesn't solve your problem what's the following show:
    clip.cacheAsBitmap = true;
    mask.cacheAsBitmap = true;
    clip.setMask(mask);
     trace(clip);
    trace(mask);

  • Automator/Workflow actions are in "slow-motion" under Mac OS X 10.6.x

    Hi,
    after the update to SL some of my Automator Workflows dont work properly.
    I do things like copy some part of sentence from a .rtf document and insert it into a input box of a website in firefox.
    In 10.5.8 everything worked like a charm. But in 10.6.x the same workflow (also new created) works some times and the other time it slows down and the cursor moves like a slow-motion. Pixel for pixel and i cannot stop the workflow. I only can wait until the workflow is finished (takes in "slow-down" mode 30 minutes) or i do a hardreset. I wonder if anyone else such of this problems with automator under 10.6
    I tested the same things with my mac mini that i didnt upgraded and it works like expected.
    I think you can reproduce the behaviour, if you create a new .rtf document with numbers from one to twelve and make a workflow where you mark 4 letters, cut, bring firefox to front, paste into form, go to .rtf, mark next 4 letters, cut, go to firefox, paste into form, doing that until there are no more letters.
    very curious...

    the whole automator and in particular the record action was substantially rewritten in snow leopard. and the record action is slow, unreliable and you can't trouble-shoot it. it's a wonder it works at all. the only advice i can give is to use it as little as possible. if at all possible avoid it altogether. if you do need to use it try using keyboard strokes instead of the mouse movement. for example. use command+c and command+v for copying and pasting and use tabbing to choose the correct box on the page.

  • Why my gradient mask at home renders smooth, but is clipped at work?

    I created a number of gradient masks applied to images with a basic 100 to 0 black gradient, on my Mac at home. They look smooth in Illustrator, and rendered smooth both as a PDF and exported to a PNG.
    Gradient Mask from my Mac at home:
    But when I open the same illustrator document on my Mac at work the gradation of the mask is clipping. So instead of a smooth transition there's now a hard line.
    Gradient Mask on my Mac at work:
    This is the same file, opened on different Macs. Both identical versions of Illustrator CS6, identical color settings, identical color profiles.
    The main differences are my Mac at home is a 2009 MacPro running OS 10.9, and my Mac at work is a 2008 MacPro running OS 10.8.
    I've created and recreated gradient masks over and over again, and I cannot get a smooth transparency gradient mask at all on my Mac at work.
    This presented a problem, as the client had to have last minute revisions when I was at work, and could not produce a smooth image, I was forced to deliver the final graphic with clipped gradient masks.

    So deleting preferences didn't fix it. I even rasterized the gradient to see if an image mask would work better, that didn't work. Then I toggled "invert mask." I was suprised to see that once I inverted the mask (which reversed the gradient), the transparency was smooth from 0 to 100.
    So I've figured out a work around for the problem, but it's still not resolved.
    Invert gradient mask
    Rotate gradient mask 180°
    Adjust gradient mask break points to accomidate reversal
    Here's the result:
    Now if someone can explain to me why a gradient mask doesn't work in one direction, but it does when it's inverted.

  • Working with Motion 5 and FCPX

    hey guys
    i am just getting started with motion 5 but i just wanted to know whats the easiest way to get them to work smoothly together please?
    say for eg i have fcpx open and i have a shot where i want to add a background to my greenscreen and another where i would like to use a couple masks and other effects, whats the best way to 'get them over to motion and back to fcpx' please?
    do i just export the clip then work on it in motion then export it back or is there a function where i can just seamlessly go between the 2 programs please?
    any help woud be great!! thanks

    Things have changed quite a bit from the FCS way of working in that (currently, at least) there is no round tripping between the two apps.
    The effects that are in FCP X (including things like transitions and titles) are Motion-originated (not sure whether it's correct whether they're considered Motion projects). Much of the time they have sufficient controls available so that the user doesn't need to leave FCPX. But if necessary, they can be opened in Motion by control clicking. Once Motion is opened, you can modify them, rename and publish to FCP. You can also add adjustments via widgets and rigging that can then be made within FCPX after publishing.
    For projects that are originated in Motion, they can be exported as QT movies (typically Pro Res 444), saved as templates, etc.
    Hope that helps.
    Russ

Maybe you are looking for

  • LO Cockpit & 0SD_C03

    Hello Experts. I am asking this question again as I didn't get any answers last time. I am creating a report that will have Open Orders, Sales Orders and Deliveries. For my open orders, I want to see: 1.sales orders or the deliveries, which are not b

  • Please HELP, Stuck on grey screen with Old Apple Logo in it

    Hi , my computer froze today and when I tried to reboot the hard drive starts but stays on a grey screen with a small folder in the middle with an Apple logo in it. What should I do, all suggestions welcome!

  • Bindows in EPM 11.1.2.2

    I just installed EPM 11.1.2.2 on Win 2008R2 64bit.  Install and configuration went smoothly.  When I try to launch either Workspace or Shared Services, all I get is a window labeled Bindows and it says "Bindows belongs to MB Technologies..."  I know

  • How can i add .aspx files to business catalyst

    Hi, A other company that is making news items for us need to upload .aspx files or .php files is this possible to do and if so how can they do that. Gr. danny

  • Mysterious file found named iNode12369030

    It's almost 5GB in size; I haven't tried opening it yet, just in case.  It has no extension (i.e. mp3, mov).  It's located in it's own folder called lost+found and it appeared 3 days ago.  Would it be safe to delete it and if so should I do a secure