Mac OSX Passing through wall

N

NYZMO

Guest
Hey all, i need help concerning coding in order for the player not passing through wall anymore.
 
C

CedSharp

Guest
Hey all, i need help concerning coding in order for the player not passing through wall anymore.
1. Is your player moving faster than the size of a wall? ( ex: Wall is 4 pixel width, but player moves with speed of 6. Player will move past the wall without collision )
2. How are you handling collision with the wall? Are you using drag n drop or GML ?
3. As @obscene mentioned, you are being too vague, mind copy/pasting your code so we can analyze it with you?
 
Top