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