AslanKaraaslan
About
- Username
- AslanKaraaslan
- Joined
- Visits
- 108
- Last Active
- Roles
- Member
Comments
-
Hi Dami23, I haven't any problem with this script. What kind of problem do you have? Can you add the opensesame error or screenshot? First of all, you need to put the joystick plugin anywhere in the experiment, did you?
-
I found the answer to my question in another topic on the forum (Eduard's answer). Thanks OS.
-
Hi Eduard, Thank you so much! It works smoothly. Best regards. Aslan
-
Hi Sebastian, I have same question. And i tried the code(above), but didn't understand what to write instad of 'my_image'. Should i put my image list name in the block loop? When i put my image list name, i have an error 'KeyError 'image1.png'' I'd…
-
I still haven't solved the problem. I've attached the experiment file (a draft) below. Any suggestions will make me grateful to you. http://forum.cogsci.nl/uploads/730/5YQBSD1PWJSJ.osexp
-
I've tired to new way as below: stop = False cv = items['uyaranD'].canvas #cv['stim'] = Image('[uyaranlar]') # Loop until a response is given while not stop: # Get a joystick movement movement,timestamp = exp.joystick.get_joyaxes() # `mov…
-
Hi Eduard, Thank you for your interest! And I apologize for the late reply, I was working on your suggestions during this time. And in line with your suggestions, I solved my 2nd and 3rd questions. Thank you so much! However, I did not figure out ho…