RosettaCodeData/Task/Events/EasyLang/events.easy
2025-06-11 20:16:52 -04:00

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