Hi there!I'm pretty new with AFCS and I'm trying to create something for
moving images together.Simple as that I use a SharedCollection but when
updating or adding new pictures something unwanted happens. The updated
X and Y coordinates, which are set withsharedModel.addItem({X:x, Y:y,
ID:id, SOURCEID:sourceid});at once, are received as two update commands,
with the first only changing the X value and the second with the
complete X and Y change.Doesn't matter you might think, but the problem
for...