Make function inactive at scale==x

i have some movie clips that when moused over, become visible.  when clicked the clips are clicked on they tween to center-stage and zoom to fill the extent of my stage.
one the zoom completes, i'd like the mouse over effect and function to no longer be active.
i've been trying this by just making the mc invisible at scaleX>1.  This does not do the trick...
if (allthings.NEZOOM.scaleX>1{
     allthings.NEZOOM.alpha=0
the function that is running the MOUSE_OVER is called NEOVER and looks like this
function NEOVER(e:MouseEvent):void{
    TweenLite.to(allview.allthings.NEZOOM, .5, {autoAlpha:.5,overwrite:true});
    TweenLite.to(allview.allthings.NETXT, .5, {autoAlpha:.85,overwrite:true});
is there a way I could make NEOVER inactive after once i click on the NEZOOM movielip?  the click event looks like this
function NECLK(e:MouseEvent):void{
var calledx:Number;
calledx=(allview.allthings.NEZOOM.x);
var calledy:Number;
calledy=(allview.allthings.NEZOOM.y);
var goto:Point=new Point(156-calledx,246-calledy);
//TweenLite.to(allview.allthings,.5,{x:goto.x,y:goto.y,onComplete:NEZM});
TweenLite.to(allview.allthings,.5,{x:goto.x,y:goto.y,scaleX:1.5,scaleY:1.5});
TweenLite.to(allview.allthings.hydro, .5, {autoAlpha:1,overwrite:true});
thanks in advance

intersting...
so i've tried to include the mouseEnabled piece into the if statement.
when i click on the mc (NEZOOM), the parent (allthings) scales causing everything to appear larger
if (allthings.scaleX>1){
                allthings.NEZOOM.alpha=0;
                allthings.NEZOOM.mouseEnabled=false;
i've tried the if statement above and the mc is still active when the parent scaleX > 1.  am i missing something obvious?
thanks

Similar Messages

  • How to make Functional area to be mandotory in KS01

    Hi all,
    My requirement is to make the Functional area field in Transaction KS01,KS02, KS03 to be mandotory.
    are there any SPRO settings for that...?
    Or Is there any Exit ?
    Thanks in advance.
    Regards,
    Amruta

    Hi,
    There is no SPRO setting to make functional area mandatory.
    But you can use validation functionality to validate the master data before you save.
    This may Help
    Regards
    Shantanu

  • How can we make function calls to sap in odi ?

    how can we make function calls to sap in odi ?
    to populate a column i need to make a function call which returns the value.

    There are two ODI SAP adapters available that allows extraction from SAP ERP and SAP BW. For SAP ERP we allow extraction from ERP tables, but not from RFCs/BAPIs.
    You can find details on them at
    http://www.oracle.com/technetwork/middleware/data-integrator/overview/odigs-sapabap-168070.pdf
    http://www.oracle.com/technetwork/middleware/data-integrator/overview/odigs-sapabapbw-168071.pdf

  • Payment release function inactive while creating invoice through FB60

    Hi,
    I am getting message while creating invoice through FB60 as "Payment release function inactive".
    When I select "Free for payment" after going in payment tab, that time only system is allowing me to go further.
    Is there any  mistake I am doing?
    Pls suggest.
    Thanks,
    Taral Patel

    Hi,
    Check in vendor master in FD02 > Company Code Data > Payment Transactions, whether the payment block is active there or not?
    Also check in OBB8 transaction whether any payment block key is linked to the payment term which is being used in the vendor master.
    Regards,
    Gaurav

  • "Make Service Inactive"

    Just bought my first iMac yesterday and I am trying to figure out all the settings to secure it (since I am a paranoid former Windows user).
    My question is: I know that in apartment buildings many people piggyback or leach off of their neighbors unsecured networks. I want to prevent anyone from using my connection.
    I have an iMac with a direct connection to my cable modem (ie no router), using an Ethernet cable. Should I set Airport service to inactive (the gear thingy)? If I do not, does that mean I will be "discoverable"?
    I ask because during the OS setup it offered a list of networks around me to join, so I am guessing if I can see them they can see me. Hope that made sense.

    For your purposes I don't think it really matters whether you turn it off in the menu or make it inactive in preferences. You could make it inactive just because you'll never use it. Technically, if it is "off" then scripts or other software can be programmed to turn WiFi power back on. (I have scripts that do that when automating a Location switch on my laptop.) If you make it "inactive," then when software goes to turn it on, it simply isn't there and might produce an error like "interface not found," but of course you probably won't be running anything that wants access to WiFi.
    beckyk1 wrote:
    I have an iMac with a direct connection to my cable modem (ie no router), using an Ethernet cable. Should I set Airport service to inactive (the gear thingy)? If I do not, does that mean I will be "discoverable"?
    Normally, even if your AirPort was on, your iMac wouldn't been seen by your neighbors unless you had some type of sharing on, or if they were technically advanced and specifically running software that looks for wireless client packets.
    Now, about discoverability and sharing...if you are on cable with no router, I have heard that some cable systems wire up a neighborhood such that it's as if they were all in the same office, which means sometimes you can see computers show up which are in houses down the street. If your cable system works this way, then even if you are wired, you need to have your firewall on, and stealth mode on, and you need to be aware of what you are sharing. By that I mean, watch out for iTunes sharing and iPhoto album sharing. If they are on, your music and photo albums might be being published over the local network. If all Mac sharing possibilities are turned off, and you are firewalled and stealthed, you should be non-discoverable...
    ...watch out for Bluetooth too, though. If Bluetooth is on and Discoverable, somebody within range of the Bluetooth signal could locate your Mac.

  • How do I make pages inactive without erasing them?

    How do I make pages inactive without erasing them?

    You could not include the page in the navigation menu. In the Page Inspector, unselect "Include page in navigation menu". That way it won't be found anywhere on your site.

  • Is there a way to make functions in Numbers visible instead of their results (for demonstration of method)?

    I'm trying to make the functions I used in a spreadsheet visible to demonstrate how I calculated something. Only problem is that unlike Excel, I can't find any option for this, any thoughts? Thanks.

    select the menu item "View > Show Formula List":

  • How to make function module remote enabled?

    I am trying to make the RSCRMBW_GET_CELL_DATA_BAPI function remote-enabled by choosing remote-enabled in the attributes tab in the function builder. When I try to activate the function, I get an error telling me that Reference parameters are not allowed with RFC. In order to get around this, I set each of the import parameters to pass value. This time, I get an error for Generic types not allowed in RFC. I change the I_NO_TEXTS type from C to CHAR50. Finally, I get an error for Type RSCRM_BAPI6111CD_LARGE_T is unknown. I am able to see this type in both the RSCRM type pool (to which the 'unknown' type belongs) and CL_RSCRMBW_BAPI>GET_CELL_DATA_V2 method (which calls the function). However the function builder still tells me that the Type RSCRM_BAPI6111CD_LARGE_T is unknown.

    Hi,
    You need do this in a work around way. My suggestion is you need to create wrapper function module (RFC enabled) with same paramters of fm RSCRMBW_GET_CELL_DATA_BAPI and inside this function module pass these parameters and call  fm RSCRMBW_GET_CELL_DATA_BAPI, then there is no need to change fm RSCRMBW_GET_CELL_DATA_BAPI

  • PDF maker toolbar inactive in Office 2013

    Hello. I have Adobe Acrobat Standard XI installed on Windows 7 Pro with Office 2013 Home & Business. The PDF Maker toolbar is not visible in any Office application. In Excel, Options, Add-ins, the Adobe Acrobat Create PDF Toolbar is listed as an Inactive Application Add-in. How do I make it active?
    Thanks.
    Chris

    Did you install the updates? They are required to work with Office 2013 that was released after AA XI.

  • Drop Down List - Make items inactive?

    Where do I go to make some of the choices in this list inactive?

    Hi,
    It is not possible to inactive list of values from dropdown list. Actually this ship type is taken from BP master data.
    To avoid list of values, set default value in BP master data. So that default values is added in AP invoice.
    Thanks & Regards,
    Nagarajan

  • Import Function INACTIVE - quite strange

    I'm lost!
    1/ I was importing from a JVC GRD-24 DV, without problem. The battery was quite empty.
    2/ Suddenly the import shut down because the camera missed power.
    3/ OK. I charged the battery.
    4/ I tried to carry on importing. Impossible. The function is no more active (and in the menu it is in grey).
    5/ I tried lots of things: reboot, playing with the cables, removing the partial import etc.
    6/ I can command the camera (camera connected). I can order 'play' from the computer and the camera plays but I don't see it on the Mac.
    7/ Stranger: when I click on the button PLAY of the computer, there a lot of empty clips created in the media directory. These clips (between 25 and 100) do not belong to the project (I'm asked to keep them or not when I load anew the prject).
    I suspect a material troubleshooting ?
    I suspect too a 'remaining memory' in iMovie that let it in an unstable situation. I'd like reinit it.
    Has someone an idea for that ??
    Thanks a lot.
    imac G5 powerpc   Mac OS X (10.4.6)  

    Hi e
    And to add to Sue. Which probably got You up and running.
    if not May be You find some help in my list - to correct many errors:
    Mac:
    - hardware
    ◊ Slow hard disk (fragmented: repair permissions, repair hard disk, use a faster hard disk)
    ◊ Reset PRAM
    ◊ Bad RAM-chips
    ◊ disconnect Mac from powerline (not just switch off, really plug out) for a few minutes to reset FW ports
    - software
    ◊ File-Vault is on - turn it off
    ◊ Something is occupying the CPU/System, like other programs, Internet etc.
    ◊ Do You have desktop pictures or screen or energy-savers active? Try turning them off.
    ◊ Updating - OS has to be a clean install - not an update eg from X.3.x to X.4.x (no good) OS X.4.0-5 needs a clean install to work (I use X.3.9)
    ◊ Updating QT and/or other updates (to 7 needs v6 to be cleaned out first) QT v.7.0.0-4 needs a clean install to work (I use 6.5.2)
    ◊ Have you tried the crazy fix: Open GarageBand, play a few notes, close it and reopen iMovie. The camera should import fine now. Sue/SDillini
    ◊ If You also have installed FinalCut Express/pro there are possibly problems with this
    iMovie:
    ◊ remove bookmarks in iMovie project
    ◊ Trash: com.apple.iMovie.plist and com.apple.iMovie3.plist : files (Xinram)
    Connection:
    ◊ don’t Daisy chain Camcorder <--> external hard disk <--> Mac
    ◊ FW-wire cable, is it OK?
    ◊ USB/USB2 is NO GO !
    Camera:
    ◊ The Camera is set to VTR ? (not as when You ”film” record with it)
    ◊ defective camera TRY IT ON ANOTHER MAC ! (if the A/D chip in the camera is harmed then it will say in iMovie that the camera is connected and You can forward rep. backward the tape but there will be no picture or sound just the blue screen.
    ◊ Cheque the menu on Your Camera so that it communicates with the FW digitally to Your Mac
    ◊ Date and Time is correct on Your Camera ?
    Tape:
    ◊ Drop outs on the miniDV-tape - make a camera to camera copy on a tape which You have previous recorded with a time code (dummy recording).
    ◊ Break in the time-code on the miniDV tape (make a camera to camera copy on a tape which is pre-recorded with nothing/anything so that the tape has a time-code from beginning to the end)
    ◊ If You recorded in LP-mode (90 min on a standard 60 min tape with 12-bit sound). Try to change in iMovie pref. to import but not as individual clips. If this doesn’t work You have to make a Camera to Camera copy with the receiving Camera set to SP-mode and 16-bit sound.
    More:
    ◊ follow advises here http://docs.info.apple.com/article.html?artnum=43000
    ◊ follow Grandmaster Dan's advice for Sony cameras here: http://www.danslagle.com/mac/iMovie/usage/5020.shtml
    ◊ start a new account - log out and into thisone - retry.
    Yours Bengt W

  • Payment release function inactive

    Hi,
    My requirement is to have release function on payment proposal made through FIBLFFP (Free form payment).
    I setted the payment block reason in OB27 with details :
    - Block indicator = M
    - Manual payment block = Yes
    - Not changeable = Yes
    When I create the payment proposal, AT FIRST document created with payment block --> CORRECT
    I did experiment -> changing the payment block manually from FB02 and saved it.
    After that, when I create payment proposal, the payment block indicator is not there. Means no release step needed. --> WRONG
    How to re-activate the payment block ?
    Thanks,
    Melissa

    Thanks for replying,
    Even though I've ticked the "not changeable" in OB27, in fact, it is allowed me to can change payment block indicator in FB02.
    Since that I can do that once, now my payment release function is inactive.
    How to activate it again ?

  • Need to make function  out of SQL

    It is always taxinig for me to write DDL? I have come up with a method but it requires that I know each fieldname of the table. Here is the DDL I've come up with:
    --------- CREATE  A TABLE
    CREATE TABLE  "MY_INV_MAIN"
          "STOREID" NUMBER NOT NULL
        , "BUSI_DATE" DATE NOT NULL
        , "PRIMARY_KEY" NUMBER NOT NULL
        , "CONF_NUMB1" NUMBER NOT NULL
        , ONF_NUMB2" NUMBER NOT NULL
    --===  INSERT DATA   INV_MAIN
    - -- Dates should be To_date functions
    INSERT INTO MY_INV_MAIN VALUES(141,'27-AUG-08',64143,12599.68,12599.68);
    INSERT INTO MY_INV_MAIN VALUES(141,'28-AUG-08',64160,0,0);
    INSERT INTO MY_INV_MAIN VALUES(141,'29-AUG-08',64222,3691.59,3691.59);
    INSERT INTO MY_INV_MAIN VALUES(141,'30-AUG-08',64224,0,0);
    INSERT INTO MY_INV_MAIN VALUES(141,'31-AUG-08',64273,22103.69,22103.69);
    INSERT INTO MY_INV_MAIN VALUES(141,'01-SEP-08',64322,3836,3836);
    INSERT INTO MY_INV_MAIN VALUES(141,'04-SEP-08',64380,5296.4,5296.4);
    INSERT INTO MY_INV_MAIN VALUES(141,'05-SEP-08',64410,0,0);
    INSERT INTO MY_INV_MAIN VALUES(141,'07-SEP-08',64496,22627.74,22627.74);
    INSERT INTO MY_INV_MAIN VALUES(141,'08-SEP-08',64559,10376.61,10376.61);
    INSERT INTO MY_INV_MAIN VALUES(141,'09-SEP-08',64575,2644.62,2644.62);
    INSERT INTO MY_INV_MAIN VALUES(141,'11-SEP-08',64627,5983.33,5983.33);
    INSERT INTO MY_INV_MAIN VALUES(141,'13-SEP-08',64677,7573.21,7573.21);
    INSERT INTO MY_INV_MAIN VALUES(141,'14-SEP-08',64743,22839.3,22839.3);
    INSERT INTO MY_INV_MAIN VALUES(141,'17-SEP-08',64817,11593.69,11593.69);
    INSERT INTO MY_INV_MAIN VALUES(141,'18-SEP-08',64835,2958.97,2958.97);
    INSERT INTO MY_INV_MAIN VALUES(141,'19-SEP-08',64869,3570.74,3570.74);
    INSERT INTO MY_INV_MAIN VALUES(141,'20-SEP-08',64896,0,0);
    INSERT INTO MY_INV_MAIN VALUES(141,'21-SEP-08',64984,0,0);
    INSERT INTO MY_INV_MAIN VALUES(141,'21-SEP-08',64992,21372.82,21372.82);
    INSERT INTO MY_INV_MAIN VALUES(141,'22-SEP-08',64995,2927.13,2927.13);
    INSERT INTO MY_INV_MAIN VALUES(141,'23-SEP-08',65021,2712.38,2712.38);
    INSERT INTO MY_INV_MAIN VALUES(141,'24-SEP-08',65038,0,0);
    INSERT INTO MY_INV_MAIN VALUES(141,'26-SEP-08',65091,6763.8,6763.8);
    INSERT INTO MY_INV_MAIN VALUES(141,'27-SEP-08',65130,4985.73,4985.73);
    INSERT INTO MY_INV_MAIN VALUES(141,'28-SEP-08',65197,24950.45,24950.45);
    INSERT INTO MY_INV_MAIN VALUES(141,'28-SEP-08',65199,4648.38,4648.38);
    INSERT INTO MY_INV_MAIN VALUES(141,'30-AUG-09',74146,18081.37,18081.37);
    INSERT INTO MY_INV_MAIN VALUES(141,'06-SEP-09',74253,17183.25,17183.25);
    INSERT INTO MY_INV_MAIN VALUES(141,'13-SEP-09',74454,17688.41,17688.41);
    INSERT INTO MY_INV_MAIN VALUES(141,'20-SEP-09',74599,18211.29,18211.29);
    INSERT INTO MY_INV_MAIN VALUES(141,'27-SEP-09',74722,16809.21,16809.21);
    --=== GENERATE INSERT STATEMENTS
    WITH MyTableColumns AS
        SELECT    TNAME  as tablename
               ,  CNAME  as columnname
    FROM COL
    where tNAME in ('MY_INV_MAIN')
    ORDER BY TNAME
    , Pivoted_Table as
    ( select    tablename
           ,  MAX(DECODE(columnname,   'STOREID',       columnname,  0 ))    STOREID
           ,  MAX(DECODE(columnname,   'BUSI_DATE',     columnname,  0 ))    BUSI_DATE
           ,  MAX(DECODE(columnname,   'PRIMARY_KEY',   columnname,  0 ))    PRIMARY_KEY
           ,  MAX(DECODE(columnname,   'CONF_NUMB1',    columnname,  0 ))    CONF_NUMB1
           ,  MAX(DECODE(columnname,   'CONF_NUMB2',    columnname,  0 ))    CONF_NUMB2
        FROM MyTableColumns
        group by tablename
    , MyInsertStatments as
       (SELECT    'INSERT INTO ' ||
              tablename ||
              ' VALUES ('   ||
              STOREID      || ',' ||
              BUSI_DATE    || ',' ||
              PRIMARY_KEY  || ',' ||
              CONF_NUMB1   || ',' ||
              CONF_NUMB2   || ') FROM  ' || tablename || ';'  as INSERT_CLAUSE
    FROM  Pivoted_table;
      END FUNCTION1) How can I write this code as a function
    FUNCTION ReturnInsertStatements(tablename in varchar2,
    delimitedStringOfColumns in varchar2 default null) as varchar2
    -- Reads columns of the table like in above SQL
    -- Generate Inserts
    And return a string of 'Create Table Code " & InsertStatements in a format (INSERT INTO MY_INV_MAIN VALUES(141,'27-SEP-09',74722,16809.21,16809.21);

    TheHTMLDJ wrote:
    Tubby wrote:
    Why would you want pl/sql code to do this? There are much more efficient tools with which to move data between databases.
    1. I was trying to flex my new knowledge of pivots.
    2) I found this one which seems pretty good except line wraps and makes inserts messy:
    http://www.idevelopment.info/data/Oracle/DBA_tips/PL_SQL/PLSQL_5.shtml
    Nothing i tried would prevent the problem. CAn you fix or do you have a suggestion on some other free tool. In the rare occasion i need to move data in this fashion (typically i'd be looking at data pump, imp/exp, database links, etc...) i just use [SQL Developer|http://www.oracle.com/technology/software/products/sql/index.html] which is free and actually pretty good (developer wise).
    >
    >
    Also as a tip, you should always specify the columns you're using in the INSERT.
    I don't see why that's necessary when you are populating all fields with data.Because if you create code to do this, how do you know the order of the columns in the table? At best you get lucky and get an ORA error (like trying to put a date in to a number field), at worst you put the wrong columns data into another column and it goes unnoticed.

  • How to make the inactive tabs silent?

    Когда открыто несколько вкладок с каждой вкладки идет звук, который мешает активной вкладке.
    Можно ли сделать чтобы звуки в неактивных вкладках отключались.
    translite:
    When you open multiple tabs, with each tab is a sound that prevents the active tab.
    Is it possible to make sounds in the inactive tabs turned off.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Maybe also check this pref on the <b>about:config</b> page.
    *browser.tabs.maxOpenBeforeWarn
    *http://kb.mozillazine.org/about:config

  • How to make customer inactive in R12 receivables?

    Does anyone know how to make a customer inactive in R12 receivables? I can find where to make the account that is linked to the customer inactive but not how to amend the status of the customer itself. I am sure that it is something simple that I am missing. Any assistance would be greatly appreciated. Thanks

    Under Data Librarioan responsibility go to Data Quality --> Party Maintenance, search for your party then change the status. Just remember you will not be able to search for Inactive party (untill you re-activate the party again). And more important question: are you sure you want to inactivate a party? Does Oracle recommend it?
    Oleg

Maybe you are looking for

  • How to stop syncing old podcasts?

    hi. my touch keeps downloading the old podcasts whenever i connect it to my pc. what should i do on itunes to make this process stop? i just keep on deleting them on the touch whenever i see it, but when i re-connect it, they appear again. thanks.

  • Why can't I use the internet, why do I need Wi-Fi

    I don't have Wi-Fi in my place, I don have internet. Why can't I connect my Ipod to the internet to download my updates on my applications

  • Adobe Premiere Saving Issue: Returning a Video Frame

         I have Adobe Premiere Elements 4 and have edited a video on it. The video format is AVI, from a camera that didn't seem to have trouble before this. It is a Sony if that is any help. I'm really hoping it isn't CODEC problems.      Last night I f

  • Acrobat 9 Page and Bookmark

    Is there a way to tell what bookmark I'm on depending on what page I'm on?  Some sort of indicator in the toolbar?

  • Unix command from dos

    Hi, I'm new to Oracle APPS. As part of a TAR , I've to do the step below but I need help in this.Its very urgent . Thanks a lot. On a unix session, open PYUPIP on 'PEUTRC' as - PYUPIP <username>/<password>@<dbname> 'PEUTRC' > trace_file.log Thanks...