Hi All,
I've looked around at a lot of threads and I havent found a concrete answer to this question though in principal it should be immensely simple. I am just fiddling with construct 2 and don't have a game in mind yet.
However I have an object and after a certain amount of collisions I want it to move to a specified x and y location on screen then stop there. Now i've tried set position although all it does is sortof 'teleport' there. I've also tried using custom movement where I could input the x and y coordinates but the object continued to fly off screen instead of stopping there. So I'm stumped.
Can anyone give me the simplest method to achieve this? It doesn't sound like it should be complicated.
All the best