Is it possible to set an entire layer to alpha 0 on start of movie?

Hi,
I have a movie with a movie clip inside it. IN the movie clip
I have one layer with several different images along the timeline
that are all named img2. I'm wondering if it's possible to set that
entire layer to transparent on the start of the movie. I tried
mainMovie.img2._alpha = 0;
But it doesn't work because inside of the movie clip
"mainMovie" there is no img2 until the second
frame. If there was a way to make the whole layer transparent that
would be awesome. Thanks.

You can't set the alpha of a particular layer - _alpha is a
MovieClip
property. You can set your entire clip's alpha to 0 though.
If you're in
root and your clip containing the images has an instance name
of 'content'
you can say content._alpha = 0;
Dave -
Head Developer
http://www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/

Similar Messages

  • How do i make an entire layer linkable?

    Hello guys
    I have a very big animation with around 33 layers. Each layer goes on for around 50frames (using 10FPS) and they all have different content.
    I would like to add a link to each layer, but so far i've only sucedeed in linking a single frame in each layer... Would like to know if it's possible to make the entire duration of the layer linkable.
    Also, since there are so many layers, is it possible to make buttons that on click jump to the next/previous layer?
    Ty in advance

    Layers are not Flash objects so you cannot link them.  You can link what they contain.  If you want to li8nk all of what is in a layer then you need to create it as a movieclip wherein the 50 frames it is comprised of are internal to the movieclip, on the movieclip's timeline.
    I don't know what you mean as far as wanting to be able to have buttons that bring you from one layer to another.  Layers are parallel entities so if you are in a timeline, you are in all of its layers simultaneously

  • Set Text of Layer Question

    A Very Easy Question.
    I attempt to "set text of layer." I click on the plus sign on
    the behaviors window, and set text to layer. A cute little box pops
    up. In the Layer drop down box is a host of "unnamed
    <span>"s. None of my divs are listed. In the body of this
    page are Plenty of ID'd divs. I have named layers out the wazoo.
    Why Are My Named Layers Not Listed In the Layer Drop Down
    Box?

    > seen it done many times over in rss readers, although
    when I look at the
    > page
    > source I secretly hope that it's not as complicated as
    it appears.
    It would depend entirely on your level of HTML expertise.
    One way to solve the problem would be to use an IFrame to
    contain the
    external content on the page, but a frame is a frame is a
    frame. By that I
    mean that IFrames usually provide all the user problems that
    frames do.
    > With the accordion widget I'm using as the main visual
    feature of the site
    > I'm
    > creating, I find it unnacceptable to think I'll have to
    reload the entire
    > page
    > every time a user wants click on something to view
    information; I thought
    > programming like that was a thing of the past.
    Linking from one page to another is how static HTML pages
    work. Having a
    single page to display multiple content elements as loaded
    from a database
    requires that the page return to the server to fetch new
    content from the
    database on each click. Either method requires a page
    refresh.
    Linking to content that is placed within an IFrame doesn't
    require this page
    refresh, but carries other disadvantages as mentioned above.
    Does that help at all?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "iiinsomniiiac" <[email protected]> wrote in
    message
    news:[email protected]...
    > Well, my apologies for not knowing exactly what you mean
    by
    > "round-trip"ing -
    > but - I suppose I'm simply looking for the easiest way
    to do just what I
    > explained: an onclick event that loads an html file into
    a div or td.
    > I've
    > seen it done many times over in rss readers, although
    when I look at the
    > page
    > source I secretly hope that it's not as complicated as
    it appears.
    >
    > With the accordion widget I'm using as the main visual
    feature of the site
    > I'm
    > creating, I find it unnacceptable to think I'll have to
    reload the entire
    > page
    > every time a user wants click on something to view
    information; I thought
    > programming like that was a thing of the past.
    >

  • Is it possible to trim a video layer according to sound levels found in its audio spectrum?

    Hi There,
    I'm interested to know if there is any way via a script or an existing plugin that would allow me to trim down a video layer based on the sound levels in it audio track?  For example, if I wanted to set the in point for a source footage element to where sound started.  Is that possible with scripting?  If not, is there a plugin that analyzes the audio spectrum so that a script could possibly determine that point?
    Thanks for your time and help!

    This example uses the "Convert Audio to Keyframes" menu command to find the first frame where the selected layer's audio level is above the value specified in variable "threshold" (0.1 in this example). It then sets the selected layer's in point to that frame.
        var threshold = .1;
        function main(){
            var myComp = app.project.activeItem;
            if (myComp == null || ! (myComp instanceof CompItem)){
                alert("No comp active.");
                return;
            if (myComp.selectedLayers.length == 0){
                alert("No layer selected.");
                return;
            if (myComp.selectedLayers.length > 1){
                alert("More that one layer selected.");
                return;
            var myLayer = myComp.selectedLayers[0];
            if (! myLayer.hasAudio){
                alert("Selected layer doesn't have audio.");
                return;
            app.executeCommand(app.findMenuCommandId("Convert Audio to Keyframes"));
            var myAudioLayer = myComp.layer(1);
            var myProp = myAudioLayer.effect("Both Channels")("Slider")
            audioFound = false;
            for (var i = 1; i <= myProp.numKeys; i++){
                if (myProp.keyValue(i) > threshold){
                    audioFound = true;
                    myLayer.inPoint = myProp.keyTime(i);
                    break;
            myAudioLayer.remove();
            if (! audioFound){
                alert("No audio above threshold found.");
                return;
        main();
    Dan

  • Possible to set Preview Checkbox 'On' as Default?

    Hi there again Illustratophiles!
    I spent this morning setting up my function keys to Illy menu commands (check out Microsoft's Wireless Keyboard 1000; it works on Mac and Win and has 20+ extra configurable keys in addition to the function keys -- I'm on the Mac and use it for application launching, expose, find file, and setting function keys in multiple applications). Still can't map any tools to function keys (grumble grumble) but that is another post entirely.
    I also spent some time configuring one of my New Document Profiles, and am curious if it is possible to set all the Preview checkboxes to On as the default setting. For instance, if I am editing an existing global color swatch and want to see the results before comitting I have to click the Preview checkbox in the dialog box. Or, if I am in the Move dialog box. Or if I am using one of the Effects. It would save me some time if this is possible.
    Cheers in advance and all that.
    -g-

    Open the New Document Profile you want and uncheck the Hyphenate box in the Paragraph panel. Then save the file, overwriting the original. As for the first part, most of what you are describing are handled by .aip or plugins and are essentially a compiled software that could only be changed by the originators. Not to say it wouldn't make a good feature request.

  • Hi I have two questions. I am using NAS 4.1 and was wondering is it possible to set a different session timeout for different users? How is the session timeout set? Thanks, YS

     

    <i>I am using NAS 4.1 and was wondering is it possible to set a different session timeout for different users?</i>
    Um, there is no such thing as NAS4.1.
    I'm assuming that you mean NAS4.0 (maybe NAS4.0sp1?). If so, then the session timeouts are specified in the session section of the NTV configuration files.
    AFAIK, you can specify session timeouts on a per user basis.

  • Is it possible to display the entire list in Background ?

    Hi all,
    I have alv report(Oops) , it is grid display and having more than 300 columns , when i execute that report in background i am getting only 132 columns and 65 lines per page, Is it possible to display the entire list , If it is possible then how we can do that? if it is not what is the reason? .
    Thanks in Advance.

    Hi,
    If use Grid in BG u will get o/p In ALV List Itself, second thing is u will get Croped o/p bcos of Print Format 65255 , in this case u have to create/change a new Print Format only for BG jobs like 651000.
    for more info ask ur basis person to create a new print formats in such cases.
    Regards,
    shiva.

  • Is it possible to set up multiple iTunes accounts on a single computer?

    is it possible to set up multiple iTunes accounts on a single computer?

    If you do it with a single user account, you will receive update notifications for purchase made on both IDs regardless of which one you're using at the time.  That's slightly frustrating as you get the notification BUT you can't actually update!  In any event, separate user accounts on the computer is the cleaner way to go.

  • My daughter and I have separate iCloud accounts set up on out desktop PCs and our iPhones and iPads. We want to share the usage of a Win 8 laptop and will log in using using separate user accounts. Is it possible to set up our own iCloud accounts?

    My daughter and I have separate iCloud accounts set up on out desktop PCs and our iPhones and iPads. We want to share the usage of a Win 8 laptop and will log in using using separate user accounts. Is it possible to set up our own iCloud accounts in each of those separate user accounts?

    No it is not possible.  Content purchased from the iTunes Store is permanently tied to the account from which it was originally purchased, and Apple does not provide a way to change it.

  • Is it possible to capture an entire DV tape into a single .avi

    I am capturing DV tapes and even if I uncheck the "split scenes" option in the capture window, PE7 still splits the scenes into many .avi files.
    Is it possible to capture an entire DV tape into a single file?
    Thank-You for your help.

    Steve
    The split is completly turned off and I am getting multiple files anyway!

  • Is it possible to set up a HP Scanjet 8200 series (8290 with ADF) Intel Mac

    Is it possible to set up a HP Scanjet 8200 series (8290 with automatic document feeder) on the new Intel based Mac Pro desktop computer (nehalem 2.93 dual processors, 8 core)? Can anyone please steer me in the right direction -- I tried one of the drivers from the HP website and the install reflected that it does not work on intel based computers. Does OS X Leopard come with some type of utility to help me set up the scanner (I don't see where to set it up)? Thanks.

    Hi Nicky,
    Yes,  you can download and install the software.  Yay!
    HP Deskjet 3050A e-All-in-One Printer series - J611
    Select your printer from the list ...
    Find and open the pdf document titled:
    Install Full Feature Software - Printer
    Good Luck!
    Click the Kudos Star!
    It is a great “Thank You” for the Experts who offer to help!
    Kind Regards,
    Dragon-Fur

  • Is it possible to set up a backup between two external drives

    Is it possible to set up a backup between two external drives?
    i use time machine to back up my imac onto an external 2T.
    i also have two external 3T drives.  i am looking for redundancy of data, tried software RAID and it failed.  i also see some limitations with RAID that a backup would avoid.
    thanks for sharing your expertise.
    be well,
    tony

    so thanks to all of you, particularly rkaufmann87 i have decided to stop the plan of setting up a software RAID set.  instead i have downloaded ccc and am in the process of setting up the secone 3t external drive as a clone.  i will use time machine to back up the internal hard drive only and if possible see if i can clone that as well onto one of the 3t's.
    this gives me the peace of mind i sounght and avoids the problem of total corruption that exists with the raid solution i was exploring.
    thank you all for making this an enjoyable and informative experience.  what a powerful community.
    be well
    tony

  • ThreadOpt values - is it possible to set them and what are the ranges?

    Hi there,
    I have a problem on my TestStand 4.2 platform, with test step result, formed and received from called external sequences results. In my Main sequence, in Post-Expression I defined condition, according to which the "Step.Result.Status" is passed or failed, and it works. But the problem is that in Status Expression field there is following statement: "(Step.Result.Status == "Done" && (Step.TS.SData.ThreadOpt == 0 || Step.TS.SData.ThreadOpt == 3)) ? "Passed" : Step.Result.Status". After deep search in the user manual, I found that (Note from "Expression Tab - Step Properties Dialog Box"): "Certain types of steps, such as Numeric Limit Tests, Multiple Numeric Limit Tests, String Value Tests, Pass/Fail Tests, and Statement steps, reserve one or more of these expressions to perform operations specific to the type of step or a substep performs the operation. In these cases, you cannot use the expressions the step type reserves, which appear dimmed on the tab." 
    Now, my problem is that at this specific step I call to an external sequence, which returns results and it is correct, but if these results, compared to expected are not the same, my step in the main sequence fails. Which is OK. But when the final report is generated I see there "Number of Tests Failed: 0", which is not OK. Since I can't change the "Step.Result.Status == Done", which comes from the external sequence, I thought that may be there is a place to change the "Step.TS.SData.ThreadOpt" and this way to cause to main sequence to correctly report "Failed Tests <> 0"??? 
    Does anyone has an idea whether it is possible to set this the ThreadOpt value and what is the accepted range?
    Your feedbacks and inputs are highly appreciated.
    Stephan

    GSinMN wrote:
    Hello Doug,
      I didn't think I was modifying any hidden properties.  It's just configuring a sequence call step when you add it to the sequence.  The "Execution Options" are clearly shown in a dropdown menu on the Module tab.  I was just pointing out that this seems to be what sets the ThreadOpt variable.  
    GSinMN
    Maybe I misunderstood. When you said "My normal process is to set it to 1, but based on this info, it needs to be either set to None or Use Remote Computer if you want anything other than "Done" to be returned." I thought you meant that you were setting the property directly rather than setting your sequence call steps to "New Thread" with the combobox.
    -Doug

  • Possible to set a default column value to an expression?

    Hi,
    Is it possible to set a default column name to an expression when creating a table?
    For example, I wish to set the default value of a column to read from another table's column and do some arithmetic....is this possible?
    Thanks.

    Yes, you can, with trigger Before Insert for Each row
    But be carefull, you can hit the mutating table problem...

  • My Photoshop CS 5 has some strange actions when I copy a portion of a photo using the clone stamp  to transfer to another part of the image. It carries the entire layer (not just the stamps selection) across the screen and I cannot place it where I need t

    My Photoshop CS 5 has some strange actions when I copy a portion of a photo using the clone stamp  to transfer to another part of the image. It carries the entire layer (not just the stamps selection) across the screen and I cannot place it where I need to. It appears as if I selected the entire layer on purpose (which I did not)
    The below items appeared when I opened Photoshop CS 5:
    “Photoshop has encountered a problem with the display driver and has temporarily disabled G & U enhancements. Check the video card malfunctions website for latest software. GPU enhancements can be enabled in the performance panel of preferences.”
    (I believe this started after the automatically updated Windows was applied. It was coincident with the before mentioned problem . . . but I don’t really know if it had anything to do with it. )

    For the Clone Stamp problem, check the Clone Source panel and Clipped is probably unchecked.
    If so, check Clipped and see if that makes a difference.
    (Window>Clone Source)
    As to the video card problem:
    Which version of windows are you using?
    What is the make and model of your graphics card?
    Do you know which update windows installed?

Maybe you are looking for

  • Where Did My Contacts App Go?

    Hello everyone, I am having an interesting issue with the Contacts application on my Mac Mini. This app used to work fine. However, sometime in the past month-after setting up iCloud for Calendar and Reminders-the Contacts application simply disappea

  • Dynamic Message Choice

    I'm sure there was a discussion about this before(I could not find the exact thread) but let me describe my requirements . I have two messageChoice UI elements that is both populated by view objects. One is independently queried the other is dependen

  • Inline rendering with URL provider

    Hi, After registrating my application to a URL provider I can use it as a portlet. But when I try to navigate to a new page within my portlet, this new page is not rendered within the portlet boundaries. I thought the property inlineRendering of the

  • Alternate for tables statement

    hi friends If i use dictionary fields in the screen i am using tables statement of that corresponding structure.    but i think tables statement is obsolete one is it right so what is the alternative for tables statement how to move the values of fie

  • How to resolve address book duplicates

    between my desk top and my ipod touch and icloud i have many multiples in my address book.  how caqn i undo this clutter?