I'm not sure of exactly what you're after. Are you using the physics behavior or hoping to adjust parameters for another behavior like the 8 direction or platform behaviors?
You could always use a sprite that triggers the changes you're looking for on collision, or you could use a global (or local, really depends on what you're doing) variable to set your changes when you're player is within a certain X/Y threshold.