Page 1 of 1

Changing Paths

PostPosted: Sun Jul 02, 2006 1:46 am
by jamtc
I have the following:

actor -> path1 -> path2 -> path3 ... and so ...

When I change from path1 to path2 (using actor's "Path Finish") it's ok.

But when I change from path2 to path3 (using actor's "Path Finish" again) it is not work and send actor to initial path1.

Why ?

How can I solve this problem and send actor from path2 to path3 ?

:cry:

PostPosted: Sun Jul 02, 2006 3:23 pm
by pavel329
hmm...i'll try that on one of my gams and see wat i can come up with.

PostPosted: Sun Jul 02, 2006 3:33 pm
by pavel329
weird.it does change to path3 but not where i want it to start.it starts at path 2 but still does path3.i dont understand.i'll keep working on it though.

PostPosted: Sun Jul 02, 2006 9:46 pm
by jamtc
I need to know if it is a bug or I am doing something wrong.

:roll:

PostPosted: Sun Jul 02, 2006 10:55 pm
by Game A Gogo
its because the path change at the end of path2, so its just like it moved place.

PostPosted: Mon Jul 03, 2006 1:11 am
by jamtc
What would be the solution?

I need this ...

:cry:

PostPosted: Mon Jul 03, 2006 11:53 am
by makslane
To change to path3 after path2 finish, make use:

Path Finish Event: path2
Change Path: path3

Remember the paths in Game Editor are relative.
So, when you change the a path of an actor the movement will begin in the current actor position.

PostPosted: Wed Jul 05, 2006 12:14 am
by jamtc
Hi Makslane !

I did what you say but still not working ... :oops:

It's like a bug ...

path1 to path2 is ok.
path2 to path3 is not ok.

I did a path3 start at finish of path2 (relative to creator "actor1") but it is not work.

The frames are wrong that I specify and the position is wrong too.

The actor start the path3 in different place and slow velocity.

Help ... :?:

PostPosted: Wed Jul 05, 2006 1:22 am
by makslane
Send the game to my email with subject "Changing Paths"
I will see what's happen.