maxScroll *= round((.1 / fontSize));

parent b3a65993
......@@ -298,7 +298,7 @@ function trialRoutineBegin(snapshot) {
moving = 0;
scrollText.setPos([((- 0.45) * screenRatio), 0.45]);
//maxScroll -= (round((1.6 / fontSize)) - 1);
maxScroll *= round((.1 / fontSize));
scrollText.setAlignHoriz('left');
scrollText.setAlignVert('top');
// keep track of which components have finished
......
......@@ -308,7 +308,7 @@ function trialRoutineBegin(snapshot) {
moving = 0;
scrollText.setPos([((- 0.45) * screenRatio), 0.45]);
//maxScroll -= (round((1.6 / fontSize)) - 1);
maxScroll *= round((.1 / fontSize));
scrollText.setAlignHoriz('left');
scrollText.setAlignVert('top');
// keep track of which components have finished
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment