Advertisement
Dudugz-Contistente

Untitled

Aug 20th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. local contagem = 1000;
  2. local tempo = os.time();
  3. local s=1
  4.  
  5. function eventLoop(e,r)
  6. if tempo<os.time()-contagem then
  7. if s == 1 then
  8. y=208
  9. elseif s == 2 then
  10. y=141
  11. elseif s == 3 then
  12. y=178
  13. s=0
  14. end
  15. ui.addTextArea(0, "", nil, 97, 135, 48, 100, 0x324650, 0x000000, 1, true)
  16. ui.addTextArea(1, "", nil, 126, y, 100, 15, 0x324650, 0x000000, 1, true)
  17. s=s+1
  18. end
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement