Show/hide the problem and playing of the symbols

Hello.

I have a problem with the instructions Show/Hide and play - my problem here:

I have 4 buttons (symbols) in the stadium: "sectionOption1a_Btn", "sectionOption1b_Btn", "sectionOption1c_Btn" and "sectionOption1d_Btn".

I also, what I call, 4 'options': 'Option1a', 'Option1b', 'Option1c', 'Option1d'.

Each of these symbols of 'Options1X' have a 'melted' and 'melted' animation - 0 ms and ms 2000, respectively (within them).

Each button runs each own option:

"" 'sectionOption1a_Btn' ' CLICK ' symbol 'Option1a' tracks

"" 'sectionOption1b_Btn' ' CLICK ' symbol 'Option1b' tracks

"" 'sectionOption1c_Btn' ' CLICK ' symbol 'Option1c' tracks

"" 'sectionOption1d_Btn' ' CLICK ' symbol 'Option1d' tracks

All "Options1X" are hidden, except one that is active.

The problem:

Let's say I have "Option1c" active and I want to go to the "Option1a". So, I click on "sectionOption1a_Btn". When I do this, I want the "Option1c" to run is "bland out' (inside himself, to 2000 ms) and then run " Option1a" 0 ms - it is own"fade"while keeping all the other "Options1X" hidden, of course."»

I hope that I didn t more complicated my explanation.

Here´s a schema:

Schematic Control buttons.jpg

Thanx.

Hi there, you can implement such a feature in 2 tracking variables. YER essentially saying 'currentOption' to unfold on click of a button and the definition of the "requestOption" according to the click button. At the end of the coast anim current outro, yer by calling the 'playRequest' function to play the requested side.

Put this question to the stage.compositionReady event:

var currentOption = null; / / a, b, c and d

var requestOption;

called by the event of timeline.complete at the end of each Option

sym.playRequest = function() {}

sym.getSymbol("Option1"+requestOption).play ("is");

currentOption = requestOption;

}

called when the button is clicked

sym.btnClick = function (request) {}

requestOption = request;

{if (currentOption)}

sym.getSymbol("Option1"+currentOption).play ("fadeOut");

} else {}

sym.playRequest ();

}

}

Put this on a button click:

sym.getComposition () .getStage () .btnClick ("a"); / / or b, c and d for each button

Put this question to the event timeline.complete of each Option symbol:

sym.getComposition () .getStage () .playRequest ();

Tags: Edge Animate

Similar Questions

  • Hotkeys to show/hide the tool Options and the Photo to PSE11 tray

    LOL - I just find it has shortened F4 to show/hide the xD Tool Options
    Overall I have disabled "Auto Show Tool Options" option and use F4... Thanks Adobe you have not left it without no solution!

    Title of the message was edited by: Brett N

    And have you tried F5? You will soon use the F4 and F5 to clear your display

  • Where the control to show/hide the removable storage settings

    I try to install Win 8 Prof.  I have a HP desktop with a CD player and 4 slots for removable media devices.

    In a previous installation, there was a way to show/hide the removable drives / slots unless there was inserted media.

    I don't know where the setting.  I tried the

    strategies group without result.

    I also lost the capacity of my office to recognize and attach my CD player.  It appears in Device Manager, but he said he is not physically attached.

    I can boot from the drive.

    Help, please.

    Have you installed Windows 8 or you try to install it?

    I use Windows 7 on my PC and in that, the option "Hide or show empty leads in computer folder" is located in the view tab of the window "Options records". It should be the same in Windows 8 as well.

    Visit this link:

    http://www.SevenForums.com/tutorials/6969-drives-hide-show-empty-drives-computer-folder.html

    If Windows 8 will not detect the device, try the steps in this link:

    http://Windows.Microsoft.com/en-us/Windows-8/why-isn ' t-windows-conclusion-device

  • Show / hide the DropDownList selection Pages

    I'm trying to show / hide the last page of an audit report according to which city is selected in the drop-down list.

    The code I use is:

    If

    ('4' == xfa.event.newText)

    {

    Page7.presence

    = 'visible ';

    }

    Page 7 has the value "hidden" as I will only show / selected print if some cities are (Bundaberg being one of them)

    The drop-down list has been fixed values then '4' = Bundaberg.   The script is on a change event.

    Can anyone help please this code does not work.

    Thank you.

    Jenny

    Ensure that the form is saved as "dynamic".

    N.

  • [AS] IDCS4 show, hide the contours of the block

    Hello

    Could someone please tell me the use of applescript, how do I show or hide the framework edeges in IDCS4 please, that normally found

    under show-hide the contours of the block.

    see you soon

    KeV

    Change the line to:

    define See the frame of view preferences false edges

    --

    Shane Stanley [email protected]>

    AppleScript Pro, April 2010, Florida http://www.applescriptpro.com>

  • Does anyone know why the tabs on my firefox is no longer tell me the name of the IM site, they show just the symbol of the site IM on?

    Does anyone know why the tabs on my firefox is no longer tell me the name of the IM site, they show just the symbol of the site.
    I have the latest additon of firefox and only noticed this today... so not after I've updated, the name of the site appears if I move the mouse over the tab but it flashes and will not stay there, I can't seem to find a way to get the site back on the tab name... Help please!

    Hello, you can try to reproduce this behavior when you start firefox in safe mode, once? If this isn't the case, maybe an addon intrudes here or there is a problem with hardware acceleration...

    Troubleshoot extensions, themes, and issues of hardware acceleration to resolve common problems of Firefox

  • An attachment in word pad in not readable, it shows only the symbols.

    original title: reading an attachment.

    An attachment in word pad in not readable, it shows only the symbols.

    Do you know what program created the attachment?  Name of the attachment should give this information.  For example, if the name ends with ".doc" or ".docx", it has been created by Microsoft Word .  If Microsoft Word is not installed on your computer, download and install the free Word Viewer program which can read the attachment. Boulder computer Maven
    Most Microsoft Valuable Professional

  • Show / hide the dynamic Actions does not work in Windows 7 IE10 and APEX 4.2.1

    Hello

    I have a page in the APEX 4.2.1 reactive Blue theme, where show or hide page elements based on changes to other page elements and their values, in terms of JavaScript expression.

    It's that everything works well in Chrome 31.0.1650.63 m and 25.0.1, Firefox but not Internet Explorer 10. I thought it might be linked to this solution to the problem of Ajax IE10 | Code of Jason and tried their recommendation, but appears not to have contributed.

    Help please!

    Thank you

    Alex.

    I found the problem and it was my fault. One of my dynamic actions using JavaScript expression conditions was missing quotes in $v ("P1_ITEM1"), breaking the rest of the related JavaScript code. Chrome and Firefox did not care, but IE seems to be less tolerant of mistakes like that.

    Scott, thanks anyway. It is useful to know that I have that option as well.

  • Problems with the layout themed to show/hide the region 25

    Hi all, Ive hit another question that I hope someone can help with...

    APEX 4.2.4 on XE... Theme 25.

    I've reproduced this login as apex.oracle.com [email protected] password newpass 291 3 application page.    (admin/admin is also implemented as a UN/pw)

    I have a skin region see the this Im using as a region of select query. There are a number of boxes, and a couple of display only fields that have values returned in it.

    I I set out them in a row, and after 3 items, I start a new line with the other 3 articles... that is

    X X X

    X X X

    Except that with the region set to show/hide and the model of the value without tab, no sidebar I get.

    X X

    X

    X X

    X

    If I change the standard region it works OK, and if I change models, it seems ok.  Ive tried all the combinations of columns, etc, but nothing helps...  Im trying to figure out if Im missing something, or I've hit a bug any... (almost certainly the old...) ...

    Thank you very much indeed

    Richard Legge wrote:

    I have a skin region see the this Im using as a region of select query. There are a number of boxes, and a couple of display only fields that have values returned in it.

    I I set out them in a row, and after 3 items, I start a new line with the other 3 articles... that is

    X X X

    X X X

    Except that with the region set to show/hide and the model of the value without tab, no sidebar I get.

    X X

    X

    X X

    X

    If I change the standard region it works OK, and if I change models, it seems ok.  Ive tried all the combinations of columns, etc, but nothing helps...  Im trying to figure out if Im missing something, or I've hit a bug any... (almost certainly the old...) ...

    The difference between the models of the region is that the Standard region has defined Points of view and the show/hide does not work. This is the mysterious properties that Oracle has not yet bothered to document. Their omission of this model is indeed likely to be a bug.

    Create a copy of the region show/hide template and add a point of view for the body of the region (content):

    Name: Body of the region

    Substitution of template: BODY

    Grid Support: Checked

    The maximum fixed grid columns: - 1


    Use the new model to show/hide for the region of select query.

  • Show/hide the image with audio (audio does not if necessary)

    Then, I ran some tests to see what was going on so I could better explain my problem.

    I have a slide with a picture that has four clickable areas. First of all, the student listen tell me for a few seconds and then is invited to click on the image areas that are highlighted.

    When the user clicks on one of the fields, an image appears and I taped audio on this 'object '. Note: I didn't use the slidelets substitution as the clickable area is hidden by the new image when the image appears on a click. The user will press a close button that is on the image, set with another clickable button to hide the image then select another pop up box. (See image below... you can see the image of forklift under the transparent image gray... This is where the user clicks the highlighted area).

    Capture.PNG

    I tried two ways:

    having the image plays on the whole timeline from beginning to end of blade (be hidden with the show/hide button function)... when I do it, the sound will not play at all (I'm guessing that this is because the audio went silently on the first few seconds of being on the screen, so by the time the student clicked the button finished audio).

    and

    Drag the beginning of the image to close the timeline when the user is asked to click on areas of the screen... when I do that, the sound play a bit, but gets cut off after a few seconds.

    If I click on the areas as soon as the blade begins to play (since i KNOW where the buttons will be activated), the audio plays very well which makes me believe my theory that the audio runs just at the moment where the user gets to click on it.

    There is no break on one of the buttons around this period, so I know this isn't that.

    What I am doing wrong?

    Thank you! :-)

    I'm happy to say after hours of frustration, I finally got to work.

    I went and read your blog Lieve on micro navigation and managed to keep the images at the point of the slide where the user is asked to click on them and define the action of tip:

    to display the image,

    hide the other images and

    Use the assign with 705 rdcmdgotoframe

    and added a line to continue so it wouldn't break (if I do this, it seemed only allows only not the last his image clicked / or show the function works because I have an action secondard on the second tab to display the button 'next' once all are clicked).

    I had to do the math, but thanks to your info on your blog, I was able to understand this. I just tested it and it works... so I'm not going to save and close and breathe until Monday when I can run my final tests on the entire project!

    Thank you!!

    ~ Gina

  • Show/hide the buttons of different page

    Hi all

    I was responsible for creating an interactive PDF of several page which is basically a questionnaire. Each page will have one question with the results of all issues gathered in a table at the end. Ideally, I would like to answer each question to send to a cell in a table but I can't find a way to get there, so my solution was to use radio buttons to select the buttons for results and responses. I had planned to assign an action show/hide radio buttons to reveal the answer on another page. During testing I ran into a problem when you configure the action show/hide, it allows me to select a show/hide button, unless its on the same page as the option button! Does anyone know if there is a solution to this? If someone can not advice me how I build such a feature?

    Thanks in advance,

    JS

    In Indesign, you will need to install the buttons in response to the same page as the radio buttons for the construction of all hide / display the activations. It's the only way you will be able to set these properties. Once you have completed and tested, you can now move the buttons in response to another page. Option buttons to activate hide/show buttons to answer to a different page. I have a test file that shows, if you want, I can send it to you.

  • several checkboxes show/hide the same fields

    Hello

    I use Adobe LIvecycle designer ES2.  I have about 20 checkboxs need to show and hide the same fields. I can get it to show and hide the fields if the check boxes are selected. The problem lies when you uncheck a checkbox, allowing to hide the fields but if the original box is not disabled I would like this information to stay.  How do I script for this

    Hello

    You have complete control over it.

    Here are various approaches if you had four check boxes controlling the presence of a subform. All scripts are FormCalc and in the case of page layout: ready for the subform.

    Where any box would display the subform:

    If (sum (Checkbox1, Checkbox2, Checkbox3, Checkbox4) ge 1) then

    .its presence $ = 'visible '.

    on the other

    .its presence $ = "hidden".

    endif

    Where all four box have to click it to show the subform:

    If (sum (Checkbox1, Checkbox2, Checkbox3, Checkbox4) EQ. 4) then

    .its presence $ = 'visible '.

    on the other

    .its presence $ = "hidden".

    endif

    Make sense?

    Niall

  • can radio buttons show/hide the info in an interactive pdf?

    Hello. I have a question to which I have been faced with during some time... hoping someone can help.

    I create a document in InDesign CS6. It's basically a guide with a joint questionnaire.

    I have forward and back buttons work properly - so that they take you from one page to another.

    However, the more difficult question is I want to have interactivity with the use of radio buttons and eventually the check boxes. Thus, for example, on page 1, I have a question multiple choice where there are three choices. Clicking the wrong answer shows a block of text saying 'no it's wrong' and clicking on the appropriate radio button shows the words "Yes, correct."

    I have created three blocks of text and make it into a multi-state object.

    Three problems:

    1. option buttons seem to be the option for "the State" in the buttons and Forms dialog box
    2. even if that were the case - the State Road seems to be only swf, non-interactive pdf form - is there a way to change this?
    3. script assuming that there IS a way, everything can be put in place so that instead of using radio buttons I have use of check boxes that only give the correct answer if the correct check boxes are selected.

    I would stick to indesign to do this, however, I think that the option is perhaps more suited for this problem?

    Many thanks in advance,

    SunsV

    1 - make 3 images and convert it into boxes option...

    Text blocks 2 2-make (Yes, his right) (No, the wrong) and convert it to buttons - rename it (Righ, evil)

    3 - Click on each radio button and apply action: Show/Hide button and form and on the visibility to activate the globe eye for buttons wrong or right.

  • Show/hide the link Edit... Is this a bug?

    Hello
    I can't swich to hide the link change them when I press the link button change view and I think it happened when I swith for some themes. Someone meet the same problems?
    Kind regards.

    Hello

    I think you can hit bug 9832918, where show/hide regions do not function correctly in themes 2, 6, 8 and 19. A fix for this bug will be available in a future release. In the meantime, you can try one of the other themes to work around this problem.

    Kind regards
    Hilary

  • show / hide the shape of the body

    I create a form with a report. The form includes the model hide_show_region. So, with + sign, show or hide the body of the form. The default value for the form's hide.

    When users press the edit button of a record on the report in the body of form is still hidden. When presseing the sign on the form, the text of the record is the correct display +.

    I want to understand the following:

    -what the button edit, after the page has recharge the body shape should be see the.
    - But default to the shape of the body must be hidden, so only when you press on the + sign on the form or the button Edit in the report of the Board of the shape to see the.

    interactive report mode, I add the following by the link change link attributes: onclick = "htmldb_ToggleWithImage('#invoer#Body')" where 'invoer' is the static name of the form. "

    But nothing happened. I tried with a show_hide_region of the service and the total form is hidden. But when recharging is in competition shape is show. So the also correct onclick is not thinking...


    Hope I clear my problem and some can help me with this... tnx in advance!

    Hello

    OK - it was a typo on my part:

    htp.prn('htmldb_ToggleWithSave(''INVOER_ICON'',''INVOER_BODY'');' || CHR(10));
    

    It should be:

    htp.prn('htmldb_ToggleWithImage(''INVOER_ICON'',''INVOER_BODY'');' || CHR(10));
    

    So, I updated the SQL package for this

    Andy

Maybe you are looking for