Using a slider and a press button in the same window

Hi @Talor_Shamash.

What do you mean the slider does not slide? Do you mean that pressing the circle would end the routine without any slider ratings? If so, check this topic:

I had this issue in the online experiment, but you can use the same method for local experiments. Alternatively, you can use this code:

if smy_slider.getRating() and my_mouse.isPressedIn(my_circle):
    continueRoutine = False