Do something AFTER the actor has moved to a place

EmphyrionEmphyrion Member Posts: 2
edited November -1 in Working with GS (Mac)
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

Comments

  • JohnPapiomitisJohnPapiomitis Member Posts: 6,256
    are u moving to a specific position?

    if so you can just have a rule when self position x (or y) = whever your moving it to
    -change attribute
  • EmphyrionEmphyrion Member Posts: 2
    Thanks for your answers.

    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...
Sign In or Register to comment.