Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- nextGfx = "image_1-1.png"
- while True:
- wait(nextGfx, FOREVER)
- App.focus("Distance")
- wait(0.2)
- type(Key.ENTER)
- wait(0.2)
- type(Key.RIGHT)
- wait(0.2)
- type(Key.ENTER)
- waitVanish(nextGfx)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement