A flashcard app for drilling on spellings of words based on audio recordings
on_record = function(x)
	if #Words == 0 then return false end
	return x >= Words[1].left-50-2 and x < Words[1].left-30+2
end