Setting up a function

Hello Forums:
This problem is a little complex, and any help would be
greatly appreciated.
I am a C++ Programmer, but flash actionscript is a bit
confusing and alien to me.
Thanks in advance.
Situation:
I have a movie clip loaded on level1 (loadMovieNum).
There's a button.
If someone clicks on the button, I want _level1.play() to
run, followed by a 1 second wait, and then ANOTHER movie clip is
played.
Can someone give me a hand with this function script?
Thanks.

thats a very loose description Im afraid, _level1 is what it
says it is, its a level within flash. You will need to point at
movie.
So in short, you load your movie into _level1 ok, good, but
flash needs to point at something to tell it to play.
By stating _level1.play() is like saying _level0.play() or
_level123654.play() same result as you are telling the playhead to,
well play.
What you need to be doing is
_level1.themovieIveJustLoaded.play()

Similar Messages

  • Need to remove crop lines set in custom function 3

    Hello All, I need help! I set the custom function 3 to the on position, thinking it would just give me lines to show where an 8x10 crop would be ~ I did not realize that it would actually crop all of my images. I shoot raw and I have imported them into lightroom, within lightroom I cannot remove the crop. I tried opening in Canon's software, removed the crop, then saved as a TIFF, but 17 files ended up being corrupt.
    I see that there is a plug in for LR, but it indicates DNG files, not RAW ~ is there a plug in for RAW? Does anyone know a work around that might help me? Thank you.

    This forum is for discussing Lightroom plugins.  You're more likely to get an answer if you repost in the main Lightroom forum.

  • Help - I need to remove crop marks set in custom function 3

    Hello All, I need help! I set the custom function 3 to the on position, thinking it would just give me lines to show where an 8x10 crop would be ~ I did not realize that it would actually crop all of my images. I shoot raw and I have imported them into lightroom, within lightroom I cannot remove the crop. I tried opening in Canon's software, removed the crop, then saved as a TIFF, but 17 files ended up being corrupt.
    I see that there is a plug in for LR, but it indicates DNG files, not RAW ~ is there a plug in for RAW? Does anyone know a work around that might help me? Thank you.

    You didn't say which Camera you are using except it is a Canon but use this Plugin and see if it works.  It outputs DNG files and does NOT change your original CR2 so you will have to use the DNG in Lightroom to see the full image.  
    Plug-ins for Adobe Photoshop Lightroom | Adobe Labs

  • Using an own function in a select how can i set that the function run once?

    Hi
    Using an own function in a select how can i set that the function run once, not in every row?
    Please help me
    Thanks
    Viktor

    Something like this ?
    SQL> select * from dept;
        DEPTNO DNAME                          LOC
            10 ACCOUNTING                     NEW YORK
            20 RESEARCH                       DALLAS
            30 SALES                          CHICAGO
            40 OPERATIONS                     BOSTON
    SQL> create or replace function ret_name (deptnum in number) return varchar2
      2  is
      3     name    varchar2(50);
      4  begin
      5     select dname into name
      6     from dept
      7     where deptno=deptnum;
      8     return name;
      9  exception
    10     when no_data_found then
    11             return('Not existent deptno');
    12* end;
    SQL> /
    Function created.
    SQL> select deptno, decode(rownum,1,ret_name(deptno),null) dname from dept;
        DEPTNO DNAME
            10 ACCOUNTING
            20
            30
            40
    SQL>

  • Cannot set DbSl trace function

    Hi,
    The license of EP is expired and I tried to install new license using saplicense -install.
    I got error message below:
    SAPLICENSE (Release 700) ERROR ***
        ERROR:   Can not set DbSl trace function
        DETAILS: DbSlControl(DBSL_CMD_IMP_FUNS_SET) failed with return code 20
        RC-INFO: error loading dynamic db-library - check environment for:
                 dbms_type = <db-type>  (e.g. ora)
                 DIR_LIBRARY = <path to db-dll>  (e.g. /usr/sap/SID/SYS/exe/run)
    I check note and only found  359944 - saplicense: Can not set DbSl trace function
    It's for MS SQL server however I am using Oracle.
    Do you have any idea about that?
    Thanks

    have u tried to install EP license, using Visual administrator?
    r u using dual stack ?

  • Getting Errors while setting the Transformation Function

    Hello All,
    I was trying to attach a Transformation function to existing capture process.
    But I am getting ORA-30625 error while I was trying to set my transformation function to one of the
    DBA rule_names.
    Following are details:
    SQL> select rule_name from dba_rules;
    RULE_NAME
    TEMP1
    TEMP3
    TEMP5
    TEMP7
    SQL> DECLARE
    2 action_ctx SYS.RE$NV_LIST;
    3 ac_name VARCHAR2(30) := 'STREAMS$_TRANSFORM_FUNCTION';
    4 BEGIN
    5 SELECT RULE_ACTION_CONTEXT
    6 INTO action_ctx
    7 FROM DBA_RULES R
    8 WHERE RULE_OWNER='STRMADMIN' AND RULE_NAME='TEMP1';
    9 action_ctx.ADD_PAIR(ac_name,
    10 SYS.ANYDATA.CONVERTVARCHAR2('hr.transformation'));
    11 DBMS_RULE_ADM.ALTER_RULE(
    12 rule_name => 'strmadmin.temp1',
    13 action_context => action_ctx);
    14 END;
    15 /
    DECLARE
    ERROR at line 1:
    ORA-30625: method dispatch on NULL SELF argument is disallowed
    ORA-06512: at line 9
    Can any body suggest me what to do...
    Thanks in advance.
    Regards,
    Srinivas Jaltaru
    ( [email protected] )

    Hello
    I added the line you suggested, Compiling is done successfully, But Capture process
    is not invoking the Transformation function that I have assigned to it.
    Transformation function I am using is :
    create or replace function scott.transformation (in_any IN SYS.AnyData)
    RETURN SYS.AnyData
    IS
    rc NUMBER;
    BEGIN
    insert into scott.log values ('abc');
    return in_any;
    end;
    1) Any extra initialization parameters are required..?
    2) My Streams environment is having only a Capture process for capturing changes. There are no other
    components like propagation, apply.
    Appreciating your suggestions.
    Thanks in advance.
    Srinivas Jaltaru
    ( [email protected] )
    Put the following line
    action_ctx := SYS.RE$NV_LIST(SYS.RE$NV_ARRAY());
    on the line immediately preceding the call to ADD_PAIR.
    This should allow the pl/sql function to compile successfully.

  • Where to set the Transfer Function in Photoshop CS5?

    Where do I set the Transfer Function in Adobe Photoshop CS5?
    My college newspaper uses Transfer Function to control dot gain in  B&W photos, saving them as EPS files.
    In CS4 it was a button in the print dialog box, in the output section. It brought up a curves-like dialog to set a transfer curve. That  button is gone now, and the help files offer no help.
    The help files say "Save your file in the Photoshop EPS format, and select the Include  Halftone Screen and Include Transfer Function options in the EPS Options  dialog box." but doesn't say where to create the curve.
    Here's CS5. Compare to CS4 below, and the larger shot below that.
    Here's CS4
    Here's the transfer curve dialog box in CS4 that I can't find in CS5

    Hello!
    It might have been removed for the same reasons screen was removed: http://forums.adobe.com/message/3438135#3438135
    I'd try to use the same workaround: set a document transfer curves as you want, save it as a template, then open it in CS5.

  • How to set the move functionality.

    I want to set the move functionality for a Jwindow in solaris. If i click on the ALT F7 then the default move works, I want to set that default fuctionality to my menuitem is it possible.

    Do you have any solution regarding this move please tell
    K_ramanadham. But how to know your id kalpana there is nothing in your profile. If possible please send it to binduA @yahoo.com

  • Set LOV to function key F4 to display lov

    Set LOV to function key F4 to display lov.
    i.e. When I presses F4 key, then lov should be displayed.
    How can I do this?
    Thanx
    Regards,
    Vikas

    I have written the following item level trigger KEY-F4 trigger
    DECLARE
         x          BOOLEAN;
    BEGIN
         x := SHOW_LOV('lov_stock');
    END;
    It does not display this lov.
    Another lov is displayed on pressing F9 key which is assigned to this item.
    Now I want that another lov should be displayed when I press F4 and default lov should be displayed when I press F9.
    How should I ......?

  • Setting the 'WAIT' function

    Hi,
    Can someone help me to set the wait function to 5 minutes ?
    Thanks In advance
    Eldad

    Set the Wait Mode attribute of the activity to Relative Time, and set the Relative Time attribute to the relative time interval
    you want, expressed in <days>.<fraction of days>.
    See: http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/workflow.920/a95265/std04.htm#index-Wait-activity---0
    Regards,
    Clara
    Hi,
    Can someone help me to set the wait function to 5 minutes ?
    Thanks In advance
    Eldad

  • How to set pl/sql function as background job in apex?

    Hi,
    I wrote a function which returns boolean value based on result.This function updates a table everyday.How to set this as a background job?or do I need to use dbms_job only?
    Thanks,
    Mahender.

    No, you can use APEX_PLSQL_JOB.
    Example:
    DECLARE
    l_sql VARCHAR2(4000);
    l_job NUMBER;
    BEGIN
    l_sql := 'BEGIN MY_PACKAGE.MY_PROCESS; END;';
    l_job := APEX_PLSQL_JOB.SUBMIT_PROCESS(
    p_sql => l_sql,
    p_status => 'Background process submitted');
    --store l_job for later reference
    END;
    full documentation link [http://download.oracle.com/docs/cd/E14373_01/apirefs.32/e13369/apex_plsql_job.htm#BGBCJIJI]
    If I help you, please stamp my answer as CORRECT or HELPFULL :)

  • New MacBook Pro User -How to set up Dictation Function

    Hello. I have just purchased my first MacBook Pro. After many years using a Windows PC, I have finally jumped over to the Mac side. Please bear with me as I am a new user and I am in the process of slowly setting up and learning this new MacBook. I have upgraded the OS to Mac OS X Version 10.7.4 which I believe is Mountain Lion. Now, I am attempting to enable the Dictation function with no luck. When I click on System Preferences, I want to select 'Speech and Dictation' from within the System functions, however, all I see is a 'Speech' widget which shows a microphone icon. If I click on the 'Speech' icon, it opens into 'Speech Recognition' and  'Text to Speech'. There is no 'Dictation' function listed. It seems that no matter what I try, I can't get this to work. I tried using it with TextEdit but had no luck. I believe it is enabled by pressing the Fn key twice. I anyone can maybe walk me through this, I'd really appreciate it.
    Thanks,
    Tony

    I was able to download & install Mountain Lion and everything looks ok. I did run across one slight issue. It seems that with the Mountain Lion installation, the Dock is now sitting lower on the bottom of the screen. As a result, the blue active icon indicators do not show up on the screen. I haven't changed the screen resolution so I don't understand why this happened. Not a big deal, just an annoyance.
    Thanks again,
    Tony

  • How to set up bank functions

    Hi,
    Can someone advise me how to set up the banking functions in SAP ? The full setup such as bank acct, branch, posting, etc.
    Thanks.
    Angel.

    Hi,
    Use FBZP transaction + refer to this link:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/74/f4cdf9ad2211d1936b0000e829fbc6/frameset.htm
    Regards,
    Eli

  • Setting to prevent "Function will be started in new session"

    Hi all,
    I'm focusing following problem / request.
    User A is doubleclicking on a Inforecord number inside a puchase order position (ME23N). Now SAP is showing message MEPO014 (Function will be started in new session) and displaying master data of this inforecord in a new "window" (ME13). If the user has already 6 sessions open, he will get a error message "max. sessions ...!". So far so well.
    Now the problem:
    User B is doing the same, having already 6 sessions open and ME13 will be displayed in same session (window) where he doubleclicked the inforrecord (ME23N).
    question:
    is there a setting where i can influence the "new session" behaviour of SAP Gui?
    plea:
    do not post hints like "have you checked User parameters" etc. --- of course i have
    If you can simulate what i described on your system you're my "expert"
    kind regards
    Jörg
    26/01/2011
    help? anyone ?
    Edited by: Jörg Sauterleute on Jan 26, 2011 10:53 PM

    Hi Jorg,
    Have you checked the following setting?
    ME23N-Personal SettingsBasic settings Tab-Envir.info in new session.
    Please remove the check mark and save.
    Hope it helps.

  • Data transfer of Selected sets (QS51) using Function modules

    Hi All,
    I am doing data migration of Selected sets (TCODE QS51) using function module. I have tried using BDC recording but it is not working in background.In foreground it is giving information error on second screen as field  RQSKT-AUSWAHLMGE is not present on screen 1000..  In foreground I am pressing enter after this error its working fine but in background the execution stops there. So I am trying function modules QPAM_SELSET_CODE_CREATE  and QPAM_SELECTED_SET_CREATE
    The fields in template I have are KATALOGART(Catalog), WERKS(Plant),AUSWAHLMGE(Selected set) ,KTX01(short text), STATUS(status),CODEGRUPPE(code group), CODE (code), KURZTEXT (short text for codegroup),BEWERTUNG(Valuation code), FEHLKLASSE(Defect class)
    QPAM_SELSET_CODE_CREATE contains fields  KATALOGART, WERKS,AUSWAHLMGE ,CODEGRUPPE,CODE which I need and While stand alone testing of this function module I am geting error as follows with the data filled :
    Runtime:        6.496 Microseconds
    Exception       WRONG_KEY
    Message ID:          QS                         Message number:           299
    Message:
    No entries were found in catalog 1
    MAN WERK K AUSWAHLM CODEGRUP CODE
    300 WI10 1 DDTEST   THREADS  1
    QPAM_SELECTED_SET_CREATE contains KATALOGART , WERKS,AUSWAHLMGE , KTX01 which I need and it requires Language key fiels KSP01. I specified it it executes successfully but in transaction it is not there. some FMs contain some fields and not all fields so I want to know which one to use ? Can anyone give me sample code how to use these FMs?

    Note 381286 - Code grps + selectd sets:Transport request requestd
    Note 592418 - Composite SAP note: Transport of code groups and codes
    But I do not recommend a modification because the system does not generate request for that in the production system.
    This means you can maintain catalog directly without transport in the production system.
    Only development or test system ask you a request number.
    Regards
    Luke

  • How do I permanently set the zoom-function, so I will not have to zoom every time I open a new tab/page?

    I have recently installed Firefox on my one month old laptop which has a 17" screen. Every time I open Firefox I have to use the zoom-function (ctr +) four times to be able to read comfortably. Every time when I next open a website, or tab, or window I have to use the zoom-function again. This is kind of getting old, fast.
    Is there any way I can set the zoom to a higher/closer setting permanently, so I do not have to use the zoom-function about 50 times everytime I use the internet?
    If you could help me that would be lovely!
    Thanks,
    Kikki

    You can use an extension to set a default font size and page zoom on web pages.
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/

Maybe you are looking for