My sliding collision
NEVER,EVER, works
i think i figured it out but-
where do you put these codes for sliding collision:
posx#=object position x(1)
posx#=object position x(1)
posx#=object position x(1)
posx#=object position x(1)
if object colision(1,0)>0
dec posX#,get object collision X(1,0)
dec posY#,get object collision Y(1,0)
dec posZ#,get object collision Z(1,0)
position object posX#,posY#,posZ#
endif
I can't figure out where to put these!
(the order I have it in my program is movement controls, camera controls, shooting, and then the collision stuff). It never works.
Thanks