Tagged Questions
0
votes
2answers
203 views
how can I move an actor in opposit direction of mouse's position in GameSalad?
I have a moving actor named ball and I want to move it in the opposite direction of my mouse's position.
In my code in Move To behaviour for X-axis location I write
-game.mouse.position.X
and ...