This is the second installment in our Corona SDK Alphabet Soup Game tutorial. In today’s tutorial, we’ll add to our interface and start coding the game interaction. Read on! Step 1: Declare Functions Declare all functions as local at the start. local Main = {} local addTitleView = {} local startBtnuttonListeners = {} local showCredits […]
{excerpt}
Read More