Hi,
I has a problem with my game where I needed the script to finish a moveto function before continuing to the next line of code. I needed my character to not move while the view was being moved. I ended up using a timer to get around this problem.
So is there way to get the moveto to finish before doing anything else? Or a better way to stop an actors movements while a moveto with a rather slow velocity (I needed the player to notice which way the view was moving instead of just flashing over instantly) is being completed?
Thanks,
livens