Hi all,
I was just wondering if there was a way to get the information of the 'thing' or 'wall' in this example that you're currently colliding with. I've set up a platformer that's got some wall grabbing on it, but since I don't want this to be apparent on every wall, I figured I'd just use an instance variable or something.
After a bit of tinkering I had no luck. If this isn't possible, I'm thinking of just doing some sort of checking sprite that'll overlap the wall and I'll get hold of things that way.
Anyone ever had a similar scenario?
Cheers