A finger-tracing crossword the puzzle layer in page1.psd will become a crossword with the external codes for user to trace each letters of words with the finger. The sample kwik project is here https://kwiksher.com/tutorials/Kwik4/Crossword.zip put these folders to your build4 folder assets/sprites/ components/crossword words are selected from data.lua components/crossword/data.lua local data = { {"Apple","Mac"}, {"Goole","Search"}, {"Amazon","Ecommece"}, {"Netflix","Video"}, {"Microsoft","Windows"}, {"Nvidia","GPU"}, {"Facebook","SNS"}, {"Oracle","RDB"}, {"Cisico","Network"}, {"Tesla","E-Car"}, {"Samsung","Phone Asia"}, {"Nokia","Phone Eu"}, {"Yahoo","WWW"}, {"Twitter","SNS"}, } return data the table size is defined in params.lua components/crossword/params.lua local params = { colNum = 8, rowNum = 8, rectWidth = 20, -- this is @1x, so in psd, need to multiply by 4 becasue of @4x system rectHeight...
the photos are by courtesy of Mr. Isobo https://www.instagram.com/isobo/
the photos are by courtesy of Mr. Isobo https://www.instagram.com/isobo/
Corona labs announcment Corona labs will be closed 1st of May on 2020. https://coronalabs.com/blog/2020/02/12/corona-labs-annual-update/ There are so many discussions on going right now in the community. https://forums.coronalabs.com/topic/77157-from-the-blog-corona-labs-annual-update/?p=407357 In short, Corona Labs Inc. is dead, long live Corona. Support Apple's Metal APIs. Directly or through MoltenVK. Migrate to AndroidX artifacts, which would allow for far more easier support of plugins for Android, including updated AdMob. Migrate build system for Apple's platform to Xcode-based, to allow easier management of provisioning and other capabilities which got integrated into Xcode smoothly since when Corona was launched. https://forums.coronalabs.com/topic/77157-from-the-blog-corona-labs-annual-update/?p=407570 P.S. I talked to Walter Luh (one of the original creators of Corona) and he showed interest...