Hello,
I'm wanting to check if my player is 100% overlapping an object type instead of just overlapping slightly. There's a really old thread on this, but all the solutions were in attachments or images that aren't there anymore. I've tried a few different things but haven't gotten anything to work.
Not really sure if this what you are asking about:
https://drive.google.com/file/d/1QXOsuju0NYEQ2j8m3ey1522CHUCBDL9U/view?usp=sharing
if not hope some one can help ^_^
Develop games in your browser. Powerful, performant & highly capable.
I ended up figuring out something that worked. Thanks so much though for the reply.
Player is overlapping Enemy
-> distance(Player.X,Player.Y,Ememy.X,Enemy.Y) is less then 2 (Pixel or any other value you want) = Action