hi im wondering how would this lets say we have a block (Object-1) that is motionless in mid-air and then we have an shooter (Object-2) that is shooting at it and we want Object-1 to react how it would naturally once it was hit (It would then not become static and turn dynamic) Ie. if Object-1 gets hit from the bottom by Object-2 Object-1 would no longer be motionless and it would go up for a bit then gravity would push it back down... or if it were to get hit from the bottom right it would go up and to the left.... or if it were hit by another block hat is falling it would fall down also
please help me with this i've been searching everywhere for the past 2 weeks
i've already been told to do a pre collision callback function but i do not know how as i am used to Objective-C not plain C