Rollover menu

coffeegulper
coffeegulper Community Member Posts: 13
Take a look at the attached video showing what issue I am running into.

John Kirk

Comments

  • tsukta2655
    tsukta2655 Community Member Posts: 7 ☆ Roadie ☆
    Have you tried Preview or Preview in Browser to see if the same thing is happening?
  • coffeegulper
    coffeegulper Community Member Posts: 13
    Yes, tried all three.
  • coffeegulper
    coffeegulper Community Member Posts: 13
    Attached zipped project file
  • tsukta2655
    tsukta2655 Community Member Posts: 7 ☆ Roadie ☆
    So right now you have 3 actions on your tips button.

     

    The first action is triggered on click and it toggles show/hide of your menu. So click once to show click again to hide.

     

    The second action does nothing - so not sure what is there for

     

    The third action is triggered on mouse exit and also toggles show/hide on your menu.

     

    So you click the button and it shows the menu and then when your mouse exits the button area it hides it - which is what you are seeing.

     

    What functionality are you trying to get out of this?
  • coffeegulper
    coffeegulper Community Member Posts: 13
    Thanks, Tim.  Your questions steered me into the right solution.  Can you look at the name input I have?  I want to take the name set it as a variable and then change the text block on Simulation image where it has Initials and Name shown.
  • tsukta2655
    tsukta2655 Community Member Posts: 7 ☆ Roadie ☆
    You are on the right track John, but a quiz question is overkill for what you are trying to do. Just add an entry Field from the Test & Survey ribbon. It will capture whatever is entered into it in a variable for you, and no extra processing is required like with a quiz question. Debug mode is a great way to see what values your variables hold if you are having issues with them. Since you really want their initials for the demo might want to ask for that instead - or maybe ask for both name and initials in separate boxes.
  • coffeegulper
    coffeegulper Community Member Posts: 13
    Wow, inserting a plain text field was much easier.  I now have the input variable displaying over on my simulation image.

    Thanks