Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Python:
  2. s = 2
  3. screen pip:
  4. $ now_s = s - 2
  5. if s > 1:
  6. grid 1 1:
  7. textbutton ("<") action [SetVariable('s', now_s), SetVariable("s", now_s)] xpos 250 ypos 66
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement