Group: Forum Members
Posts: 39,
Visits: 230
|
Hi Inquisit 5 community,
I wish to track the current position of mouse after the mouse starts moving and before the rectangle is clicked, and once the mouse moves outside the rectangle, the trial resets. Is there a syntax that allows to do this? Thank you in advance.;)
<trial tap> / ontrialend = [values.trialnum-=1] / ontrialbegin = [trial.tap.beginresponsetime = 0
/ ontrialend = [trial.tap.resetstimulusframes()] / validresponse = (mousemove) / stimulustimes = [0=screen,rectangle] / responseinterrupt = frames / inputdevice = mouse
</trial>
|