middle of it
smurfted
Member, PRO Posts: 581
Another noob question, but how can i get an actor to sit exactly between 2 other actors?
Comments
Are they moving?
Is distance changing randomly?
X position of one actor minus x position of other actor divide by two.
But I'm guessing there is more to it than that.
More details needed.
...
This subforum is for paid requests (hiring people to do work for you). Are you using a Mac or PC? I'll move this to Working with GS (Mac) or (PC) for you.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Sorry for posting in the wrong place.
Both the two actors are moving in both the x and the y axis..
Constrain X to (Actor 1 X + Actor 2 X) divided by 2
Constrain Y to (Actor 1 Y + Actor 2 Y) divided by 2
More silly questions but how can i get brackets to work in the expressions field?
Just type it, it should be (at least, on a PC) next to the p.
got it, silly me i had to put in in a timer behaviour..