The below code is simple enough. However, my project involves tapping on the screen to edit the sentence, mainly remove. For example, tapping on the word “quick” removes it from the sentence.
local myText = display.newText( "The quick brown fox jumps over the lazy dog.", 10, 20, "Arial", 15 )
myText:setTextColor( 255,255,0 )
What section of Corona do I search? Events & Listening, Motion & Transition? And do I need to break each word into its own variable? or use table/group?
New to development and Corona and am reading the Getting Started section.
Thank you.
[import]uid: 21304 topic_id: 5587 reply_id: 305587[/import]