Advertisement
smathot

Untitled

Dec 12th, 2012
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. from openexp.canvas import canvas
  2. my_canvas = canvas(exp)
  3. for x in range(100, 1000, 10):
  4.     my_canvas.clear()
  5.     my_canvas.fixdot(x=x)
  6.     my_canvas.show()
  7.     self.sleep(100)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement