PDA

View Full Version : Multiple Button Presses


new_horizon
08-19-2011, 03:17 AM
Hi all,

I'm nearing the final part of programming my latest experiment, whereby individuals see some motion within a scene and are then asked to indicate where the motion occurred (by clicking in up to three zones).

Does anyone know how program multiple button presses? So that someone could for example select 1,2 and 3 or just 2 and 3 before pressing a "proceed" button that I have selected which will start the next trial?

Thanks

sleiN13
08-19-2011, 04:58 AM
Just save the numbers of the key/buttons that are pressed in a global array and read them out when the proceed button is pressed.