sdewitt
About
- Username
- sdewitt
- Joined
- Visits
- 26
- Last Active
- Roles
- Member
Comments
-
Thank you so much, Eduard, for your response. With testing, it took some time to deduce what was going on. I was able to ascertain that these large values are in fact milliseconds. However, for this version of opensesame, as opposed to my previous v…
-
Hi @eduard , Nevermind! I was able to use your suggestion to draw lower/higher version of the image, combined with a "run if" condition based on a scrolling response. EXTREMELY helpful, thank you and @sebastiaan so much!
-
Thank you so much Eduard! (bought you a coffee). That solved my second issue, the mouse problem. For my first issue, When I replaced my code: my_canvas.image(exp.get_file('gaze_left.png')) with what you suggest: my_canvas['img'] = Image(exp.get_file…
-
Hi @sebastiaan, I was actually able to work through the errors in the comment I made above (it wouldn't let me edit the unnecessary comment). I had to use a work around with exp to get the image from my file pool, but I've successfully done so (se…
-
Hi @sebastiaan Thank you so much for your quick response! I suspected my code was navigating outside of opensesame, based on how the image was being presented. Editing and using the script you have above, I'm still having a few issues. See my c…