Had a look to see if anyone else was having this issue but haven’t found anything.
Essentially I have a display group with n (say 20-50) number of objects in it that I am trying to drag from one position to another. I am doing this by changing the x and y values of the display group. As an example, something like this;
local displayGroup = display.newGroup()
displayGroup.x = newX
displayGroup.y = newY
This happens during the touch event.phase == “moved” but the issue I am seeing is that the objects (everything in the display group) are not moved until the touch event goes to “ended” or “stationary”. If I keep moving my finger (ie. keep the event in the “moved” state) then everything freezes until i either stop or lift my finger. Putting prints into the different phases shows that “moved” is being called multiple times (presumably per frame).
Is this something anyone has witnessed before? Any idea what I could be doing wrong? Possible bug?
This only happens on device (tested on 3GS thus far)
Corona version 286 (have not tried on any other version)
Best Regards
Hobsie [import]uid: 5883 topic_id: 5645 reply_id: 305645[/import]
