OK so strange problem here: object.parent:contentToLocal(x,y) on public release 2511 rock solid, same values every time however in the latest daily build (2533) using exactly the same code (so same input values) as 2511, the y values it returns are sometimes different, maybe 1 in every 3 runs they are correct?
Hmm, this inconsistency only happens on the sim not on the actual device.
Hi Phil,
Can I ask you to please post some basic code (from your tests) so I can attempt to replicate it on my side?
Thanks,
Brent
Hi Brent oddly enough I cant replicate it by pulling out the relevant parts of the troublesome code. The 2 versions of the sim behave differently using the original code but obviously there are many other influencers going on with that.
One thing I did notice though is if I disable group.anchorChildren the problem goes away.
However seen as I cant get the sample project to misbehave then I can only imagine my implementation of the original must be at fault. Its just strange how the problem is not consistent across the Corona builds.
Hmm, this inconsistency only happens on the sim not on the actual device.
Hi Phil,
Can I ask you to please post some basic code (from your tests) so I can attempt to replicate it on my side?
Thanks,
Brent
Hi Brent oddly enough I cant replicate it by pulling out the relevant parts of the troublesome code. The 2 versions of the sim behave differently using the original code but obviously there are many other influencers going on with that.
One thing I did notice though is if I disable group.anchorChildren the problem goes away.
However seen as I cant get the sample project to misbehave then I can only imagine my implementation of the original must be at fault. Its just strange how the problem is not consistent across the Corona builds.