I've read through a bunch of posts, and I can't seem to figure out how to do this, and I cannot believe it is this hard to do.
All I want is to create an object between two objects already on the layout.
Can anyone please give me a solution to this?
Any help is greatly appreciated!
Develop games in your browser. Powerful, performant & highly capable.
It isn't hard with lerp function: lerp(x1, x2, 0.5), lerp(y1, y2, 0.5) is the middle point between two coordinates.
Thanks for the reply! I had already tried that, and it failed. Gave it one more try, and realized I had some issues in other events. It works now, thanks!