8 lines
116 B
Text
8 lines
116 B
Text
on timer
|
|
gcircle randomf * 100 randomf * 100 2
|
|
timer 1
|
|
.
|
|
on mouse_down
|
|
gcircle mouse_x mouse_y 2
|
|
.
|
|
timer 0
|