Data update
This commit is contained in:
parent
72eb4943cb
commit
4d5544505c
2347 changed files with 62432 additions and 16731 deletions
|
|
@ -1,12 +1,11 @@
|
|||
ang = 45
|
||||
on animate
|
||||
clear
|
||||
move 50 50
|
||||
circle 1
|
||||
x = 50 + 40 * sin ang
|
||||
y = 50 + 40 * cos ang
|
||||
line x y
|
||||
circle 6
|
||||
vel += sin ang / 5
|
||||
ang += vel
|
||||
gclear
|
||||
gcircle 50 50 1
|
||||
x = 50 + 40 * sin ang
|
||||
y = 50 + 40 * cos ang
|
||||
gline 50 50 x y
|
||||
gcircle x y 6
|
||||
vel += sin ang / 5
|
||||
ang += vel
|
||||
.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue