Value of the increment on click

Hello.

I use 8 Captivate and created a delicate design project.

Created a slide where there are 5 images and a "basket" in the top corner.

The user must select the 3 images that are the right choice. Whenever they choose an image, the cart updates a value (1, 2 or 3) and the image that they selected and then fades or fades.

I can't figure out how to set actions to get there.

The images were to be buttons to give them shares.

Buttons create an action on and what the parameters of the actions must seem to have these things that multiples occur?

increment.JPG

Create a v_counter user variable that you can display in a container of text on the cart. The default value of 0. For the correct form button (I guess those who are filled with images used as buttons on forms?), you can create a shared action that increments the counter (not a setting) and apply an Alpha effect to the button itself, or (perhaps more trustworthy than the effect) replaces the original image button by a same shape with a faded image (not a button at the same time (, you will avoid they click a second time on the same button).

You don't say what should happen with no correct images?

Tags: Adobe Captivate

Similar Questions

  • Any graphical plugin, or other available solution of "CAPTURE a VALUE at THE TIME TO click ON?

    Hello

    I just realized that the query is not my problem.

    I have a graph that uses the query below, and it displays bars showing the 4 different totals revenue market Segment in every bar.

    My requirement is to drill down in this section of the graph and show what amounts to this total.

    I can't add this to the LINK because at the time of the request, the market Segment is unknown.

    Y at - it a graphic plugin, or other available solution that can of "CAPTURE a VALUE at THE TIME CLICK ON"?

    Select the NULL LINK,

    TO_CHAR (to_date (Year, 'YY'), 'YYYY') year.

    sum (decode (market_segment, Advanced Technology Facilities, recipes, 0)) 'Advanced Technology',

    sum (decode (Market_segment, "energy and environmental Technologies", recipes, 0)) 'energy and environment '.

    sum (decode ("market_segment, ' High Tech infrastructure", recipes, 0)) 'high technology Infrastructure. "

    sum (decode (market_segment, "Chemical and Life Sciences", recipes, 0)) 'Life Sciences and chemicals. "

    of apps.xxmwz_apex_rev_5yrs

    Group by year

    order by 1

    I think you just need to change your group clause

    of ' group by year, market_segment.

    for "group by to_char (to_date(year,'YY'), 'YYYY') , market_segment '.

    This is the request of my sample application

    select 'f?p=&APP_ID.:2:'||:app_session||'::::P2_MONTH,P2_STATE:'||trunc(DEMO_ORDERS.ORDER_TIMESTAMP,'MM') ||','||DEMO_CUSTOMERS.CUST_STATE||':' link,
           trunc(DEMO_ORDERS.ORDER_TIMESTAMP,'MM') year,
           case when DEMO_CUSTOMERS.CUST_STATE = 'VA' then sum( DEMO_ORDERS.ORDER_TOTAL) end as VA,
           case when DEMO_CUSTOMERS.CUST_STATE = 'MA' then sum( DEMO_ORDERS.ORDER_TOTAL) end as MA,
           case when DEMO_CUSTOMERS.CUST_STATE = 'GA' then sum( DEMO_ORDERS.ORDER_TOTAL) end as GA,
           case when DEMO_CUSTOMERS.CUST_STATE = 'IL' then sum( DEMO_ORDERS.ORDER_TOTAL) end as IL,
           case when DEMO_CUSTOMERS.CUST_STATE = 'NY' then sum( DEMO_ORDERS.ORDER_TOTAL) end as NY,
           case when DEMO_CUSTOMERS.CUST_STATE = 'MO' then sum( DEMO_ORDERS.ORDER_TOTAL) end as MO,
           case when DEMO_CUSTOMERS.CUST_STATE = 'CT' then sum( DEMO_ORDERS.ORDER_TOTAL) end as CT    
    
    from DEMO_ORDERS DEMO_ORDERS,
        DEMO_CUSTOMERS DEMO_CUSTOMERS
    where DEMO_ORDERS.CUSTOMER_ID=DEMO_CUSTOMERS.CUSTOMER_ID
    group by
    DEMO_CUSTOMERS.CUST_STATE,
    trunc(DEMO_ORDERS.ORDER_TIMESTAMP,'MM')
    
  • Problem of setting a value for the hidden item click on the button with processes action or pl/sql dynamic

    Apex 4.1

    Oracle 11g

    I have a page which consists of a main and several sub-regions area.  I have a pl/sql process in after the header SET_DISPLAY(:P400_DISPLAY:='MAIN';))

    Three subregions have a contional show where P400_DISPLAY = STORE.  It works in the hiding of the sub regions.

    Now, I want to change the value P400_DISPLAY to the STORE to show the subregions when I hit a button.

    I tried to create a dynamic action for the click on the Add button, but get the following error:

    The selected button uses a model of 'button' that does not contain the #BUTTON_ID substitution string #.

    I went to the models and found:

    Substitution strings

    Top

    Substitution strings are used in sub models to reference the value of the components. This report details use of string substitution for this model.
    Substitution string Referenced De Description
    #LINK #.YesModelTo be used in an attribute "href".
    #JAVASCRIPT #.NO.To be used in an "onclick" attribute
    #LABEL #.YesModelButton label
    #BUTTON_ATTRIBUTES #.NO.The attributes button
    #BUTTON_ID #.NO.ID generated button will be ID either the static button if defined, or if not will be a generated ID internally in the format 'B ' | [Internal ID of the button.

    I then tried to create a page process, pl/sql,: P400_DISPLAY: = 'STORE '; If the button is pressed.  The action of the button is submit page. However, it does not change the value of P400_DISPLAY and the subregions are hidden.

    Suggestions please on how to fix the template or change the value of P400_DISPLAY?

    The question of the root, it's that, even if you change the value of the element of your page, it is not visible to other areas of the page until it is in the session. Thus, any other action based on the value of the element of your page. the visibility of a control, a report based on the value of the item, etc. will be affected by changing the value of the item page until it has been changed in the session. Even after that, items are stored in the session, then you must do something to influence the revalued value. To see the effect of this, observe that your page will load and assesses the value of the element of your page, it sees which is the "MAIN" and mask areas. However, he didn't reassess after that.

    Then; your choices for this value set at the session are send the page, or use JavaScript to set the value in the session. If you use the latter, you will have to do extra work to make visibility tests be re - run, so, let's stick with the submit method.

    What you did above sounds correct to do this but, there are a lot of decisions, that you might have done that may have caused things to do not occur in the correct order.

    First of all, we will confirm that what I describe above is your problem. From the development environment, load the page, click on the button to change the value and submit. Now, click on the link marked the Session. He is always at HAND? If the answer is "Yes"; That's your problem.

    Let's start with your calculation after the header. You set it to * only * run if the current value of the element of your page is null? If this isn't the case, it's your problem.

    Load the Page-> Item set to 'Hand' by calculation-> click on the button--> Item set to STORE-> Submit-> Page Load-> point by calculating the value 'hand '.

    See the problem?

    Assuming that's not the question, you have created a branch to the same page, right? What is your process for the branch point? Is it * after * Validation, computation etc.? Because if not, you are not changing the value before that didn't get to submit.

    I bet that's the first question, but take a look at these.

    See you soon,.

    -Joe

  • spend multiple values on the interaction of click value

    Hi gurus:

    I have a requirement where I need to display a report of the first (a table or a PivotTable), with the type Cust_ID, recipes, etc. Cust_id is a unique dimension. Most of the stuff is made.

    And then the user wants to select 4 different values of Cust_ID and run another report of detailed comparison of the attributes of these clients.

    Now, the solution I proposed one or the other was a copy and paste in the new edition box prompt, or multiple selection on cust_id on new page.

    But the 'expert' user interface wants something like boxes to tick next to all ranks and press a button that automatically starts a comparison report.

    I know that we can pass a value to the other report using the value interaction. But how I spend 4 different values to the click?
    Or is there no other way?

    Please help me.

    V

    Sorry there not be useful. I think that the solution works and book it that the user needs. Article is that sometimes we spend too much time trying to satisfy a user wants and brings us to spend our valuable time that could be spent more productively. Well...

    Good luck, however, Vinay!

  • Value of the increment of a dynamic text field

    Hi all

    I have a question probably very easy (but I am very new to flash and actionscripting). In any case, here's the deal.

    Having a text box dynamic (I just created it using the text tool and replace the dynamic type). The instance is called HelpRequestText. What I need to do, is to start at 0 of frame 1. Then repeatedly through the film, have this incremented value of 1 by a schedule I (for example at minute 02:24 it goes up, then again at 04:18, etc..). In addition, there are three buttons, and when the user clicks on one of them, I need this value to increment by 1 in the immediate future.

    So I guess that the two questions are - 1) how I put the text file to zero, then update on a schedule of keyframe I laid out?

    (2) how can I get the buttons to increment by 1 when they are clicked?

    Thanks for your help!
    Dominic

    My problem was that I was getting a NaN value. I think it was because the buttons are on their own time inside a clip online (so I can do stuff with them). I struggled with the global variables, until I realized that you don't declare it like a normal variable. Instead of:
    _global var. $myvariable, that you use:
    _Global. MyVariable. in any case, it works perfectly now.

    What I did this:

    1) REPLACE ASSISTANCE REQUESTED NUMBER WITH a TEXT DYNAMIC BOX TWO FINGERS OFF WITH INSTANCE NAME HelpRequestText
    --> copy in place through keyframes on this layer

    (2) ADD THIS TO EACH HELP BUTTON:
    _Global.testvar = _global.testvar + 1;
    _root. HelpRequestText.text = _global.testvar;

    3) ADD TO THE TIMELINE OF THE HAND AT THE BEGINNING

    _Global.testvar = 0;
    HelpRequestText.text = _global.testvar;

    4) ADD TO THE TIMELINE OF THE HAND ON 'INCREASE IN AID' FRAMES:
    _Global.testvar = _global.testvar + 1;
    HelpRequestText.text = _global.testvar;

    Great! Now I have to go and difficulty 8 movies and recompile them zinc. Ugh. Thanks for your help!

  • How can the value of the increment on stage?

    Hello

    I'm doing a game where, when the user presses a button it increments a score on stage.

    So far, I put a text field on stage with the counter name:

    set the value of a variable symbol

    sym.setVariable ("score", "0");

    SYM.$("counter").html (sym.getVariable ("score"));

    How to code a button to increase this score every time on it?

    Thank you

    Very close, but not quite.  You will need to increment your counter and then store it so that it continues to increment.  A good example of this is in the sample of the Cracidae Catch on the site to animate:

    http://HTML.Adobe.com/edge/animate/showcase.html

    More specifically, it's what I would do:

    1. in compositionReady, initialize the variable like this:

    sym.setVariable ("counter", 0);

    2. in your scenario where you get a point:

    var counter = sym.getVariable ("counter");

    counter ++;

    SYM.$("counter").html (Counter);

    sym.setVariable ("counter", counter);

    -Elaine

  • I changed the value of the increment in the kerning by default preferences, but it had no effect

    InDesign CS5 using on an iMac. The default increment when you use the arrows the kerning and tracking on the control is +/-20 bar. I just found out that you can change it in preferences (units and increments - keyboard increments - kerning/tracking) so I set it to +/-5, but it has no effect. I left the program and he revived, but it still does not work. Anyone have any ideas? Thank you.

    This feedback only affects the value when you use the keyboard shortcuts, not push buttons.

  • How can the value of the increment on press the hold button?

    Hello

    When I press the button and hold the button I want to increment _global.lines

    nextline_btn.onPress = function() {}
    If (_global.lines < 25) {}
    _global.lines = _global.lines + 1;
    txt_lines. Text = _global.lines;

    }

    Please help me.

    Thanks JaxNa

    var nTolerance:Number = 500;

    var nIncSpeed:Number = 200;

    var nIntId:Number = null;

    _Global.lines = 0;

    nextline_btn.onPress = function()

    {

    Increment();

    nIntId = setInterval (fastincrement, nTolerance);

    }

    nextline_btn.onRelease = function()

    {

    clearIntervalId();

    }

    nextline_btn.onDragOut = function()

    {

    clearIntervalId();

    }

    function increment (): Void

    {

    If (_global.lines<>

    {

    _Global.lines = _global.lines + 1;

    txt_lines. Text = _global.lines;

    }

    }

    function fastincrement (): Void

    {

    clearIntervalId();

    nIntId = setInterval (increment, nIncSpeed);

    }

    function clearIntervalId (): Void

    {

    clearInterval (nIntId);

    nIntId = null;

    }

  • Navigation using the value of the column

    Hello

    I have a question about navigation in BI dashboard reports. If I understand correctly, I can implement the interaction of value to navigate to another report and use the original query as a filter. But I need to use the exact value that the user has clicked as a filter: I have a report that shows a list of the countries and summaries. Then, by clicking on the name of the country, I will navigate to a report target with a detailed analysis for that specific country.

    Can someone help me with this?

    To do this, in the source report, go to the country column-> properties-> tab Format of the column column-> in the option value interaction select Browse and select the target report. In the report target activate option "" is bringing"on the Country column. This will pass the value when the user clicks on a particular value on the source report.
    Arjun

  • change in value of ListBox on right click with the duration menu

    Hi all

    With the help of LV 2012...

    I have a listbox multicolumn containing a single column of text values.  I'm trying to implement the following features:

    Right click on an item will cause a runtime menu to open... user select 'Settings' in the menu and a dialog box with the settings specific to the element appears.

    The menu of the runtime has been easy.  The problem is that the value of the listbox (line) does not change with a single right-click.  I currently have to left click to change the value and then right click for the menu.  Any way to change the value with a right-click?

    Thank you!

    Charlie

    Rather than change the value, you can do something like this - use the mouse to the bottom? event for the listbox control. Because it is an event of filter, it must run everything first (although you will need to place a frame earlier in the structure of the event). Use the coords for this event and call Point to the method of lines of columns on the listbox. This will give you the line, now you can keep in a shift register. Do not throw the event, and this will cause the menu event, where you can now use the value of the line in front.

  • Increment the value of the control programmatically, strange result

    I have a problem with this VI.
    I did it with LV 2009.
    There is an auxiliary VI that I use to remove the reference to a control programmatically.
    The test.vi (main) tries to set increment to a digital-digital control programmatically.
    With the help of the 'heap of ctrl VI', it is possible to do all the code in a single case of big event.

    If you change multiplier 'n'--> he grabs value 'n', for N = 1, 2, 3,..., 7
    It takes the value of N the multiplier and checks if it is == 1. Then the value increment of the N value accordingly.

    Problem:
    It does not work as expected.
    If you explore the thread, it's all good until the equal check, I don't understand why it does not work.

    Thanks for your advice.
    Greetings

    The problem is probably not full equality of types of data comparison.  As fractions like 0.1 cannot be represented exactly in binary, is often equal to comparisons result in numbers that appear to be equal when displayed with one decimal place are actually different in the 14th, 15th or 16th place.

    Use a rough comparison: is the absolute value of the difference of less than 10 ^-14?

    Lynn

  • Value of the text field on a form disappers when clicking on an intem line in one grid other than line 1.

    Essentially we are dumping a log in a grid file 'go block '.  As part of the form, we'll add two variables (in the same datablock) like other variables of the grid.  These descriptive variables are order and the line number and are located above the grid.  When the user clicks on any other topic but line 1 these values are empty.  If they click line 2 they are virgins but if they click back online a those values reappear.

    Somehow, they relate to thoughts of one line - all about what I'm doing wrong.

    Thanks in advance.


    Dear Sir

    The value that you assign is the first record only. This is why his watch when're it in the first record. How you assign values to the block (grid) of detail? If you use to insert lines, then you must write the code to assign values to these fields inside the loop.

    Manu.

  • How to get the value of the cell in a bean of a table of the adf in the screen at the click of the button.

    Hello

    I have an editable table in my screen. When the user enters text on any cell in the column, I would like to get the text entered my beans for this cell when the button is clicked.

    And if you use BC?

    Quite simply, take table iterator form pageDef and get the appropriate attribute of line current value...

  • How to get the value of the card that is clicked

    Hello

    I work in the apex 5.0 with universal theme.

    I had a type list box.

    Attributes, I chose the cards of value as a list template.

    When someone clicks on the map, it will be redirected to another page. Before that happens, I want to fix an application with the value of the card that has been selected.

    I can't understand how to do this. I tried with dynamic action, but that has not worked.

    Hello

    If I'm not completely wrong and that you set the item asking "Checksum Required - Session-level" we'll automatically the checksum protect your URL and users will not be able to change it manually. Don't forget that with dynamic action that is executed on the client side, you will never be able to change your point of application safely. All dynamic action can can also be done manually by the user. Links with checksum are safe because him are generated server-side.

    Concerning

    Patrick

  • Storing the value of the click in a variable

    Hello!

    Not a very good programmer, I have this project I'm working on which I create in the edge animate. Here it goes.

    I have a few labels that act as small clips, for example, 'Clip 'Clip 'Clip 'Clip 04' 03' 02' 01'.

    Basically, I have something like a menu bar. If I click on ' Clip 01', the Clip corresponding to he plays, as "" Clip 04' 02', ' Clip 03', buttons play their respective clips. »»

    Here's what I want to do instead, if I click on ' Clip 01', the value of the click event for a click on what could be 1 and 0 for clicked not be stored in a variable. "

    Before "01 Clip' actually starts to play, he must check the value if it is 1 or 0.» If it is 1, while it should play something else he should do nothing.

    The above is just an example of what I'm trying to create. In other words, if I try to explain what I am actually to create or the case, there is really a lot of time explaining from the short example above.

    Thanks in advance

    If you have several buttons here are 2 ways to do it:

    If you can use jquery use this group all your buttons in a div and the Group of call buttons.

    var buttons = sym.$("buttons").children ();

    $.each (buttons, function (i) {})

    $(this) .one ("click", function() {}

    code here

    SYM.$("images"). CSS({"Opacity":0.00});)

    SYM. $("images").animate({"opacity":1.00},700) .attr ('src', ' images / "images [i] +".png"');

    });

    })

    If this is not the case, use this:

    function useButtons (element) {}

    {sym. $(element) .bind ("Click", Function ()}

    This example shows how to change a picture

    SYM.$('image').Attr('src','images/'+element+'.PNG'). CSS({"Opacity":1.00});)

    });

    }

    Add here the names of button

    ["," "," "] .forEach (useButtons);

Maybe you are looking for