[open] Keeping fixed labels in a block
A part of the screen (e.g., the top which has labels) should stay fixed for all trials in a block. Only the target, which appears in the center, should change.
How is this done in OpenSesame?
A part of the screen (e.g., the top which has labels) should stay fixed for all trials in a block. Only the target, which appears in the center, should change.
How is this done in OpenSesame?
Comments
Hmm.. initially the 2 labels on the top (within a loop) were constant but were being redrawn each time and caused flashing.
After a while, this problem went away (only the target which appeared in the center appeared.. with the labels being constant). It does appear that within a loop in the sketchpad, calls to draw are intelligently handled (i.e. things that are constant are not redrawn?)
So I don't have this label flashing problem anymore.
You could add the same labels in all of the sketchpads that you use. If you're doing something else (e.g. using different items for stimulus presentation), please give us a clearer description of what you are doing, and how you are trying to do this.