Hey guys I need some help. How would I go about setting up a timer countdown from 20 seconds? I have seen some examples of this but as i’m new to coding I never got how it works.
All I have so far is the initial set up to it. If there is a better way to do this then thats better too.
timeBar = display.newImage('timeBar.png', 280) timeLeft = display.newText('20', 175, -2, native.systemFontBold, 14) timeLeft:setTextColor(0)
Any help is greatly appreciated.