| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | public void checkcoll(){ |
So I made that when character collide with 1 of the objects, this 1 object parameters going to the memory and I stoping checking for collision. And then I only checking if character stop colliding with this object if yes then I resuming the movement that character can move if no I resuming checking that character not colliding with this object. Thanks for any help.


