How would I create a layer ABOVE a custom cursor? [CS5 Pro]

...so the custom cursor would disappear behind the layer when moved across it.
Currently if the layer is simply put at the top of the layer list [above the mouse cursor layer] when published the mouse cursor supersedes it and appears above all layers... not behind any
Many many thanks for your help in advance oh Holy Whizzkids

First, try removing that first line and see if it helps.
Second, if it doesn't help, after that line do the same for whatever object you have in the layer you want to sit above the cursor... it'll need to be objects that you can target with code.
What addChild() does is it takes the object being targeted and places at the top of the display list.  So that first line is essentially uprooting whytehand from the timeline and placing it above all other content planted in the timeline.  So either you don't use it, or you also use it to place the other content above the cursor.

Similar Messages

  • How would I create buttons states for MCs I am creating abstract MCs

    I am creating a generic website that would have abstract MCs that would load jpg or TXT fields for the user interface to allow for fast updates to the site. The MCs that would make up the user interface would be empty and load things into it using XML or PHP later on. How would I create button states for the user interface MCs.  I started creating a function for every MC button state but I thought there might be a more efficient way.
    would creating a array help in this case?
    and is using URLRequest the way to link to pages with in a movie well the flash movie that is the site it's self?
    /*---------------------------- THE START OF MY ACTION SCRIPT ------------------------------*/
    var waywardLogo_mc:MovieClip = new MovieClip;
    var theCollection_mc:MovieClip = new MovieClip;
    var newsPage_mc:MovieClip = new MovieClip;
    var whatthe#$@!doyouwant!?_mc:MovieClip = new MovieClip;
    /*---------------------------- onOver ------------------------------*/
    waywardLogo_mc.addEventListener(MouseEvent.ROLL_OVER,onOver);
    theCollection_mc.addEventListener(MouseEvent.ROLL_OVER,onOver);
    newspage_mc.addEventListener(MouseEvent.ROLL_OVER,onOver);
    whatthe#$@!doyouwant!?_mc.addEventListener(MouseEvent.ROLL_OVER,onOver);
    /*---------------------------- onOut ------------------------------*/
    waywardLogo_mc.addEventListener(MouseEvent.ROLL_OUT,onOut);
    theCollection_mc.addEventListener(MouseEvent.ROLL_OUT,onOut);
    newspage_mc.addEventListener(MouseEvent.ROLL_OUT,onOut);
    whatthe#$@!doyouwant!?_mc.addEventListener(MouseEvent.ROLL_OUT,onOut);
    /*---------------------------- onClick ------------------------------*/
    waywardLogo_mc.addEventListener(MouseEvent.CLICK,onClick);
    theCollection_mc.addEventListener(MouseEvent.CLICK,onClick);
    newspage_mc.addEventListener(MouseEvent.CLICK,onClick);
    whatthe#$@!doyouwant!?_mc.addEventListener(MouseEvent.CLICK,onClick);
    function onOver(event:MouseEvent):void
    event.target.alpha = .5;
    function onOut(event:MouseEvent):void
    event.target.alpha = 1;
    function onClick(event:MouseEvent):void
    event.target.URLRequest("");
    /*---------------------------- onover, onOut, onClick buttonModes ------------------------------*/
    waywardLogo_mc.buttonMode = true;
    theCollection_mc.buttonMode = true;
    newspage_mc.buttonMode = true;
    whatthe#$@!doyouwant!?_mc.buttonMode = true;

    click insert/new symbol, tick movieclip, assign a name, tick export for actionscript and in the class textfield enter a name (say ButtonClass) and click ok.
    attached to the first frame of your new movieclip, type stop() in the actions panel.  put whatever graphic you want on-stage for your button's up stage.  create another keyframe, label it "over" and put whatever graphic you want for button's over state on-stage.
    in a layer above those graphics, you'll probably want to add a dynamic textfield so each of your buttons can have different text.  assign the textfield and instance name (say tf) and extend its timeline to the last frame of your movieclip button.
    then when you want to create a button, on your timeline you can use:
    var b:ButtonClass=new ButtonClass();  // these two lines need to be entered for each button
    buttonhandlerF(b,someX,someY);
    //-------code between dotted lines only needs to be entered once no matter how many buttons you add --------------------
    function buttonhandlerF(b:ButtonClass,x:Number,y:Number){
    b.addEventListener(MouseEvent.MOUSE_OVER,overF);
    b.addEventListener(MouseEVent.MOUSE_OUT,outF);
    b.x=x
    b.y=y
    addChild(b);
    function overF(e:MouseEvent){
    e.currentTarget.gotoAndStop("over");
    function outF(e:MouseEvent){
    e.currentTarget.gotoAndStop(1);
    //-------code between dotted lines only needs to be entered once --------------------
    // you'll also want to create a click listener and listener function
    the code between the dotted lines is amenable to being added to a ButtonClass.as class file if want to expand your capabilities.

  • How do you create PopUp Layer Window?

    Hi!
    I have a question...
    How do you create PopUp Layer Window?
    PopUp Layer Window is a popup window that moves as an user
    scrolls up and down.
    And it cannot be blocked by popup bloacker.
    Please teach me!
    -p.b.p.

    Search the web for persistent layers.

  • How do you create an interactive Keynote PDF on a MacBook Pro that can be downloaded and manipulated on an iPad.

    How do you create an interactive Keynote PDF on a MacBook Pro that can be downloaded and manipulated on an iPad?

    File > Export > PDF

  • I want to make a note and put in a folder like we just place a notepad by right clicking in windows,how should I create a note in a folder in mac pro ...?

    I want to make a note and put in a folder like we just place a notepad by right clicking in windows,how should I create a note in a folder in mac pro ...?

    There's no "New File" shortcut in Finder on Macs, so you have to launch the application you want (eg TextEdit), create your document, and save it there. There are workarounds using Terminal (the touch command), AppleScript/Automator, and using third-party launch programs like Quicksilver, but natively, it can't be done.
    Matt

  • How can you create a layer under a table?

    If anyone knows how- or can send me a linkon how to create a
    layer under a table.
    Great help!!
    ty

    Except that z-index of 2 will appear HIGHER in the
    z-coordinate than a
    z-index of 1. But we still don't know if that's what OP meant
    by "under".
    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
    ==================
    "L. Simon" <[email protected]> wrote in
    message
    news:fbpj5r$89p$[email protected]..
    > This would be my first attempt:
    >
    quote:
    > <div style="z-index:1">
    > .... table content...
    > </div>
    >
    > <div id="stuffunderatable" style="z-index:2">
    > ... whatever you want under the table>
    > </div>
    >
    > <style type="text/css">
    > #stuffunderatable {
    > position:absolute;
    > top:45px;
    > left:45px;}
    > </style>
    >
    > Note that the 45px numbers are out of thin air, and
    you'll need to adjust
    > it
    > to get the layer to appear where you want on your page.
    >

  • How do i create a layer of blue to add to existing image to have a blue sky?

    Adobe PhotShop Elements 3.0 for Mac OS X+ Mac Mini
    I am a real estate photographer. most agents want a blue sky rather than the grey. What procedure would you recommend to creat this?
    1. a layer of blue? if so how do i create one then add it to existing image?
    2. is there a brush or paint bucket or other tool that can be used to fill in the sky area with blue on existing image.
    Thanks
    Hank of California

    Hank,
    1. Open the layers palette and also the color swatches palette
    2. Duplicate the background layer, shut off the visibility of the background layer be clicking on its eye icon.
    We shall be working on the background copy layer, which should be the active layer, and is denoted in blue in the layers palette. In case it is necessary to start over, one can delete the layers which have been generated, proceeding from the original layer.
    3. Use the magic wand tool. Have contiguous and use all layers checked. Click on the "old" gray sky. In case this tool does not pick up a portion, hold down the shift key and click again.
    4. You shall see a selection as denoted by "marching ants."
    5. Go to Layer>new>Layer via copy. Hold down the ctrl key and click on this layer in the layers palette, making this active
    6. Select a blue color from the swatches palette (foreground color)
    7. Use the paintbucket tool to fill in the "new" blue sky
    8. You can adjust the opacity of the new sky layer with the slider in the layers palette
    There are other ways to do this as well, but this method has served me extremely well. To give it a really nice look, there are available cloud brushes for free download via Adobe Studio Exchange.
    Ken

  • How would you create a read/display only applicaiton montior role for SRM

    Hello,
    I was hoping to get some insight on how to create a display/read only SRM Application monitor role.  This role would be used by our Service Desk to perform basic trouble shooting before escalating.  Currently in our system it is tied into a tab named SAP Administration and has the capability of doing more than read.  How do you create a read version of this to only display the application monitoring in read mode? We currently have an SRP role that has the followiing auths below.  Would a EPP portal role need to be created and if so how>  Thank you for any assistance.
       Manually   BBP Component                                                BBP
              Manually   SRM: General Access Authorizations in EBP                    BBP_FUNCT
               Manually   SRM: General Access Authorizations in EBP                    T-SD59003000
                 Function in SRM (for Authoriza MON_ALERTS                                                                  BBP_FUNCT
    - Todd

    Hello,
    I was hoping to get some insight on how to create a display/read only SRM Application monitor role.  This role would be used by our Service Desk to perform basic trouble shooting before escalating.  Currently in our system it is tied into a tab named SAP Administration and has the capability of doing more than read.  How do you create a read version of this to only display the application monitoring in read mode? We currently have an SRP role that has the followiing auths below.  Would a EPP portal role need to be created and if so how>  Thank you for any assistance.
       Manually   BBP Component                                                BBP
              Manually   SRM: General Access Authorizations in EBP                    BBP_FUNCT
               Manually   SRM: General Access Authorizations in EBP                    T-SD59003000
                 Function in SRM (for Authoriza MON_ALERTS                                                                  BBP_FUNCT
    - Todd

  • How would I create an USB Barcode Scanner Listener using Adobe AIR?

    I want to create a USB barcode scanner listener that would read in the scanned barcode, and place the barcode in a field in my AIR App even if the program wasn't focused on that particular field in the App.  If the client was using the application at the time for something else the scan would be buffered in AIR till requested or the AIR App has been idle for x period of time where upon the field would be brought into focus.
    How would I go about this (I'm developing on windows)  Was hoping for a USB solution within AIR but not fussy at all if I have to go outside AIR to solve this problem.  Java, Flex, ActionScript, Flash, C, C++, C#, VB (currently I've developed the rest of the App using Adobe AIR and JavaScript)
    I thought after some research that I could make a Java App (if all else fails) that listens and buffers the input and passes it along using a socket but JUSB doesn't work on Windows properly.
    I'm not stuck on any one particular implementation or idea just want to get development underway so...  Any ideas? or suggestions would be awesome.  I've googled a lot but haven't found any examples or solid suggestions, so any URL pointing to that information would be great too, if you know of a good one, then I'd be able to read up on any suggestion.
    Thanks,
    Marty

    Thanks Joe,
    Just for anyone else.  I bought a Metologic Scanner - VoyagerCG.  I was trying to get it to work using Java USB for a bit with no luck.  But if you get this scanner or one like it, it can be configured as a Virtual COM Port.  Which is very very easy in Java to set up as a listener and use sockets to transfer the data and listen within AIR.
    This PDF has links to drivers and instructions if this is useful to anyone.
    http://taltechnologies.com/products/Eclipse-Voyager%20Interface%20Options.pdf
    All the best,
    Marty

  • How would I create an assembly of forms using only form names?

    I want to create an assembly of forms by passing only the names of the forms stored in the LC repository to the Assembly service. How would I do that? Is the assembly service the correct service to use in this case? Thank you.

    String classname = "Abc.class";
    Class class = Class.forName(classname); // catch ClassNotFoundException
    Object object = class.newInstance(); // catch InstantiationExceptiion
    MyIntrface myInterface = (MyInterface)object; // catch ClassCastException

  • How would one Create a "Custom Cursor" that can move BEHIND certain layers?

    In terms of Flash expertise I am on the the doddering divkid level -- but have mananged to create a custom cursor; a hand that I want to move about over most layers but under one specific layer. Currently, no matter the layer order, when published the cursor image jumps straight to the top.
    Is there a property I can imbue in the would-be "top" layer or a way of editing or modifying the custom mouse cursor actionscript that would bring about the desired result?
    Many thanks in advance for your time and expertise...........................peace

    you can easily attach the cursor between the specific layers you want using an empty movieclip and add your cursor movieclip to the emptyMC using the class name. Look at the screenshot and follow the code. it works
    and here is the code:
    import flash.display.MovieClip;
    var whytehand:MovieClip=new cur();
    emptyMC.addChild(whytehand);
    emptyMC.mouseEnabled = false;
    emptyMC.addEventListener(Event.ENTER_FRAME, fl_CustomMouseCursor_5);
    function fl_CustomMouseCursor_5(event:Event)
        emptyMC.x = stage.mouseX;
        emptyMC.y = stage.mouseY;
    Mouse.hide();
    Thatz it!

  • How would i create dynamic categories.

    http://www.quietlyscheming.com/blog/components/flexbook/
    http://www.rubenswieringa.com/blog/flex-book-component-beta
    I am trying to create a dynamic flipbook, the first one i
    ever made in flex is here.
    http://proof7.com/holiday2008/
    Now I am trying to create a book with a few different
    categories. 8 to be specific.
    How would I go about creating a book with sub categories that
    will allow me to click a menu or button, to flip to the next
    category, but the actual page contents be dynamic?
    The other members of my team say that it can be achieved
    through XML, but I havent seen any examples showing how to
    dynamically generate pages from the DB. Some say use the URLloader.
    The code is from the QS version. I like this one because it
    has the zoom but I have to figure out how to get it to talk with
    the backend first.
    Any help would be greatly appreciated.
    Court

    http://www.rubenswieringa.com/blog/flex-book-component-beta
    Nobody ever created a project that had more than 1 category
    with this component?

  • How can I create a Virtual Private Nework on my MacBook Pro?

    Hello all,
    I have a MacBook Pro 17" with OS X 10.4.7. I need to install and run five instances of Apache2 and demonstration the websites without having to be connected to a network/Internet. My /etc/hosts file would look something like:
    192.168.21.1 www.local
    192.168.21.2 svn.local
    192.168.21.3 trac.local
    192.168.21.4 jsp.local
    192.168.21.5 cfmx.local
    Then I could just open up a browser and type www.local in the url locator.
    How would I setup a virtual network card where I can assign these IP addresses to it? Would I use the lo0 (loopback) for this?
    I also have Parallels installed so that I can run one or more other operating system along side Mac OS X like Windows XP Pro, Redhat, etc.
    Is there a way that I could create a virtual private network on my MacBook Pro and not have to be connected to any network?
    How would I do this?
    Thanks,
    Troy Simpson

    As it turns out this is exactly what I am looking for:
    http://forum.parallels.com/thread1877.html
    I want to create a Host-Only Network on my MacBook Pro. The Parallels software created a virtual Network Interface Card on the Host OS called en2. I just added aditional IP Address to this virtual Network Interface Card.
    Even if you do not use Parallels for Hosting Guest OS (Virtual Machines), it does create the Virtual Network Interface Card.
    Now I have 5 Web Servers on my MacBook Pro so that I can test various senerios and configurations.
    Troy Simpson

  • How do I create or export a logo in Illustrator CS5 with an alpha channel to use in Final Cut Pro 6?

    To anyone who can help:
    I have created a logo using Illustrator CS5 and need to import it into a video sequence in Final Cut Pro 6.  The logo has a transparent background.  It seems FCP 6 will import both native .ai files as well as .tiff files, but when I open them in FCP 6, the alpha channel (transparent background) is no longer there; there is just the logo over a white background.  Is there a setting or step I am missing?
    Shaun MacLellan

    I have to insert AI images into Final Cut Pro and Motion quite frequently.
    The most effective way I've found to get an AI image into Final Cut is to:
    1. Select/copy all the objects in the AI doc.
    2. Create a new file with a transparent background in Photoshop and paste.
    3. Merge the layers and make sure the mode is RGB.
    4. Save out as a .PNG or .PSD.
    5. Drag the result into Final Cut (or Motion).
    6. Resize and position the result to taste.
    Attempting to export directly from AI to .PSD or .PNG is a wasted effort  and the results may not even be recognized by Final Cut.
    Yes, it requires Photoshop and it is a few extra steps...but it works like a charm.
    Additionally, when creating a new file in Photoshop, you may want to initially set its size to match the aspect ratio of your video. For example, if you're making an HD video, you might set the size to 1280x720 and position the AI elements where they are supposed to be in frame. You can set the AI elements in accurately by cutting and pasting a frame from your video into Photoshop and positioning the AI elements in place on another layer above the video layer. Delete the video layer before saving out as a .PNG or .PSD and it will appear in Final Cut exactly where it should be.

  • How can I create a tiger partition on a new macbook pro?

    I understand how to partition a drive, and install tiger, but how do I install leopard on the other partition without having a leopard install disk? (Having just what came with the laptop)
    I was about to buy a new macbook pro when I learned the I wont be able to use my final cut pro 3 with leopard. (thank you apple) I was thinking I could have a bootable partition running tiger that would be used with FCP3, but then how would I get leopard back on the other partition?
    It sounds like maybe leopard isnt worth the trouble? Will photoshop 7 work with leopard?

    Why is apple doing this? I thought only microshaft pulled these stunts!
    It's not a stunt. Apple has always, always done this. A large part of the reason is simply that the Mac you're using didn't exist when older versions of an OS were released. So the drivers for your hardware don't exist on those older disks, making it impossible to correctly install the OS for your Mac.
    It's not just major releases, either. I had a G5 that came with Panther, 10.3.5. Even though I had a retail copy of Panther, the G5 could not boot to the retail disk as it was 10.3.0. Again, the drivers weren't on the retail disk for my Mac since that model didn't exist at the time Panther was released.
    So my options (like I have any options!) are to buy a new macbook pro for megabucks, AND buy all new software for megabucks?
    No, only those apps that are too old for the OS you're using. Photoshop 7 was the first OS X version. And at that, it was really still an OS 9 app with just enough extra support files that allowed it to run in earlier releases of OS X. I'm still using quite a few older apps that run just as well now as they did in Panther. Even those that are PowerPC only apps since they run fine through Rosetta emulation.
    I believe PS 7 still qualifies for the upgrade price to PS CS3. That isn't bad at $160.

Maybe you are looking for

  • Help needed in look up code

    Hello ALL, I am new to ABAP and would like to check if any one can guide me through on the following issue. DSO-1 Keys: promise#, doc_num, item_num,reason DSO-2: promise# field: withdrawn_reason restrictiont: get only withdrawn reason with 1 DSO-3: d

  • Presets Not Showing Up

    I have downloaded some presets from a cool website, and in Beta versions they showed up in the preset window. But now , with 1.0, they are not showing at all. I have quit twice but to no avail. Did Adobe change where the presets go?

  • No entries in VBFA table after invoice creation

    I created an invoice with refrence to sales order. After creation there are no entries maintained in the VBFA (Document Flow) table. All other tables got updated. Thanks.

  • Cheque lots

    Hi Gurus' This is very easy question. but alos i am asking to all pls suggest creating cheque lot transaction in sap easy access i want to give acces to my user i know this transaction FCHI Pls suugest me

  • Can HRMS and Campus Solution 9.0 be installed with PeopleTools 8.49 ?

    Folks, Hello. I installed FSCM 9.0 with PeopleTools 8.49 and the applications work correctly. I want to install "HRMS and Campus Solution 9.0" in the Operating System Windows Server 2003 in which FSCM 9.0 and PeopleTools 8.49 are installed. I have ch