Hi to everyone I’m making an experiment where i present an image for 2 second then textbox (onset 2.1), text (click here to continue) and mouse (related to the previous text). I’m trying to insert another textbox, after that the partecipant clicked with mouse. I don’t know what to write in the start/condition in order that the second texbox start only after the subject clicked the mouse. Do you have any advice about that ?
Hi @Alex8787,
You can use mouse.isPressedIn(name_of_text_component)
as the condition for the start time. I’ve popped a little demo together to show how this would work.
Hope this helps,
Kim
textbox_appear.psyexp (17.6 KB)
thank you so much !!!