Indeed some misunderstanding. I will try to explain:
- A button (interactive object) has two events:
- Clicking the button is indicated as 'Success' event and will trigger the 'Success' action and show the Success message
- Clicking outside of the button is indicated as 'Failure' event, will show the Failure message.
- The Last Attempt action will be triggered when you have reached the last attempt which is a Failure. It will be missing when the attempts are set to Infinite.
If you want a Failure and a Success button, this would be the workflow:
- Set both buttons to Infinite attempts, so that you get rid of the Last Attempt action
- Use the Success message and the Success event of each button to do what you want.