Search code examples
gamesalad

move actor to position where user clicks in gamesalad


I am new to gamesalad.

I want to move my actor where person clicks.

I can't find the way how to do it.

I am able to move it to specific position (coordinates) but cannot move it to clicked coordinates.

can anyone please help ??


Solution

  • You already know how 'actor' can be moved to specific position, so that it is simple. Just, change the position to 'game.Touches.Touch 1.X' in 'Move To' behavior.

    Move To Behaviour

    'Position' value is below.

    Position X : game.Touches.Touch 1.X

    Position Y : game.Touches.Touch 1.Y