Advertisement
Guest User

Untitled

a guest
May 28th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. python:
  2. ui.layer("master")
  3. ui.tag("timer")
  4. ui.timer(120, ui.jumps("time_up")
  5. ui.close()
  6.  
  7. # ... other code. This can't use the scene statement.
  8.  
  9. hide timer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement