|
Post by Partenope on Sept 8, 2022 14:22:35 GMT
Hi everyone! it it possible to get the exact coordinates of an object on the screen NOT using MOUSE_X and MOUSE_Y?
task Mytask table stimoli show bitmap circle show bitmap first 350 -100
show bitmap second 350 0
show bitmap third 350 100
show bitmap last 350 200
show bitmap exit -300 200
drag option from 2 3 4 5
drag option to 1
drag option exit 6
dragging 30000 save TASKNAME BLOCKNAME RT DRAG_OLD_X DRAG_OLD_Y DRAG_X DRAG_Y
In this way the software save only the last movement, while I need participant to move 4 bitmaps, and to have the coordinates of the all four bitmaps he moved. Is it possible?
Thank you in advance
|
|