Newbie Using Masks

Read thru all the topics under "mask" search, and could not
find one that matched mine, so......
I have a page banner which features the company logo in an
oval.
I want to place a layer below the banner, with relevant
photos, and provide a view into the photos, using a mask in the
same shape as the logo.
I've built the mask, and it works just fine, but I can't
figure out how to have the mask work thru the banner graphic.
The result I get is a white work space and the transparent
mask.
Appreciate any help.
Thanks,
vince_g

That is exactly what I was looking for!!!
I've looked at the .fla file, but I don't think I understand
what's happening.
I see 2 mask layers, and 2 layers that contain the banner
graphic (Layers 6 & 8). Layer 7 contains the tween with the
oval window, but I don't understand how Layers 9 & 8 make it
work.
I'm not grasping the notion of the 2nd graphic layer and
mask.
If you could hang in there with me just a bit longer, I
usually do get it.
Could you also steer me to a book or other doc on how masks
work? The online Help, to me, is too cryptic. I went thru it for a
few hours before writing the first post.
Thanks a lot for this help.
vince_g

Similar Messages

  • Use mask to show one bullet point at a time

    I have content in multiple bullet points of text. The background is a texture. I'd like to use mask to show the text in sync with audio. It works but the text is the color of the mask. I have bullet point itself in a different color. How can I mask the area to show and use its own color?
    Or is there a better way to sync multiple bullet points of text without having each bullet points in its own layer and MC?
    Thanks,

    make sure your font is embedded.

  • How to use mask in adobe director 11.5 without any language(lingo), just animation in timeline

    He people i have this problem i have to use mask, in adobe director, but i don't know how to do it, its kinda diferent then flash, i'm brazilian, my english isn't very good, so sorry everybody for any wrong word.
    what i should do ?
    don't wanna use Lingo or something like that

    hmmm, i don't know how to explain so much, but i'll try, i don't know if you know flash, but in it have a thing called mask.
    show just a part of the shape without code, just using the timeline

  • Find special characters in string (using mask)

    Hi all,
    I have the following requirement, perhaps someone has got a hint for me:
    I have got a string of 255 characters.
    I want to realize that this string only contains characters of a "normal" format, like
    a-z, A-Z and numbers.
    Any characters like , - # for example are not allowed and I would like to know, how to check my string.
    How can I achive that? With FIND or SEARCH?
    I am not really familiar with these ABAP KEY WORDS. Can I use masks for example like
    DATA:  no_good type c value '[#,+,*...)
    FIND no_good in STRING
    or something like that?
    Thanks and best regards
    Andreas

    Hi Try the below code:
    data: l_data(10) type c,      
          l_special(10) type c.
    l_data = 'AAA%%AA'.          " You can give your value here
    L_special = '!@#$%^&*()'.     " This need to be maintained wth the char which you don't want
    IF l_data ca l_special.
    WRITE: 'Special'.
    else.
    WRITE: 'Only ALPHA.'.
    ENDIF.
    P.S. - @ Rob, sorry I haven't check you have already given this as CO. Just a doubt, I think we have to use CA here, because we need to check this for each byte level.
    Edited by: Kuntal Nandi on Mar 30, 2009 2:55 PM

  • [svn:fx-trunk] 13076: It turns out that embedded fonts don' t clip when you shrink the height of a TextField so we' ll use masks in that case

    Revision: 13076
    Revision: 13076
    Author:   [email protected]
    Date:     2009-12-17 14:12:18 -0800 (Thu, 17 Dec 2009)
    Log Message:
    It turns out that embedded fonts don't clip when you shrink the height of a TextField so we'll use masks in that case
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-24561
    Reviewer: Corey
    API Change: No
    Is noteworthy for integration: No
    tests: checkintests mustella/components/DataGrid
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24561
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridBase .as

    Many of your points are totally legitimate.
    This one, however, is not:
    …To put it another way, the design of the site seems to be geared much more towards its regular users than those the site is supposedly trying to "help"…
    The design and management of the forums for more than five years have driven literally dozens of the most valuable contributors and "regulars" away from the forums—permanently.
    The only conclusion a prudent, reasonable person can draw from this state of affairs is that Adobe consciously and deliberately want to kill these forums by attrition—without a the PR hit they would otherwise take if they suddenly just shut them down.

  • Achieving this effect using Masks

    I have uploaded an image that I have created. Basically I just splatted the image with a brush in order to create the edges finish I was aiming for. I know this was a bad way of reaching my goal. I would prefer to use the masking technique so that I could replace the original with other images to which I want to apply the same edge finish. The problem is I am not quite sure how to achieve this using masks. Could anybody give me a quick runthru of the actions I would need to go through. Ideally I would like to create one mask that could just be applied to different images. Thanks for any input and Merry Xmas.

    The curve in the example looks like a perfect arc, so you could drage out a circle holding down the Shift key - stroke it - select and delete the bits you don't want.
    I did with shape layers, but it is a bit fiddly removing the unwanted part of the arc doing it that way. You have to select the circle with the Selection tool, then add points with the pen tool in just the right place.  Then add sacrificial points that you can delete (with the delete key) which breaks the circle.

  • IDS Signature configuration - Using masks and Flags

    Hi all,
    It is not clear to me on how to use "mask" and "flags" while editing a signature on IDM. In the wizad, I have the option to select the TCP flags to either fire (TRUE)or NOT to fire (FALSE) the alarm or ignore (Don't Care)the flag. Can someone explain how the mask is used? My understanding about them is;
    Mask tells the sensor what flags to monitor. Other flags are ignored.
    TcpFlag tells the sensor to fire the alarm, if that particular flag is set.
    Say for example; I select SYN and ACK in the mask and only SYN in the TcpFlag. This means, the signature will fire only if SYN is set in the packet. If ACK is also set in addition to SYN, then the sig will not fire. This is equal to setting the SYN to TRUE; ACK to False and all other flags to DON'T Care. Am I correct?
    Thanks in advance,
    Mohan

    You are correct.
    By setting Mask to SYN and ACK it will ignore the other flags.
    By setting TcpFlag to SYN the signature will trigger if the packet has a SYN, but will not fire if it also has an ACK.
    So a SYN packet will trigger it.
    A SYN ACK packet will Not.
    An ACK packet will Not.
    A RST packet will Not.
    etc..
    However, be aware that a SYN with a combination of any other flag besides ACK WILL trigger it.
    So a SYN RST will trigger it.
    A SYN FIN will trigger it.
    A SYN RST FIN PSH will trigger it.
    etc...
    This is because the signature will only look to ensure the SYN is present and the ACK is not present.
    So the signature will trigger on a traditional SYN to open a connection, but will also trigger on these other weird combinations that are not part of a normal TCP connection.
    So if you want to limit it to firing only on real SYN packets, then go ahead and list all the flags in the Mask and only SYN in the TcpFlags. This will ensure the signature triggers on only packets with the single SYN flag.

  • Using Mask To 'Zoom' In On Photo?!

    Hi all,
    I'm struggling a bit to produce a smooth outcome for an effect I am trying to acheive.  I am currently working on an awards show video presentation featuring a variety of photos which I would like to animate.  My main strife comes when I mask a photo with the intention of the size of the mask remaining the same while the image within the mask is scaled up or down and perhaps moves using the Anchor Point to shift the focus of the image.  Another way to describe this would be that I would like to zoom in/out on an image that is contrained by a frame which does not change size or position.
    One method I have attempted is to draw a rectangular mask around the image at the point when it first enters the composition.  This first mask is the exact size of the 'frame' I want to perserve.  I then duplicate the image layer/mask, move forward in time on the original image layer and animate the scale and perhaps anchor point.  Then using the duplicated image as a guide, I animate the original mask path to match the duplicated size, which is done by sight.  I leave the key frames linear, but still can';t get it right as the mask still appears to grow and then reduce again. Take a look at this example below.
    I have attempted to copy the exact values of hte original 'frame' mask size, but those values scale with the layer itself and the frame does not retain it's original size.
    I have feeling I am missing a trick in terms of perhaps pre-comping this or parenting, etc.  Can anybody point me to a tutorial or tip that can help me smooth this out?
    Please let me know if you require any other informaiton, etc.  I am running CS5 on a Windows 7 PC.
    Thank you,
    Lindsay

    You can make a solid, mask it to the size you want, and use it as a track matte for the picture below it.  You can then scale the picture as you wish, and the size remains the same.

  • Newbie - use camera for video and external microphone?

    Hi,
    This is a totally newbie question, but I'm a total newbie to the video part of the mac universe.
    I want to use a camcorder to "stream" live video into iMovie (which will record it to the hard drive), and use an EXTERNAL microphone, plugged into the microphone port of the computer, as the audio source (I want to use a good mic).
    Will iMovie support doing this? Is it automatic that the external mic overrides the mic on the camcorder?
    Thanks,
    Dmitri
    P.S. this is part of a bigger question, which is, how to get the best possible audio using a standard (cheap) camcorder. I haven't bought a camcorder yet, and am open to getting one that can take a good mic through a line-in. Any suggestions? - Thanks, D

    I wrote a reply to your earlier post ..but either the system went offline, or some other glitch occurred, and the post didn't appear. So I'll try to answer your earlier message and the one just above.
    Congratulations on getting the camera, by the way!
    "..play video through camera" option in the preferences, which MUTES the sound in iMovie.." ..Yes, this has been standard in iMovie from the earliest versions. There may be a slight delay between the audio you hear straight from the camera and the audio coming out of your Mac. To stop the annoyance of hearing the audio separately and slightly out-of-sync (..you'll find that the video on the Mac lags very slightly, too, during import..) you can turn OFF the Mac's audio with that preference.
    "..I assume this goes away if I unplug the firewire cable.." ..er..? You mean that the preference switches back when you unplug? I can't remember: try it. But don't unplug the FW cable in the middle of an import!
    What I was previously trying to post was:
    "..instructional/promotional videos to display online.." ..You don't say if you'll be walking around to do these demos, or if you're demonstrating computer software. If walking around you might want to use a "gun" mic to point at you, or a tie-clip mic, so that it's always clipped to your clothes ..but that will trail a cable to the camcorder unless you use a radio mic. [..And you've now bought a tie-clip mic; well done..]
    If you're doing demos of computer software, then you probably wouldn't need a camcorder at all, but just a "screen-recorder" application like 'Snapz Pro' or 'iShowU'. In that case, you'd just want a simple mic to stand on your desk, to record your speech as you work your computer, and for adding extra narration afterwards.
    I still don't understand why you want to capture directly to iMovie. If you're using a camcorder, surely you'd want to capture to tape, in case you need to do three or four "takes" of the same material ..and then you only need to import, and fill up your hard disc with, the best of those takes.
    And if you're recording a computer screen, then you wouldn't capture with iMovie at all, but with one of those other programs, above..

  • VPD column-masking: unexpected results using masked column in WHERE?

    Hi everyone..
    We are considering implementing VPD column-masking (to hide sensitive columns from unauthorized users), but I am concerned that queries will return incorrect results if an unauthorized user submits a query using a masked column in a WHERE clause - particularly in a JOIN operation.
    Our initial experiment confirms my concern:
    - We have a VPD policy on TABLE_X.COLUMN_Y:
    DBMS_RLS.ADD_POLICY(
    object_schema => 'xxxx',
    object_name => 'TABLE_X',
    policy_name => 'policy_x',
    function_schema => 'xxxx',
    policy_function => 'function_x',
    sec_relevant_cols =>'COLUMN_Y',
    sec_relevant_cols_opt => dbms_rls.ALL_ROWS)
    - The VPD function determines whether the user is authorized (1=1) or not (1=0)
    - COLUMN_Y contains various values, including NULL
    - when an "authorized" user submits the query "SELECT COUNT(*) FROM TABLE_X WHERE COLUMN_Y IS NULL", COUNT=correct number of rows containing NULL
    - when an "unauthorized" user submits the same query, COUNT=the total number of rows in the table -- presumably because the WHERE clause was modified to WHERE NULL=NULL
    In my opinion, the unauthorized user's query should return an error, because any other result is either wrong (i.e. COUNT=all rows, or returns a null result set) or something the user is not permitted to know (i.e. COUNT=correct number of rows)
    Am I missing some feature/setting of VPD that could let me force an error? I hope there is something out there, since I don't see any discussion or warnings about this pitfall.
    We are currently using Oracle 10.2.0.4 but upgrading to 11.1 soon.
    Thanks!
    Betty
    p.s. I originally incorrectly posted this question on the Technologies / Security forum.

    Thanks - yes, we have a function that checks whether the user id is authorized or not.
    The column-masking works, that is, authorized users can see the data; unauthorized users cannot. The issue is what happens when unauthorized users use the masked column in a WHERE predicate.

  • Trouble using mask layer?

    I have trouble using the mask layer.  It doesn't seem to be blocking out extra grid marks. I am doing something wrong?  Thanks
    SIDENOTE:
    The grid was imported from illustator into flash.  It causing flash cs5 to be extremely buggy.  The layer I import itself relabel itself, it either "1" or "2"  The grid layer when I place it on lock, doesn't lock!   The grid will also cut and paste itself onto a new layer, automatically sometimes.

    It would easier if you use the brush tool to paint on the layer mask.
    Paint with black to reveal the color and white to hide the color of the layer below.
    You can use the X key to switch between black and white as the foreground color in the tool box.

  • Trouble using mask tool and filter...Could not rasterize because the pixel data for this layer is not directly editable - masking

    I've searched for an answer to the problem I'm having on cs4 and can't find it, so here goes:
    New to photoshop,  I'm trying to fake some depth of field (i.e blur the background) on a wedding photo by using the masking tool to mask out the foreground then, out of mask mode> select>inverse to get the dotted line around the image, then using Filter>gausian blur on the background.
    1. The dotted line around the image doest look right
    2.  I can't use the filter facility (its greyed out) and when I try to use the blur tool from the side menu got the above message.
    Any help much appreciated.

    Which operating system are you using?
    I'm using Mac Lion V 10.7.5, working on a photoshop cs4 trial version (could be the problem?).
    I Used the quick mask mode to mask the area.
    Here's a screen shot - (I have blacked out some of photo for subjects' privacy):
    -  mask mode turned off, then Select>Inverse to show unmasked area  (note, the dotted line continues round the bottom of the pic which indicates to me I have made a masking mistake, as dotted line to mask out background only should go round the top & sides of the photo and then outline the couple, - right?
    Image mode of image: If I understand correctly what this is, the image mode is .jpg
    Bit depth of image: Bit depth of image is 8, color mode is RGB.
    Hope I've given you the information you required.
    Thanks
    P

  • Shadow left after using masks.

    Lately when I've used a mask (in Photoshop CS6), it leaves a slight imprint of the orginal image that I'm trying to "erase." My opacity is at 100%, I am not using blending modes or effects at all. Any idea why this is happening? Thanks.

    The light red vertical and horizontal lines are not supposed to be there. I tried to "erase" them with the brush tool (at 100% opacity and no blending modes selected) and it leaves this shadow. This has been happening for the past few weeks but prior to that I've never had this issue. Thaks Brett.

  • Using masks Cs6

    HI All,
    Question about masks in Cs6. In After Effects I have a choice to either add mask or subtract mask.
    IE: I draw an ellipse I can either show the ellipse part or mask it.
    In P.S I am not getting what I need. I must be missing a simple step. If you could share > the > Path > to achieve this it is appreciated.
    Using INVERT

    Your screen grab is pixellated but I believe it shows you are down among the Custom Shape Tools. That is not where you want to be,
    You want to use the Elliptical Marquee tool located here:
    After creating the circular selection as described in the note I sent you, and the circle of marching ants appear on the image, click here
    and mask will be created.

  • Using masks in buttons

    Just hoping someone can help...
    I have a mask layer inside a button which masks part of
    larger image. All looks well on the Flash stage, but when I
    publish/preview the animation the mask isn't doing its
    thing...instead I'm seeing the larger image and the mask shape on
    top.....
    Am I missing something obvious?

    I tried, and it seems to be as you described. In deed Buttons
    are special, and somewhat limited kinds of movieclips. This mask
    thing seems to be one of the limitations.
    One might find an explanation, but the fact remains, so I'd
    propose using a movieclip instead of a button, the mask will work,
    and you can add your onRelease, onRollOver etc. events just the
    same with movieclips, since Flash 6 this is.

Maybe you are looking for

  • Cannot restore firmware

    I have a problem with my 2009 Macbook Pro 13". It has crashed during a firmware update, and now it won't boot but only beeps "SOS". I went to a couple of Apple Service Providers, but they could not help me restoring the firmware, the only solution se

  • IPad : impossible to update or sync the Apps

    Hi, Ever since I updated (difficultly, had to try 13 times !) to the new Operating System, I lost the "App" logo on my iPad, and I can't update, sync or add new (downloaded) apps to the iPad. In iTunes (the latest version) the "app" part is lightly g

  • How do you open 2 or more windows in itunes?

    I use to able to open multiple windows in itunes. In itunes 11, I can no longer do this.  Is there a new way to do this or did the programmers drop the ball??

  • XMII OLAP Query Template SAP Variables Count Limit

    While working with the MII OLAP Query template and connecting to a a BW Adhoc query with many input variables.  I have noticed the SAP Variables list available in the MII OLAP Query template seems to be limited.  Is this really true, can it be config

  • Gnome3: Multiple Application Icons in Applications Tab

    For some reason I am getting two of some applications in the applications tab.  This doesn't happen to all of them, just a select few, and I would like to know how to fix it.  I would also like to mention, that I can't right click on anything, any id