Change blindness experiment measuring RT

Hi Lucy,

That makes sense - but can you verify that the timer is definitely not resetting? The line timer=core.Clock() should create a brand new timer every time it is called (I.e overwrite the existing timer) - which should only be when tStarted=False. If this is not the case then try adding timer.reset() under timer=core.Clock(),

Best wishes,

Oli