Advertisement
kburnik

DRAWPOLI

Aug 21st, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. to drawpoli
  2.  
  3. make "l []
  4.  
  5. mouseon [
  6. make "l lput mousepos :l
  7. ][][mouseoff cs poligon :l][][
  8. cs
  9. if (count :l) > 0 [
  10. pu setpos first :l pd
  11. foreach :l [setpos ?]
  12. setpos mousepos
  13. ]
  14.  
  15. ]
  16.  
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement