Hey guys I've made a pretty awsome fighting game,similar to street fighter,but the main problem that its facing is that sprites are not coming in contact with each other.
for intance , if two sprites are very near to each other,they don't come in contact,
like if i punch then the punch goes behind it or above the other sprite one..:
how do i solve this problem?
Offline
They don't sense each other unless you use sensing blocks, like:
<forever><if<touching[cpu >
Offline