Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- seconds = 20
- ui.addTextArea(0, 'Here is your text', nil)
- function eventLoop()
- seconds = seconds - 0.5
- if seconds == 0 then
- ui.updateTextArea(0, 'Wow! Updated', nil)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement