Advertisement
otorp2

pc flow

Jan 17th, 2020
567
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. x = 0
  2. pen purple, 1
  3. jumpto -100, 100
  4. forever 60, ->
  5. rt 89
  6. fd x*100
  7. movexy .1, 0
  8. x += .01
  9. debug x
  10. fd 10 * (sin(x*10))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement