Posted this in newbie questions but thought it might get a bit more response in this section. Im just wondering whether someone could point me in the right direction for tutorials or just some sample coding.
Ive done bits and bats of Java Programming but Lua seems a little bit more complex as in it requires more code to do 1 action.
Heres a general idea of what im trying to do in my best attempt at coding:
local AnswerBox = native.newTextBox() // I know this isnt right ive found a little bit of a tutorial on setting this up, Just wondering if this is the code I would be using for the answer box.
if AnswerBox = (“ketchup”)
then
display.TextBox(“Complete”)
else
display.TextBox(“Incorrect”)
end
Any help would be greatly appreciated please.
Thanks, Matt.
Do you have a link to any tutorials that will cover any parts of it mate? Id use LearningCorona but about 60% of the tutorials are dead links. Also is there any of sites for Corona tuts?