Okay, maybe the title won't be clear so, my point is:
I have a Platform layout, with of course, solid platforms, and i have one NPC (Sprite with properly animations [walking, standing, jumping etc...])
First: Which behaviors i need to activate do achieve the "predetermined route" for that sprite NPC?
Second: How can I write his movement path?
Is there a way like this?
NPC moveTo(X,Y)
wait (2s) // Time until the NPC reaches the point
NPC jump
wait (0,5s)
NPC moveTo(X,Y)
wait (5s)[/code:17kio1lh]
Maybe this question was answered before, but i couldn't find it.
I'm starting now with game development and this is what is stucking my learning curve
Thanks everyone.