Is there an expression that lets you switch between layers every other frame?

Kind of like flickering back and forth between two layers. I'm guessing adding an expression to the opacity on the top layer would do it.
Thanks,
Josh

Something like this applied to the opacity of the top layer:
f = timeToFrames(t = time + thisComp.displayStartTime);
    if (f % 2 == 0){
0}
else 100
It's just a simple java test for even numbers
Hope this does what you want.
Another variation would be:
f = time / thisComp.frameDuration;
s = Math.round(f);
if (s % 2 == 0){
0}
else 100

Similar Messages

  • Is there an adapter that lets you use iPhone earbuds with an iMac?

    I have big heavy uncomfortable headphones with a mic that I use for gaming on my iMac.
    I'd rather use the earbuds from my iPhone.
    Is there an adapter that lets you use iPhone earbuds with an iMac?

    I got the splitter, (see link below), but the mic does not seem to work. Apparently, there's a difference between a mic port and a line-in port. Mic ports are powered by the computer, line-in ports are not. They expect a powered signal to come from the input device. The iMac has a line-in port.
    I downloaded an app called Line-in that is supposed to give back the ability to use unpowered mics with Macs that lost the abiliy after a system update. It did not work for me. I guess my iMac never had the ability to use unpowered mics.
    So I ordered the USB Stereo Audio Adapter below. It's basically a sound card that plugs into a USB port and will work with an unpowered mic. It has not arrived yet. I'll let you know how it goes.
    GTMax Headset Adapter: Smartphone Headset to PC Adapter - Use a 3.5mm iPhone/Smartphone Headset With Your PC, Converts 3.5mm Plug to Dual Mic/Audio 3.5mm, for Skype/VOIP
    http://www.amazon.com/gp/product/B0046FMRGA/ref=oh_details_o01_s00_i00
    Syba SD-CM-UAUD USB Stereo Audio Adapter, C-Media Chipset, RoHS
    http://www.amazon.com/gp/product/B001MSS6CS/ref=oh_details_o00_s00_i00

  • Are there any apps that let you print from an Ipad to a Kodak printer?

    Are there any apps that let you print from an Ipad to a Kodak printer?

    How to Print from Your iPad: Summary of Printer and Printing Options
    http://ipadacademy.com/2012/03/how-to-print-from-your-ipad-summary-of-printer-an d-printing-options
    Print from iPad / iPhone without AirPrint
    http://ipadhelp.com/ipad-help/print-from-ipad-iphone-without-airprint/
    How to Enable AirPrint on a Mac and Use Any Printer
    http://ipadhelp.com/ipad-help/how-to-use-airprint-with-any-printer/
    iPad Power: How to Print
    http://www.macworld.com/article/1160312/ipad_printing.html
    Check out these print apps for the iPad.
    Print Utility for iPad  ($3.99) http://itunes.apple.com/us/app/print-utility-for-ipad/id422858586?mt=8
    Print Agent Pro for iPad ($5.99)  http://itunes.apple.com/us/app/print-agent-pro-for-ipad/id421782942?mt=8   Print Agent Pro can print to many non-AirPrint and non-wireless printers on your network, even if they are only connected to a Mac or PC via USB.
    FingerPrint turns any printer into an AirPrint printer
    http://reviews.cnet.com/8301-19512_7-57368414-233/fingerprint-turns-any-printer- into-an-airprint-printer/
     Cheers, Tom

  • I'm trying to add pictures to my ripped movies in my library but it keeps telling me it can't save the library because there's not enough memory. There is plenty on my hard drive, is there a setting that lets you increase the amount of memory?

    I get a window popping up that says "The library iTunes file cannot be saved. There is not enough memory available.".  I have 980GB free, I don't understand how to change a setting or what ever is causing it.

    Hello Wyodor,
    thanks for your reply on my question.
    You are wright the index file is 308 KB.
    And offcourse that I delete my files and documents is not an Iweb problem, but because my English is not that good, that I thougt I try to tell the whole story, and hope people can read trough the lines.
    Why I didn't use Iweb to upload to the server is because the server company recommanded to use file zilla. And I am a nobody with this kind of things, so I did exactly what they tell me to do.
    No, i did not make a backup of Iweb and the domain file, but reading other messages on this forum showed me that I can maybe try to make empty the cashfile (?)
    and otherwise I have bad luck and have to make my website again. Offcourse I have a lot of examples from all the pages (copied from the local map to my USB stick) and my website is aprox. 15 Mb, (not so big) so it will cost me a few nigths.
    But I'm still hoping on a miracle :-)
    greetings Lasource

  • What happened to the little icon that let you switch back & forth from mini player?

    In earlier versions of iTunes you could easily switch with from full window to mini player by clicking a small icon on top right of large window. iTunes 12 makes you use a key board shortcut...any thoughts?

    You open the MiniPlayer by clicking the artwork in the top central status area.
    You close the MiniPlayer by clicking the small X at the top left.
    The tool below that shows or hides artwork.
    tt2

  • Is there a FM that lets you know whether the database is being locked/down?

    Dear experts,
    I have a situation here where i need to know if the database is being locked or being down.
    I understand that there is a DBID that will determine its availability.
    Thanks for your kind assistance.
    Regards
    Earl

    hi
    for locking:
    CALL FUNCTION 'ENQUEUE_E_TABLE'
    EXPORTING
    tabname = 'ZTABLE'
    EXCEPTIONS
    foreign_lock = 1
    system_failure = 2
    OTHERS = 3.
    for Unlocking:
    CALL FUNCTION 'DEQUEUE_E_TABLE'
    EXPORTING
    tabname = 'ZTABLE'.

  • Illustrator CS4 or CC, effect that lets you quickly change from color vector vector grayscale?

    In Illustrator CS4 or CC, is there an effect that lets you quickly change a color vector illustration into a grayscale vector illustration?

    edit >> edit colors >. convert to grayscale

  • Is there any event that triggers when you switch between components?

    is there any event that triggers when you switch between components?
    like for example... when i switch between components, i need a function to fire everytime i switch...
    ive tried show, hide, and initialize... and none of them work...
    any ideas or help is greately appretiated!!

    Depends on what you are trying to do,
    you have mouseover and mouseout and mouseclick events which you can use on the component and write code to deal with what you want to happen when you change focus. You have keypress event which would allow you to monitor tabbing between components, remember that in most events the currentTarget and target values will give you the information you need to handle component interaction.
    so
    [Bindable] private var CurrentObject: Object; <-------  use this as a pointer to what ever object you are currently focused on or just to indicate things have changed
    addeventListener(MouseEvent.CLICK,myCompponentSwap);
    protected function myComponentSwap(e:event): void
        if (CurrentObject !=e.currentTarget && CurrentObject != null)
             do what you want becuase a component switch just happened
        CurrentObject = e.currentTarget;
    Hope this gets you started.
    David

  • My apple keyboard had some problems, the store replaced it for me. I had to sign in to my computer, and couldn't get to pair the keyboard with the computer, as could not sign in. I know there is a command that lets you override this, does anyone know whic

    My apple keyboard had some problems, the store replaced it for me. I had to sign in to my computer, and couldn't get to pair the keyboard with the computer, as could not sign in. I know there is a command that lets you override this, does anyone know which buttons to  press.  I gather when you do this, a box comes up and pairs the two with a number you have to type in.

    Hi rpaspinall,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at this article:
    Apple Wireless Keyboard: Difficulty during pairing process
    http://support.apple.com/kb/ts1569
    Best of luck,
    Mario

  • There used to be an option on the home screen of the store that let you look at lists of songs made by users - what happened to this feature??

    On the home screen of the itunes store on the right hand side - there used to be an option that let you choose songlists - lists of certain songs made by itunes users - for example workout songs, love songs, date night songs, songs to run by .... 

    I believe this was part of the iTunes "Ping" feature, which has been removed since iTunes 11.

  • Is there an app that allows you to write in an ipdad

    Is there an app that allows you to write like S notes with google

    There are hundreds of apps that let you write with your finger or a stylus. Penultimate and Noteshelf are two I've used.

  • Email client that lets you select IMAP folders?

    Hi, is there an email client for Iphone that lets you select IMAP folders to be displayed? I'm using a huge number of (sub) folders and definitelly do not want to see them all on my phone, it is very annoying.
         Thanks, Jan

    Is the notifier part of the email program? Is it an independent program like poptray? If it is separate from Firefox, it really shouldn't matter which browser you are using. Unless the notification is within IE.

  • Found an app that lets you use PS Touch in Portrait.

    I found an app called "GMD Smart Rotate" that lets you use PS Touch in Portrait orientation, even with the tablet upside down( good for some covers the are hinged on the botttom). The app is supposed to use your front facing camera to detect your eyes to tell whether you are holding the tablet horizontally or vertically(good for when lying down and looking up at the tablet). Although I could not get this main feature to work, the app also has the ability to force an app into landscape or portrait even if it was not programmed too. I tested it with Touch and it seems to work fine. All the menus and tools are still accessible and I have not found any problems so far. It also has a feature like smart stay on samsung devices(paid version). The app is availible in the Play Store. There is a free and paid version.
    I'm currentely only using the free version on a Galaxy Note 10.1 running ICS. Another problem checked off my issues with PS Touch list. Now if only they added .psd layer support and more brushes I'll be set.

    Maybe you will use Dropbox, then you can share documents and more with your iPad, computers and mobiles; http://www.dropbox.com
    There is also an App; http://itunes.apple.com/app/dropbox/id327630330?mt=8

  • Is there a program that allows you to black out most of the screen content of a PDF and slide down like you would with an overhead (covered with a piece of paper)for teaching purposes??

    Is there a program that allows you to black out most of the screen content of a PDF (on an iPad) and slide down like you would with an overhead (covered with a piece of paper) for teaching purposes??

    Maybe this online manual would help.
    * http://en.flossmanuals.net/thunderbird/interface/
    Not sure how well printing it out would work, though.

  • Is there an application that allows you to read iBooks purchased from iTune

    Is there an application that allows you to read iBooks purchased from iTune. like Amazon books for Kindle ?

    Yes it is the iBooks reader that comes with the iPad.
    There are readers foe Barnes and Noble (eBook) & (nook) and Amazon (kindle).
    But iBook comes preinstalled.

Maybe you are looking for

  • Error while deploying the par file

    while deploying  an application in NWDS we are getting the error as"operation failed,please make sure that the server is running or check the log." we have ensured that the server is running,but the deployment is getting failed. Please suggest tips t

  • Excel in place from AlV GRID

    Hello, i am displaying an ALV Grid by using "REUSE_ALV_GRID_DISPLAY". When I switch to Excel inplace display for the result list only 202 rows are displayed in excel. (in alv list there are 1376). When i switch back to alv list all are shown again. H

  • Schedule sender file adapter

    hi all, Is is possible in some way to schedule the file adapter? My requirement is that the file is created in the source directory at 8:00 am but I need to pick up the file only at 11:00 am. How can I do this? How are these scenarios typically handl

  • How can I select education plan with my existing Adobe ID (the option buy now is grayed out)?

    Hello, My existing account is a gmail account. Since I recently enrolled in an education institution, I want to select the education plan for the existing one. Anyone encountered this before? Thanks.

  • Workflow for Purchase order creation!!!

    Hi, I am new for SAP Workflow. I have a requirement to create workflow for PO creation. Once the approval of 2 levels, then PO should be released. Could you please help me to do this. Please provice me the step by step procedure or relevent materials