From http://docs.coronalabs.com/guide/media/displayObjects/index.html
The screen never updates while a block of Lua code is executing.
Therefore, if you modify a display object multiple times in a code block
— updating the x position, for example — only the last change (the final x setting) will reflect when the screen updates.
So, and if I want to show all the changes in the x position, for example?