I had a setup whereby I moving a displayObject with drag commands without using MTE’s moveSprite (standard drag Corona code), it was working fine but now I’m not getting anything.
I’ve logged statements on the object’s x and y properties in the touch handler function and these are changing as expected, however the image doesn’t move at all.
I add the image with addSprite() and I know I should use MTE’s move API’s; however I’m baffled why this isn’t working anymore. If I remove the addSprite() statement or don’t run MTE.update() it works as expected, so I’m really confused.
Would adding the displayObject via addSprite negate being able to manipulate the object via Corona’s standard method of shifting x and y values in the touch handler?
I’ve spent all day going back through previous versions and just completely baffled why this isn’t working any longer?