Advertisement
California292

Untitled

Jul 20th, 2015
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. nextGfx = "image_1-1.png"
  2.  
  3. while True:
  4. wait(nextGfx, FOREVER)
  5. App.focus("Distance")
  6. wait(0.2)
  7. type(Key.ENTER)
  8. wait(0.2)
  9. type(Key.RIGHT)
  10. wait(0.2)
  11. type(Key.ENTER)
  12. waitVanish(nextGfx)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement