Hi,
I am quite new to Construct and I think I am failing to do something simple. I didn't find any topics talking about it.
What I am trying to do is: I want my player (represented as a sprite) to move from image point to image point on an image representing a path (also a sprite), in a given order like following predefined steps. But I want the player to be able to do this on multiple paths, choosing from a gallery. So, when the player chooses one path A, I need to load the image of path A (from url or file) and the image points of path A.
What I managed to do: The moving part is ok, as long as I built the image points manually in the sprite hosting the path image. I can load another image but the image points stay the same (which is normal obviously, but not what I want).
My questions: am I using the right tools (sprite and image points) to do this? is there a way to do what I want that is simple enough for a beginner?
I hope I am clear enough for you to help me, but I am available if you have questions.
Thank you!