Sorry, Alex, taking exams for the moment.Will try to help you when I'm finished here. It is not possible any more to attach files, if you want me to send a sample, please send me a private message with you personal e-mail address. It is not wise to post it on the forum (spam-danger).
Lilybiri
Hello Alex,
Just sent you an e-mail with a sample file. For the use of other readers, here is the description of the file:
Created a small project (see attachment), hope this is what you want to do:
- created 5 slides, each containing a Text Caption, originally invisible (I labeled them Text1, Text2 etc)
- created the user variable v_click but no value when defining (which you did)
- on the first slide: a visible button, attributed 1 attempt, on Failure action "Go to next slide", on Success two actions (Multiple actions, could also be done with an advanced action):
- assign to v_click the value 1
- show Text1 (text caption on the same slide)
- created a first advanced action ShowSlide2:
- check if v_click is equal to 1
- if yes Show Text2 (text caption on slide 2)
- no action (or whatever you want) if no
- in the Properties of the slide 2, on Enter I attribute this advanced action ShowSlide2
- duplicated this advanced action 3x, ShowSlide3, ShowSlide4, ShowSlide5 and edited them to change the text caption to be shown.
This is what I understood from your question,
Lilybiri