Replies: 1 comment
-
This is part of the current function I use as a stimulus in a canvas plugin. The object slows down with every keypress, but it should slow down after the key is pressed once. I tried with an if loop, but somehow I couldn't find the mistake. Has anyone a hint on a solution?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I'm currently working on a project with simple moving objects that should be stopped on target.
Subjects are asked to stop a moving object on a specific target via keyboard input. The objects should stop gradually and I'm struggling with implementing that. Has anyone done a similar task before or suggestions/solutions for the gradual stop?
I'm quite new to JsPsych/JS and happy for any input or help!
Beta Was this translation helpful? Give feedback.
All reactions