Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. setscreen ("graphics: 500;500")
  2. loop
  3. for x: 1..500
  4. Draw.FillOval (x, 200, 100, 100, 180)
  5. delay(5)
  6. cls
  7. end for
  8. for decreasing x: 500 .. 1
  9. Draw.FillOval (x, 200, 100, 100, 147)
  10. delay(5)
  11. cls
  12. end for
  13. end loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement