Zivouhr wrote:In Tomb of Twelve, when I used the X= Y= set up to move the character when a certain event triggered it, sometimes the character would end up in the wrong spot. With the MoveTo code, it solved all the frustration instantly.
That sounds weird. For me, directly setting an actors x and y coordinates has always worked as it should, and MoveTo has caused issues, because it actually makes the actor travel that distance, not just teleport to the new position. Were you using Activation Regions in that game? Because that's the only reason I'd understand for setting x and y acting weird, I recall something like that happening when I was working with Dimension 55355 and I used Activation Regions. The problem was probably caused by the part of the level not being loaded when I teleported my character there, and when the view actor was also moved there, causing that part of the level to load, the actor would be in a wrong position, if I remember correctly.
Generally I consider it a much better practise to just set the actors x and y, and so teleport the actor to the new position.