draw_teach_screen = function() draw_new_word_button() draw_playing_button() draw_recording_button() App.color(Text_color) for _,word in ipairs(Words) do draw_teach_word(word) end end