Hi guys,
I have 20 PLAYER PILOTS and a PROP PLANE.
I am positioning particular PILOT in a PLANE like this:
pilot.x = plane.x - plane.width\*0.3 pilot.y = plane.y - plane.height\*0.2
I am moving whole Group (player and pilot) later on.
Now due to fact that not all pilots are the same height and width I would have to test this thoroughly…
I want pilot to be in the plane seat.
Anybody has a nicer solution?
Pilots and plane are Sprites (animated).
Many thanks.
Ivan