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