URL of experiment: Pavlovia
Description of the problem:
Heya,
I’m still trying to launch my experiment online and after solving one problem the next one was right around the corner. Now my experiment gets stuck on some of the libraries.
This is is the error message:
" TypeError: psychoJS.eventManager.Mouse is not a constructor"
This might have something to do with the command event.Mouse(...)
but JS is translating it to mouse = new psychoJS.eventManager.Mouse(...);
. And this throws an error now.
I appreciate all the help I can get ^^ Thanks in advance.
Margo