The best way that I see to do this is:
1. have an invisible detector sprite extending out a bit from the bottom of the player sprite, always set to the player's position. This will be useful for many things.
If player.platform.VectorY > (say 1000)
detector: on collision with ground
then kill player.
EDIT: tuiii, you beat me to it... however my version uses no variables.