+x lukasg - 2/15/2022I have attached the entire script. Changing to canvaswidth did not resolve the issue.
+x Dave - 2/15/2022In the script you attached, you hadvalues.center = 1mm * display.getmmx(display.canvaswidth,1);but it needs to bevalues.center = 1mm * display.getmmx(display.canvaswidth/2,1);if you want the center.