How set "selected the status button?

Hi all

I'm working on animations of e-learning. I've always used Flash (when it was called this way) as a designer, timeline editing because I am a monkey with the code. Now I use Animate, but my knowledge of code to ZERO.

Unfortunately for me, I need to insert an interactivity in my file but I don't know how.

Details here:

the file begins with a bar at the bottom with two buttons (menu). You must press one of them to start one of the two animation.

I used the old gotoAndStop solution in the first picture and it was generated by Animate in:

This.button_lati.addEventListener ("click", fl_ClickToGoToAndPlayFromFrame_2.bind (this));

function fl_ClickToGoToAndPlayFromFrame_2()

{

this.gotoAndPlay (70);

}

This.button_poligoni.addEventListener ("click", fl_ClickToGoToAndPlayFromFrame_3.bind (this));

function fl_ClickToGoToAndPlayFromFrame_3()

{

this.gotoAndPlay (610);

}

The system works but when an animation starts, there is no feedback "selected the status" of the key pressed. How can I put it?

I used the symbol button create that, and so I set graphically the State, but I don't know that I can call through code.

Thank you

I guess you want a sort of culmination on the most recently clicked on button, which is not in most of button widgets with which I am familiar standard features.

Just manually create an object to highlight and put it around each button, and then turn them on and off to each button event handler by defining their .visible property.

Tags: Adobe Animate

Similar Questions

  • How to select the path to a file icon button to a table?

    I have a SYSTEM_PATHS table name. All physical access paths as 'where the forms of execution are located' or 'where performance reports are located' are stored in its ranks for example (C:\HRMS\FORMS\)
    I memorized the path of the icon files (.ico) inside. The forms of execution can take the path of the icons for the buttons of this table. And access the icon of the chosen path. I use forms 6i. Normally, I put the path of the icon files in the nerve to property of the button as (C:\HRMS\ICON\). But now, here, I don't have a path but its in the column of a table. How to select the path to a file icon button to a table using forms 6i?

    Hello Gul,

    have you tried

    set_item_property('Button name',ICON_FILENAME,);
    

    Concerning
    Marcus

  • Help with the status button widget – I want the button to be transparent, but not the text!

    Basically I have a few images which passed hovered, I you want to lighten and text to appear (it's for a portfolio, so I want the title of the project and a very brief description appear when each image is hovered over). To do this, I had to use the status button widget and set its real part of white button, opacity of 50%, while the image lightens when hovered over. However when I do this the text reduced to an opacity of 50%, but when I select the bit of the text itself, he always says 100% opacity. I need the text to be 100% opacity and non-transparent so it can be easily read.

    Looks like you apply opacity to all button instead of simply filling. When you set the opacity? You should be setting the opacity of the background of the button by using the opacity of fill not the opacity of the effects...

  • How uncheck you the option buttons in Adobe Acrobat Pro XI?

    How uncheck you the option buttons in Adobe Acrobat Pro XI?

    OK, so I have a three sets of radio buttons each three choices, so, basically, it looks like this

    Cheques:          (    )          (     )          (     )

    Deposit slips: () ())

    Envelopes:        (    )          (     )          (     )

    In case anyone is confused, () are radio buttons. Basically, I want radio buttons to act as check boxes, I want to be able to click them and outside. I don't want us boxes because I want them to be circles and not square. Is there a way to do this? Maybe using javascript, what code would be?

    Radio button names: QTY.

    XQTY

    XPrice

    Thanks in advance guys

    You don't have to use a script. I rarely use the option button because they cannot normally be deselected once in the Group has been selected, but here's a backdoor method I use in the mouse event to the top:

    Uncheck the box if the SHIFT key is pressed while clicking on

    If (event.shift) event.target.value = "Off";

    The user will know that it is available. You can also configure a button that resets the value of the button to "Off".

    Another option is to add another choice, as "not applicable".

  • using the remote control of the DVD does not select the correct buttons?

    Hey Ya'll,

    Project is almost complete, but I ran into one, which I think is a very simple problem...

    On my main menu, I have a total of 5 buttons on 2 rows.

    Line 1 to 2 buttons and Row 2 has 3 buttons.

    The links are correct, because they work fine in preview mode, using the mouse, but also view the version on the pc using Cyberlink DVD Viewer, once again, using the mouse to select the button.

    The problem is when you use the remote control, either on the copy engraved in the DVD player, or in preview mode, if I use the directional buttons of remote controls, that he does not want to go to the buttons I suppose it must

    (Top row left to right, then down row from left to right)

    On each of the properties of the buttons Panel, I chose the right (I guess) option number (just below name) for each button... IE top left set the right value top of page 1, 2, bottom left 3, the middle value 4 downstairs and down to the right the value 5.

    Type is set to Normal, the button name and Synch text is checked (although the No button is real, each is just a Word text, in photoshop, when I did originally the menu..)

    Also the low middle button never gets selected with the remote control of the DVD... Preview, using the buttons on the remote control, he finally gets selected, but it takes a bit of comes and goes, and the highlighted button is rarely what you would expect, since direction button your pushing.

    #1 button (top left) is set to the default button, which I want, but do not know how I set that, unless it's because it was the first button, I myself made/converted to the button)

    Here, any help would be greatly appreciated... that should finish this project!

    CB

    Cowboy Bob,

    No, what you did with the binder is actually linking these buttons to the assets.

    It shows a Menu with several buttons, icon manually road buttons depressed. Once you choose manually the buttons of road, they can change exactly what will make the remote control.

    As said, when you create a Menu, buttons start at # 1 and progress upward. Each Layer Set button plus up in the Layers Palette. This is the routing of the buttons Auto gets its information and it usually works. However, if you move the buttons around, removes some, etc., the en can get confused, manually their routing is the best way to go.

    Good luck and we hope this helps,

    Hunt

  • I'm not setting up the sync button

    I know it's stupid, but I'm not setting up the sync button. I want to transfer my old PC bookmarks and read how do it, but when I click on the upper left button of my Firefox screen orange the only option seems to be to synchronize now. Any help is welcome. Thank you Joe

    See: Bookmarks > show all bookmarks

    • Press the F10 key or press the Alt key to bring up the hidden 'bar menu' temporarily.

    You get the orange Firefox menu button when the menu bar is hidden.

    • Firefox menu button > Options
    • View > toolbars (press F10 to display the menu bar)
    • Right click on empty toolbar space

    See also:

  • Wait for the user to select the OK button

    For my application, I can't use a simple MessagePopup where the user must select the OK button to continue.

    I created a new Panel with just a text message and an OK button to act as a MessagePopup.

    When I call InstallPopup and the box pops up that I have to wait until the user selects OK before continuing as the MessagePopup.

    How can I accomplish this?

    Thank you!

    John W.

    The popup has no effect on the mouse: it can happen that you have a function that manipulates the cursor before the popup is displayed? A SetWaitCursor (1); would be sufficient.

  • How to recover the status bar

    original title: I lost my status bar, how do I get that back

    He lost when I added security

    Hi, Thomas,.

    Right-click next to the new tab, and then select the status bar

  • How to select the pieces of my image in black and white?

    How to select the pieces of my image in black and white? FOW example letter J or the circle or the two together?

    jaguar_growler_blur best8.png

    It's actually pretty easy, but I have to assume that you know a few basics in Photoshop

    (1) open your existing image

    (2) double click on the layer and the 'layer style' appears. In the mix if area set the sliders so the whites in the image disappears

    You will be left with just the black elements in design

    (3) duplicate layers

    and merge them together

    to give a standard layer

    (4) ctrl or cmd click on the layer to select and create a layer mask

    (5) you now have a mask of the image. Duplicate the layer, click alt or option, click on the layer mask to call

    (6) the blacks and the whites are not completely black and white for the use of levels to adapt to the absolutes

    (7) now you have to decide what you want to select. In this case, I chose the lettering and simply covered everything else to the top with black. You do this by lasso selection and fill and items when it's delicate brush just the details with a black brush "hard." .

    (8) at this stage, you can do what you want you have a layer mask. So you can color the text for example

    or place in a background color and apply a layer as Beveling effect

    Hope that makes some sense. It is much easier to do than to describe.

  • How to make the status of concurrent program error

    Hi Experts,

    I've written a PL/SQL package procedure, created an executable w / values for my 2 IN parameters and he attributed to a simultaneous program to the e-business suite.

    The specification of the procedure looks like this:
    PROCEDURE PROC1 (
    errbuf OUT NOCOPY VARCHAR2 ,
    retcode OUT NOCOPY NUMBER,
    p_contract_number IN VARCHAR2,
    p_end_date_char IN VARCHAR2 
    );
    Here my requirement is like this,

    How to make the status of the program contributing to the error even if the program successfully completes.
    Please let me know how?

    Thank you
    Suman V.

    Hello

    To give an error output, simply put the RETCODE contains 2
    To give a warning output set to 1
    for and OK output set to 0.

    If your procedure may be:

    procedure proc1 (errbuf OUT NOCOPY VARCHAR2,
    OUT NOCOPY RETCODE NUMBER,
    p_contract_number IN VARCHAR2,
    p_end_date_char in VARCHAR2
    ) IS
    BEGIN
    RETCODE: = 2;
    errbuf: = ' this CR WRONG because I wanted it ';
    END;

    This will give you an error.
    It may be good to your CR PLSQL like this:

    procedure proc1 (errbuf OUT NOCOPY VARCHAR2,
    OUT NOCOPY RETCODE NUMBER,
    p_contract_number IN VARCHAR2,
    p_end_date_char in VARCHAR2
    ) IS
    BEGIN
    RETCODE: = 0;
    return;

    exception
    while others then
    RETCODE: = 2;
    errbuf: = "an error has unhandeled."
    return;
    END;

    This way execptions generate an error.

  • How to check the status of the import in Windows?

    Hello

    Import runs in my box of Wndows. The log file is not updated since long. How to check the status of the import job? FYI its oracle 10g.

    And I checked the database which.

    FYI
    ===
    Select * from DBA_DATAPUMP_SESSIONS;

    no selected line.

    Select * from DBA_JOBS_RUNNING;

    no selected line


    Select the username, machine, module, sid, State, event, seq #, session seconds_in_wait $ v where type <>'IMPORT' and username = "AUTOTIME";

    no selected line



    Please let me know.

    You actually look at the session of $ v and check the status of the session that is created by the import job.

    Sometimes the underlying tablespace is full, so import session just hangs, it must increase the size of the storage space.

    You should also look at alert.log file and see if there is any error message like "cannot extend table space '.

  • How to check the status of the statistics on a table?

    Hello
    I started the statistics collection on a few large tables in my database.
    How to check the status of statistics about a table? Are there views of data dictionary or tables to monitor the progress of the collection of statistics.


    Regds,
    Malika

    Hi all

    You can check with this little script.
    It lists details of sid for long as running session
    When he started
    What last update
    How long still to the left
    "ACTIVE/INACTIVE" session state etc.

    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    -Author: James Syed_
    -Script_name: sid_long_ops.sql
    -Description: list details of sid for long running the session as when it began when the last update how long still to the left.

    fixed lines 200
    Neck LESS to a25

    Select
    a.SID,
    a.Serial #.
    b.Status,
    a.opname,
    TO_CHAR (a.START_TIME,' DD-me-AAAA HH24:mi:ss) START_TIME,
    TO_CHAR (a.LAST_UPDATE_TIME,' DD-me-AAAA HH24:mi:ss) LAST_UPDATE_TIME,.
    a.time_remaining as 'time remaining dry. "
    a.time_remaining/60 as "Min remaining time."
    a.time_remaining/60/60 as 'remaining time in HR.
    V $ session_longops a, v$ session b
    where = select a.sid
    a.sid = & sid
    And time_remaining > 0;

    ----------------------------------------------------------------------------------------------------------------------------------------------------------------

    The sample output:
    --------------------

    SQL > @sid_long_ops
    Enter the SID value: 474
    13 old: a.sid = & sid
    13 News: and a.sid = 474

    SID, SERIAL # STATUS START_TIME LAST_UPDATE_TIME remaining time LESS dry time remaining minutes remaining HR time
    --------------------------------
    474 2033 ACTIVE collection schema statistics June 6, 2012 20:10:49 June 7, 2012 01:35:24 572 9.53333333.158888889

    Thank you & best regards

    Syed James.
    Oracle Apps DBA
    Mobile: + 91 9966270072
    E-mail: [email protected]

  • How to find the status of the package (valid/invalid) was at one time

    How to find the status of the package (valid/invalid) was at one time?
    I want to find the status of an oracle package to 15:00 yesterday. Today, the status of this package is INVALID.
    I'm sure it was VALID yesterday. But no way to prove it. Can any one help please?
    I can generate AWR report for the last 7 days...

    Try to use a flashback, like this query:

    select object_name, object_type, status
    from dba_objects AS OF TIMESTAMP (SYSTIMESTAMP - INTERVAL '18' HOUR)  -- 18 hours ago
    where object_name = 'MY_OBJECT'
    ;
    

    If you have not granted privs FLASHBACK, you may connect as SYS to make a request flashback on a table data dictionary.
    But this should give you the info you need - if it's still in cancellation.

  • How to check the status of battery for Cyber-shot?

    How to check the status of battery for Cyber-shot?

    Depends on what Cyber-shot you have - in General, there should be a DISP button, or menu on site that display. The State of the battery is usually at the top right.

    The DISP button is usually the UP button.

    In addition, depending on the type of use of the Cyber-shot battery, it can never just to display the bars, or it can show a percentage.

  • How to remove the download button located next to my home button? I continue to by clicking on it when I want the House and it's annoying.

    How to remove the download button located next to my home button?

    You can use customization feature to move it to a less irritating location. I suggest the bar the module if you keep this poster.

    Start customizing with one of these, and then drag the arrow to a new location, or in the dialog box to remove all the bars:

    • Right click on a zone empty of the tab bar > customize
    • Press the Alt key > menu view > toolbars > customize

    You will notice that some combined controls separate in the view to customize. If you put something between them, they will not be able to recombine. (For example, if you separate stop and reload or put something between front/rear and area URL.)

Maybe you are looking for

  • Installation of recovery image on Satellite L875 - 12 p

    I have a Toshiba Satellite L875 - 12 p less than a year and I have a huge problem with efficient use of this laptop. The system is running very slowly and some files cannot be open to all. I tried to treat it somehow and I tried many programs, but it

  • Remove BIOS password on 9470 m Folio

    We had someone leave the company recently and they their BIOS password protected.  Nobody here knows what it is and that person refuses to give it to us.  Is it possible to reset to the default values without knowing the password of the BIOS?

  • Shockwave and vista

    I recently bought a laptop with vista pre installed microsoft and to play games that I need to install adobe shockwave player what I did only to find out that vista has not started it and now I want to know how microsoft canjustify the fact that some

  • To print several documents duplex in Word 2007 problem

    Hello.  I have a laptop Dell Inspiron 9400, running Vista business, SP1.  I can't print multiple copies of a two-sided document in Word 2007 on a HP LaserJet 2200DN, connected via a JetDirect card.  What I do is select the duplex function, select mul

  • file sharing to an external hard drive as in w

    I have and external hard drive and I want to know how the two can talk to each othere like talking about windows on the external hard drive as a music file and the external hard drive intended for each othere and the update and the hard drive if it a