//in obj_player collide event with the other object:
if (other.image_index >=1) {
vspeed=0;
}
The problem is, that even if the other object image_index is 0, it will collide with my obj_player and make it stop. How do I fix that? I need to can pass through this object if his image_index=0.



Find content
Male
