

Captivate 2019 – creating a word search using image and buttons
Hello,
I am trying to create a word search game board with an image of the word search board and each word circled using a shape (outline only) as a button.
I toggle each of the outlined shapes (not visible in output), then as the action for each button, I show the outline on success.
However, when I run this scenario (preview project or HTML5 in browser) the buttons don’t work. Nothing happens when I click on any of the words.
I’ve attached a screenshot of the page setup.
What am I missing, or is this something that can’t be done?
See attached screenshot for my setup.
Thanks,
Terry
Hello,
I am trying to create a word search game board with an image of the word search board and each word circled using a shape (outline only) as a button.
I toggle each of the outlined shapes (not visible in output), then as the action for each button, I show the outline on success.
However, when I run this scenario (preview project or HTML5 in browser) the buttons don’t work. Nothing happens when I click on any of the words.
I’ve attached a screenshot of the page setup.
What am I missing, or is this something that can’t be done?
See attached screenshot for my setup.
Thanks,
Terry
You must be logged in to post a comment.

- Most Recent
- Most Relevant
The button need to be visible to have functionality, like triggering an action. Not completely sure what you tell about visible/non visible. Since the button is in the course it has an ID and will appear in the lists in advanced actions for any command where they can be used. But the Show action will not be functional if you click the button which needs to be shown as long as that button is not visible. I would deactivate the hand cursor for the shape button with states, to avoid confusion for the learner, but it cannot be set to Invisible in output.
I just published the blog, and mentioned this thread. I used part of your image It is on my personal blog, may also appear here in the portal but moderation may take weeks to my experience. Have a look:
http://blog.lilybiri.com/button-states-basics-and-tips
Maybe I’ll try to figure out a word search game in Captivate myself. I have already created multiple games, you can have a look with the tag ‘game’ on my blog.
Hi, the screenshoot is very small, it is not very clear. I supose a couple of things:
- Try publishing your project to a server or LMS and see what happens.
- If the “Not visible in output” option is applied to the buttons that could be the reason.
- Maybe you have an object covering the buttons.
Hmm, sorry to pop in again. A static object covering a button will NOT limit the functionality of the button at all. That used to be the case for SWF output, but never in HTML output.
A hidden object has no functionality, you also lose the pausing point of that button and that is something many developers overlook. It is not possible to click a hidden button at all. Published or Preview HTML in Browser will not remediate at all.