Events: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Changed to Wren S/H)
(added Easylang)
 
Line 342: Line 342:
println("[1] Waiting 1 second...")
println("[1] Waiting 1 second...")
}</syntaxhighlight>
}</syntaxhighlight>

=={{header|EasyLang}}==

[https://easylang.dev/show/#cod=y89TKMnMTS3iUlBQyM0vS1UoSsxLyc9NU9BSMDQwQOWB1CRnFiXnpCoYgdhgjQqGXHpc+XlAzaXFqfEp+eV5cKMgQhVQuhJFux4XRLcBFwA= Run it]

<syntaxhighlight>
on timer
move randomf * 100 randomf * 100
circle 2
timer 1
.
on mouse_down
move mouse_x mouse_y
circle 2
.
timer 0
</syntaxhighlight>


=={{header|Elixir}}==
=={{header|Elixir}}==