Do something AFTER the actor has moved to a place
Emphyrion
Member Posts: 2
Hi everydody,
I am new to Gamesalad and am facing my first problem :-)
I have an actor that moves to another place and I want to set a game attribute only once the move is complete.
It seems simple: I put a Change attribute just after the Move to.
But what actually happens is that the attribute is changed before the move has completed.
Do you have an idea of how I can handle that ?
Thanks
Emphyrio
I am new to Gamesalad and am facing my first problem :-)
I have an actor that moves to another place and I want to set a game attribute only once the move is complete.
It seems simple: I put a Change attribute just after the Move to.
But what actually happens is that the attribute is changed before the move has completed.
Do you have an idea of how I can handle that ?
Thanks
Emphyrio
Comments
if so you can just have a rule when self position x (or y) = whever your moving it to
-change attribute
GsLover : I will try that tomorow (it is really late here :-)
John : Yes, I tried that. Strangely, it does not work as the actor never sees itself at the good position...