Hello there little question here,
How to pin an object in middle of an another sprite? If my player touches an object, that object pins to him, but only on the edges of the player, I wanted to be in middle...
Thanks!
Develop games in your browser. Powerful, performant & highly capable.
On player collision with object >
Object set position to player >
Object pin to player
Set position default is the 0 image point, so the origin/centre of the player.
On player collision with object > Object set position to player > Object pin to player Set position default is the 0 image point, so the origin/centre of the player.
THANKS SONIC!!