Both walls and floor come from the same .wmb file. For physic entities, how can I determine whether they hit the wall or floor so that I can play different sound for each type of hit?

In the event function, both floor and wall is considered as EVENT_BLOCK. If I don’t want to create dummy walls (as entity) for this detection, is it possible?