A flashcard app for drilling on spellings of words based on audio recordings
teach_mouse_release = function(x,y, mouse_button)
	if Cursor_word then
		edit.mouse_release(Cursor_word, x,y, mouse_button)
	end
end